Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alokVishu committed Jul 9, 2024
1 parent 847366c commit a2b34da
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 138 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## v2.0.0 (2024-07-09)

### Updated

- Updated all dependencies and devDependencies to latest
- Updated layouts design

## v1.0.0 (2023-06-01)

### Added
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": "sneat-vuetify-vuejs-admin-template",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "1.0.0",
"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"
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && pnpm bumpp --all package.json javascript-version/package.json typescript-version/package.json"
},
"devDependencies": {
"bumpp": "^8.2.1"
Expand Down
Loading

0 comments on commit a2b34da

Please sign in to comment.