Skip to content

Commit

Permalink
v2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Oct 4, 2018
1 parent 0c27d57 commit 0111537
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"packages": [
"packages/peregrine",
"packages/pwa-buildpack",
Expand Down
2 changes: 1 addition & 1 deletion packages/peregrine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magento/peregrine",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-buildpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magento/pwa-buildpack",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-devdocs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pwa-devdocs",
"private": true,
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "A documentation site for Magento PWA",
"main": "gulpfile.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/upward-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magento/upward-js",
"version": "0.1.0",
"version": "2.0.0-rc.2",
"description": "Implementation of the UPWARD spec as a NodeJS server",
"main": "./lib/index.js",
"bin": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"traverse": "^0.6.6"
},
"devDependencies": {
"@magento/upward-spec": "*",
"@magento/upward-spec": "^2.0.0-rc.2",
"express": "^4.16.3",
"jest": "^23.5.0",
"supertest": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/upward-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magento/upward-spec",
"version": "0.1.0",
"version": "2.0.0-rc.2",
"description": "UPWARD specification, guide, and test suite.",
"main": "./suite/index.js",
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions packages/venia-concept/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"watch": "webpack-dev-server --progress --color --env.phase development"
},
"devDependencies": {
"@magento/peregrine": "^2.0.0-rc.1",
"@magento/pwa-buildpack": "^2.0.0-rc.1",
"@magento/upward-js": "*",
"@magento/peregrine": "^2.0.0-rc.2",
"@magento/pwa-buildpack": "^2.0.0-rc.2",
"@magento/upward-js": "^2.0.0-rc.2",
"npm-merge-driver": "^2.3.5",
"rimraf": "^2.6.2",
"webpack": "3.11.0",
Expand Down

0 comments on commit 0111537

Please sign in to comment.