Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed May 26, 2023
1 parent 80c0dce commit 787af43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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-vuejs-admin-template-free",
"version": "0.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "2.1.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"
Expand Down
4 changes: 2 additions & 2 deletions typescript-version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "materio-vuetify-vuejs-admin-template-free",
"version": "0.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -85,4 +85,4 @@
"resolutions": {
"postcss": "8"
}
}
}

0 comments on commit 787af43

Please sign in to comment.