Skip to content

Commit

Permalink
v2.0.0-rc2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Oct 5, 2018
1 parent 875084e commit b4a261c
Show file tree
Hide file tree
Showing 7 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
@@ -1,5 +1,5 @@
{
"version": "2.0.0-rc2.0.3",
"version": "2.0.0-rc2.0.4",
"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-rc2.0.3",
"version": "2.0.0-rc2.0.4",
"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-rc2.0.3",
"version": "2.0.0-rc2.0.4",
"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-rc2.0.3",
"version": "2.0.0-rc2.0.4",
"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": "2.0.0-rc2.0.3",
"version": "2.0.0-rc2.0.4",
"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": "^2.0.0-rc2.0.3",
"@magento/upward-spec": "^2.0.0-rc2.0.4",
"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": "2.0.0-rc2.0.3",
"version": "2.0.0-rc2.0.4",
"description": "UPWARD specification, guide, and test suite.",
"main": "./suite/index.js",
"bin": {
Expand Down
8 changes: 4 additions & 4 deletions packages/venia-concept/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.0-rc2.0.3",
"version": "2.0.0-rc2.0.4",
"description": "Venia PWA Concept Storefront for Magento 2",
"license": "(OSL-3.0 OR AFL-3.0)",
"author": "Magento Commerce",
Expand All @@ -25,9 +25,9 @@
"watch": "webpack-dev-server --progress --color --env.phase development"
},
"devDependencies": {
"@magento/peregrine": "^2.0.0-rc2.0.3",
"@magento/pwa-buildpack": "^2.0.0-rc2.0.3",
"@magento/upward-js": "^2.0.0-rc2.0.3",
"@magento/peregrine": "^2.0.0-rc2.0.4",
"@magento/pwa-buildpack": "^2.0.0-rc2.0.4",
"@magento/upward-js": "^2.0.0-rc2.0.4",
"rimraf": "^2.6.2",
"webpack": "3.11.0",
"webpack-dev-server": "2.11.0"
Expand Down

0 comments on commit b4a261c

Please sign in to comment.