Skip to content

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-pwa-codebuild committed Apr 29, 2020
1 parent 5a51a97 commit 3521b2d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magento/pwa-studio",
"version": "6.0.1-alpha.1",
"version": "6.0.1",
"private": true,
"workspaces": [
"packages/babel-preset-peregrine",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magento/create-pwa",
"version": "1.1.1-alpha.1",
"version": "1.1.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/magento/pwa-studio/tree/master/packages/create-pwa#readme",
"dependencies": {
"@magento/pwa-buildpack": "5.1.1-alpha.1",
"@magento/pwa-buildpack": "~5.1.1",
"chalk": "^2.4.2",
"change-case": "^3.1.0",
"execa": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/pagebuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magento/pagebuilder",
"version": "1.0.1-alpha.1",
"version": "1.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {},
"devDependencies": {
"@magento/peregrine": "~6.0.0",
"@magento/pwa-buildpack": "5.1.1-alpha.1",
"@magento/pwa-buildpack": "~5.1.1",
"@magento/venia-ui": "~3.0.0",
"@storybook/react": "~5.2.6",
"jarallax": "~1.11.1",
Expand All @@ -50,7 +50,7 @@
"peerDependencies": {
"@magento/babel-preset-peregrine": "~1.0.1",
"@magento/peregrine": "~6.0.0",
"@magento/pwa-buildpack": "5.1.1-alpha.1",
"@magento/pwa-buildpack": "~5.1.1",
"@magento/venia-ui": "~3.0.0",
"jarallax": "~1.11.1",
"load-google-maps-api": "~2.0.1",
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": "5.1.1-alpha.1",
"version": "5.1.1",
"publishConfig": {
"access": "public"
},
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": "@magento/venia-concept",
"version": "6.0.1-alpha.1",
"version": "6.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -49,9 +49,9 @@
"@babel/runtime": "~7.4.2",
"@magento/babel-preset-peregrine": "~1.0.1",
"@magento/eslint-config": "~1.5.0",
"@magento/pagebuilder": "1.0.1-alpha.1",
"@magento/pagebuilder": "~1.0.1",
"@magento/peregrine": "~6.0.0",
"@magento/pwa-buildpack": "5.1.1-alpha.1",
"@magento/pwa-buildpack": "~5.1.1",
"@magento/upward-js": "~4.0.1",
"@magento/venia-ui": "~3.0.0",
"@storybook/react": "~5.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/venia-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"peerDependencies": {
"@magento/babel-preset-peregrine": "~1.0.1",
"@magento/peregrine": "~6.0.0",
"@magento/pwa-buildpack": "5.1.1-alpha.1",
"@magento/pwa-buildpack": "~5.1.1",
"apollo-cache-inmemory": "~1.6.3",
"apollo-cache-persist": "~0.1.1",
"apollo-client": "2.6.4",
Expand Down
2 changes: 1 addition & 1 deletion pwa-devdocs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pwa-devdocs",
"private": true,
"version": "6.0.1-alpha.1",
"version": "6.0.1",
"description": "A documentation site for Magento PWA",
"main": "gulpfile.js",
"dependencies": {
Expand Down

0 comments on commit 3521b2d

Please sign in to comment.