Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed May 26, 2023
2 parents 8a13033 + 43b3815 commit df9d32d
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug 🐞
description: Report a bug
labels: [Bug,support]
labels: [support, bug]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature request ✨
description: Suggest an idea or ask for a feature that you would like to have
labels: [feat-req,support]
labels: [support, feat-req]
body:
- type: markdown
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/handle-new-issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
name: Handle new issue comment
steps:
- name: Toggle awaiting-reply label
uses: jd-0001/gh-action-toggle-awaiting-reply-label@v2.0.0
uses: jd-solanki/gh-action-toggle-awaiting-reply-label@v2.1.0
with:
label: awaiting-reply
label: awaiting-reply
35 changes: 31 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,54 @@
# v2.0.0 (2022-10-15)
<!-- Available h3 headings: Added, Fixed, Updated, Removed, Deprecated -->

# Changelog

All notable changes to this template will be documented in this file

## v2.1.0 (2023-05-26)

### Updated

- Updated repo according to pro template
- Use Vuetify's official release instead of BETA

## v2.0.0 (2022-10-15)

### Added

- Vue 3 version added
- Vuetify 3 support added
- TypeScript version added(Vue 3 only)
- TypeScript version added (Vue 3 only)

## v1.0.3 (2021-11-12)

**Fixed**
### Updated

- Updated [@vue/composition-api](https://github.com/vuejs/composition-api) package to v1.3.3 to mitigate composition api error

## v1.0.2 (2021-08-18)

### Fixed

- broken links updated in footer

## Updates

- "Basic Cards" page renamed to "Cards"
- `README.md` updated

## v1.0.1 (2021-08-13)

### Fixed

- Fixed missing fonts + branding updated

### Updated

- public path updated in `vue.config.js`
- `README.md` updated

# v1.0.0 (2021-08-13)
## v1.0.0 (2021-08-13)

### Added

- Initial Release
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "0.0.0",
"private": true,
"scripts": {
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && yarn bumpp --all package.json javascript-version/**/package.json typescript-version/**/package.json"
},
"devDependencies": {
"bumpp": "^8.2.1"
}
}

0 comments on commit df9d32d

Please sign in to comment.