-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/themeselection/template-free
- Loading branch information
Showing
5 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |