Skip to content

Commit

Permalink
chore: release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Zhang1019 committed Feb 20, 2023
1 parent 9e32159 commit f8cdec9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.5",
"version": "0.0.6",
"type": "module",
"packageManager": "pnpm@7.5.2",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucky-design/common",
"version": "0.0.5",
"version": "0.0.6",
"description": "lucky-design common library",
"license": "MIT",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucky-design/components",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/lucky-design/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lucky-design",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"keywords": [
"lucky-design",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucky-design/preset",
"version": "0.0.5",
"version": "0.0.6",
"description": "lucky-design preset library",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit f8cdec9

Please sign in to comment.