Skip to content

Commit

Permalink
chore(release): publish v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchaoying committed Sep 20, 2019
1 parent 1879c30 commit 49be2a1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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": [
"packages/*"
],
"version": "0.0.9",
"version": "1.0.0",
"npmClient": "npm",
"changelog": {
"repo": "svrxjs/svrx",
Expand Down
2 changes: 1 addition & 1 deletion packages/svrx-util/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/svrx-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svrx/svrx-util",
"version": "0.0.9",
"version": "1.0.0",
"description": "util package of svrx",
"homepage": "https://svrx.io/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/svrx/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/svrx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svrx/svrx",
"version": "0.0.9",
"version": "1.0.0",
"description": "svrx server live-reload mock ",
"keywords": [
"svrx",
Expand Down Expand Up @@ -35,6 +35,7 @@
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"dependencies": {
"@svrx/svrx-util": "^1.0.0",
"ajv-errors": "^1.0.1",
"chalk": "^2.4.2",
"chokidar": "^3.0.1",
Expand All @@ -54,8 +55,7 @@
"semver": "^6.0.0",
"serve-index": "^1.9.1",
"socket.io": "^2.2.0",
"super-ajv": "^1.1.6",
"@svrx/svrx-util": "^0.0.9"
"super-ajv": "^1.1.6"
},
"devDependencies": {
"expect.js": "^0.3.1",
Expand Down

0 comments on commit 49be2a1

Please sign in to comment.