Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed May 26, 2023
1 parent cfaf75b commit 736dc79
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

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

### Added

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

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

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion javascript-version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "materio-vuetify-laravel-admin-template-free",
"version": "0.0.0",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "1.0.2",
"version": "2.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"
}
}
}
2 changes: 1 addition & 1 deletion typescript-version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "materio-vuetify-laravel-admin-template-free",
"version": "0.0.0",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 736dc79

Please sign in to comment.