Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepKumbhare85 committed Jun 1, 2023
1 parent 55a6634 commit 00a0589
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

## v1.0.0 (YYYY-MM-DD)
## 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-laravel-admin-template",
"version": "0.0.0",
"version": "1.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": "0.0.0",
"version": "1.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": "sneat-vuetify-vuejs-laravel-admin-template",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 00a0589

Please sign in to comment.