Skip to content

Commit

Permalink
chore(release): publish v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchaoying committed Sep 23, 2019
1 parent 9e25e97 commit 831aa90
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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": "1.0.1",
"version": "1.0.2",
"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/util",
"version": "1.0.0",
"version": "1.0.2",
"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.

4 changes: 2 additions & 2 deletions packages/svrx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svrx/svrx",
"version": "1.0.1",
"version": "1.0.2",
"description": "svrx server live-reload mock ",
"keywords": [
"svrx",
Expand Down Expand Up @@ -35,7 +35,7 @@
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"dependencies": {
"@svrx/util": "^1.0.0",
"@svrx/util": "^1.0.2",
"ajv-errors": "^1.0.1",
"chalk": "^2.4.2",
"chokidar": "^3.0.1",
Expand Down

0 comments on commit 831aa90

Please sign in to comment.