Skip to content

Commit

Permalink
chore(version): update version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Jun 19, 2021
1 parent 73b78d3 commit 4460f99
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.4"
"version": "0.0.5"
}
2 changes: 1 addition & 1 deletion packages/fronts-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fronts-bundler",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/fronts-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fronts-react",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand All @@ -16,7 +16,7 @@
"react": "^16.13.0"
},
"dependencies": {
"fronts": "^0.0.4"
"fronts": "^0.0.5"
},
"devDependencies": {
"@types/react": "^16.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fronts-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fronts-test",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/fronts-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fronts-transport",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/fronts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fronts",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand All @@ -13,7 +13,7 @@
"data-transport": "^2.0.1"
},
"dependencies": {
"fronts-transport": "^0.0.4"
"fronts-transport": "^0.0.5"
},
"author": "unadlib",
"license": "MIT"
Expand Down

0 comments on commit 4460f99

Please sign in to comment.