Skip to content

Commit a4f21a9

Browse files
committed
chore: release v2.1.0
1 parent 1be03c9 commit a4f21a9

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

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

7+
## v2.1.0 (2025-01-01)
8+
9+
### Updated
10+
11+
- Updated Vue, Vuetify & Laravel to the latest version
12+
713
## v2.0.0 (2024-07-09)
814

915
### Updated

Diff for: javascript-version/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
"overrides": {
7777
"postcss": "^8",
7878
"stylelint-order": "6.0.3"
79-
}
79+
},
80+
"version": "2.1.0"
8081
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0",
2+
"version": "2.1.0",
33
"private": true,
44
"scripts": {
55
"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"

Diff for: typescript-version/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@
8484
"overrides": {
8585
"postcss": "^8",
8686
"stylelint-order": "6.0.3"
87-
}
87+
},
88+
"version": "2.1.0"
8889
}

0 commit comments

Comments
 (0)