Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpatil-magento committed Jun 25, 2019
1 parent d67002c commit d35817d
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": "3.0.0-rc.1",
"version": "3.0.0",
"private": true,
"workspaces": [
"packages/graphql-cli-validate-magento-pwa-queries",
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": "3.0.0-rc.1",
"version": "3.0.0",
"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": "3.0.0-rc.1",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
"@babel/plugin-transform-react-jsx": "~7.3.0",
"@magento/directive-parser": "~0.1.6",
"@magento/express-sharp": "~2.1.1-newdeps.1",
"@magento/upward-js": "2.2.0-rc.1",
"@magento/upward-js": "~2.2.0",
"ajv": "~6.9.2",
"apicache": "~1.4.0",
"babel-loader": "~8.0.5",
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.2.0-rc.1",
"version": "2.2.0",
"description": "Implementation of the UPWARD spec as a NodeJS server",
"main": "./lib/index.js",
"bin": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"shrink-ray-current": "~4.0.0"
},
"devDependencies": {
"@magento/upward-spec": "2.2.0-rc.1",
"@magento/upward-spec": "~2.2.0",
"express": "~4.16.4",
"supertest": "~3.4.2"
},
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.2.0-rc.1",
"version": "2.2.0",
"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
@@ -1,6 +1,6 @@
{
"name": "@magento/venia-concept",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"homepage": "https://github.com/magento-research/pwa-studio/tree/master/packages/venia-concept#readme",
"dependencies": {
"@babel/runtime": "~7.3.4",
"@magento/peregrine": "3.0.0-rc.1",
"@magento/peregrine": "~3.0.0",
"apollo-boost": "~0.1.28",
"apollo-cache-inmemory": "~1.4.3",
"apollo-cache-persist": "~0.1.1",
Expand Down Expand Up @@ -74,8 +74,8 @@
"@babel/plugin-transform-react-jsx": "~7.3.0",
"@babel/plugin-transform-runtime": "~7.3.4",
"@babel/preset-env": "~7.3.4",
"@magento/pwa-buildpack": "3.0.0-rc.1",
"@magento/upward-js": "2.2.0-rc.1",
"@magento/pwa-buildpack": "~3.0.0",
"@magento/upward-js": "~2.2.0",
"@storybook/react": "~4.1.13",
"babel-core": "~7.0.0-bridge.0",
"babel-jest": "~24.1.0",
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": "3.0.0-rc.1",
"version": "3.0.0",
"description": "A documentation site for Magento PWA",
"main": "gulpfile.js",
"dependencies": {
Expand Down

0 comments on commit d35817d

Please sign in to comment.