Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Mar 20, 2019
1 parent 2321696 commit 9def080
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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": "2.1.0-rc.1",
"version": "2.1.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": "2.1.0-rc.1",
"version": "2.1.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": "2.1.0-rc.1",
"version": "2.1.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.1.0-rc.1",
"@magento/upward-js": "~2.1.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.1.0-rc.1",
"version": "2.1.0",
"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.3.0"
},
"devDependencies": {
"@magento/upward-spec": "~2.1.0-rc.1",
"@magento/upward-spec": "~2.1.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.1.0-rc.1",
"version": "2.1.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": "2.1.0-rc.1",
"version": "2.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"homepage": "https://github.com/magento-research/pwa-studio/tree/master/packages/venia-concept#readme",
"dependencies": {
"@babel/runtime": "~7.3.4",
"@magento/peregrine": "~2.1.0-rc.1",
"@magento/peregrine": "~2.1.0",
"apollo-boost": "~0.1.28",
"apollo-cache-inmemory": "~1.4.3",
"apollo-cache-persist": "~0.1.1",
Expand Down Expand Up @@ -72,8 +72,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": "~2.1.0-rc.1",
"@magento/upward-js": "~2.1.0-rc.1",
"@magento/pwa-buildpack": "~2.1.0",
"@magento/upward-js": "~2.1.0",
"@storybook/react": "~4.1.13",
"babel-core": "~7.0.0-bridge.0",
"babel-jest": "~24.1.0",
Expand Down

0 comments on commit 9def080

Please sign in to comment.