Skip to content

Commit

Permalink
release: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
under_moon committed Sep 18, 2023
1 parent 7b7df22 commit ae17bb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"type": "module",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@object-shake/core",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"main": "src/index.ts",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@object-shake/vue",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"main": "src/index.ts",
"type": "module",
"repository": {
Expand Down

0 comments on commit ae17bb6

Please sign in to comment.