Skip to content

Commit

Permalink
release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
undermoonn committed Oct 20, 2023
1 parent 5484b23 commit 37dbc5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.5.1",
"description": "Shake object unused properties",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-shake/core",
"version": "1.5.0",
"version": "1.5.1",
"description": "Shake object unused properties",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-shake/nuxt",
"version": "1.5.0",
"version": "1.5.1",
"description": "Shake object unused properties with compositions in Nuxt3",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@object-shake/vue",
"version": "1.5.0",
"version": "1.5.1",
"description": "Shake object unused properties in Vue3",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 37dbc5f

Please sign in to comment.