Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qiu8310 committed Jul 3, 2019
1 parent ae62cfd commit c144fdd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"projects/*"
],
"version": "0.5.3",
"version": "0.5.4",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions projects/serpent-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serpent/cli",
"version": "0.5.3",
"version": "0.5.4",
"description": "a cli for serpent",
"main": "dist/serpent.js",
"license": "GPL-2.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
"url": "https://github.com/qiu8310/serpent"
},
"devDependencies": {
"@serpent/dev-kits": "^0.5.3",
"@serpent/dev-kits": "^0.5.4",
"@types/minimatch": "^3.0.3"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions projects/serpent-common-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serpent/common-react",
"version": "0.5.3",
"version": "0.5.4",
"description": "serpent react common package",
"keywords": [
"serpent",
Expand Down Expand Up @@ -51,10 +51,10 @@
"url": "https://github.com/qiu8310/serpent"
},
"dependencies": {
"@serpent/react-kits": "^0.5.3"
"@serpent/react-kits": "^0.5.4"
},
"devDependencies": {
"@serpent/cli": "^0.5.3",
"@serpent/dev-kits": "^0.5.3"
"@serpent/cli": "^0.5.4",
"@serpent/dev-kits": "^0.5.4"
}
}
2 changes: 1 addition & 1 deletion projects/serpent-react-admin-kits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serpent/react-admin-kits",
"version": "0.5.3",
"version": "0.5.4",
"description": "serpent react admin kits",
"main": "./get-config.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions projects/serpent-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serpent/template",
"version": "0.5.3",
"version": "0.5.4",
"description": "serpent template",
"keywords": [
"serpent",
Expand Down Expand Up @@ -50,7 +50,7 @@
"url": "https://github.com/qiu8310/serpent"
},
"devDependencies": {
"@serpent/cli": "^0.5.3",
"@serpent/dev-kits": "^0.5.3"
"@serpent/cli": "^0.5.4",
"@serpent/dev-kits": "^0.5.4"
}
}

0 comments on commit c144fdd

Please sign in to comment.