Skip to content

Commit

Permalink
v2.0.0-rc.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Dec 14, 2018
1 parent 6b7db44 commit 3927f36
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.15",
"version": "2.0.0-rc.16",
"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.15",
"version": "2.0.0-rc.16",
"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.15",
"version": "2.0.0-rc.16",
"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.15",
"@magento/upward-js": "^2.0.0-rc.16",
"ajv": "~6.1.1",
"babel-helper-module-imports": "~7.0.0-beta.3",
"babel-plugin-syntax-dynamic-import": "~6.18.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.15",
"version": "2.0.0-rc.16",
"description": "Implementation of the UPWARD spec as a NodeJS server",
"main": "./lib/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.15",
"version": "2.0.0-rc.16",
"description": "Venia PWA Concept Storefront for Magento 2",
"license": "(OSL-3.0 OR AFL-3.0)",
"author": "Magento Commerce",
Expand All @@ -28,9 +28,9 @@
},
"dependencies": {
"@magento/eslint-config": "~1.2.3",
"@magento/peregrine": "^2.0.0-rc.15",
"@magento/pwa-buildpack": "^2.0.0-rc.15",
"@magento/upward-js": "^2.0.0-rc.15",
"@magento/peregrine": "^2.0.0-rc.16",
"@magento/pwa-buildpack": "^2.0.0-rc.16",
"@magento/upward-js": "^2.0.0-rc.16",
"@storybook/react": "~3.4.2",
"apollo-boost": "~0.1.20",
"apollo-cache-inmemory": "~1.3.9",
Expand Down

0 comments on commit 3927f36

Please sign in to comment.