Skip to content

Commit

Permalink
v2.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Nov 12, 2018
1 parent 77ed6b2 commit c261b60
Show file tree
Hide file tree
Showing 6 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-rc.4",
"version": "2.0.0-rc.5",
"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.4",
"version": "2.0.0-rc.5",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "2.0.0-rc.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/magento-research/pwa-studio/tree/master/packages/pwa-buildpack#readme",
"dependencies": {
"@magento/directive-parser": "^0.1.1",
"@magento/upward-js": "^2.0.0-rc.4",
"@magento/upward-js": "^2.0.0-rc.5",
"ajv": "^6.1.1",
"babel-helper-module-imports": "^7.0.0-beta.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
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-rc.4",
"version": "2.0.0-rc.5",
"description": "Implementation of the UPWARD spec as a NodeJS server",
"main": "./lib/index.js",
"bin": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"node-fetch": "^2.2.1"
},
"devDependencies": {
"@magento/upward-spec": "^2.0.0-rc.3",
"@magento/upward-spec": "^2.0.0-rc.5",
"express": "^4.16.3",
"jest": "^23.6.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-rc.3",
"version": "2.0.0-rc.5",
"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-rc.4",
"version": "2.0.0-rc.5",
"description": "Venia PWA Concept Storefront for Magento 2",
"license": "(OSL-3.0 OR AFL-3.0)",
"author": "Magento Commerce",
Expand All @@ -24,15 +24,15 @@
"watch": "webpack-dev-server --progress --color --env.mode development"
},
"dependencies": {
"@magento/upward-js": "^2.0.0-rc.4",
"@magento/upward-js": "^2.0.0-rc.5",
"chalk": "^2.4.1",
"dotenv": "^6.1.0",
"envalid": "^4.1.4"
},
"devDependencies": {
"@magento/eslint-config": "^1.2.3",
"@magento/peregrine": "^2.0.0-rc.4",
"@magento/pwa-buildpack": "^2.0.0-rc.4",
"@magento/peregrine": "^2.0.0-rc.5",
"@magento/pwa-buildpack": "^2.0.0-rc.5",
"@storybook/react": "^3.4.2",
"apollo-boost": "^0.1.20",
"apollo-cache-inmemory": "^1.3.9",
Expand Down

0 comments on commit c261b60

Please sign in to comment.