Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yagnikvamja committed Jan 1, 2025
1 parent 1be03c9 commit a4f21a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

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

## v2.1.0 (2025-01-01)

### Updated

- Updated Vue, Vuetify & Laravel to the latest version

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

### Updated
Expand Down
3 changes: 2 additions & 1 deletion javascript-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
"overrides": {
"postcss": "^8",
"stylelint-order": "6.0.3"
}
},
"version": "2.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"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"
Expand Down
3 changes: 2 additions & 1 deletion typescript-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
"overrides": {
"postcss": "^8",
"stylelint-order": "6.0.3"
}
},
"version": "2.1.0"
}

0 comments on commit a4f21a9

Please sign in to comment.