Skip to content

Commit

Permalink
v2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Oct 3, 2018
1 parent 2aebb5e commit 1cbebeb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "2.0.0-rc.1",
"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": "1.1.1",
"version": "2.0.0-rc.1",
"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": "1.1.1",
"version": "2.0.0-rc.1",
"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": "1.1.1",
"version": "2.0.0-rc.1",
"description": "A documentation site for Magento PWA",
"main": "gulpfile.js",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/venia-concept/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme-frontend-venia",
"version": "1.1.1",
"version": "2.0.0-rc.1",
"description": "Venia PWA Concept Theme for Magento 2",
"license": "(OSL-3.0 OR AFL-3.0)",
"author": "Magento Commerce",
Expand All @@ -19,8 +19,8 @@
"watch": "npm run -s start"
},
"devDependencies": {
"@magento/peregrine": "^1.1.1",
"@magento/pwa-buildpack": "^1.1.1",
"@magento/peregrine": "^2.0.0-rc.1",
"@magento/pwa-buildpack": "^2.0.0-rc.1",
"npm-merge-driver": "^2.3.5",
"rimraf": "^2.6.2",
"webpack": "3.11.0",
Expand Down

0 comments on commit 1cbebeb

Please sign in to comment.