Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Sep 27, 2018
1 parent 523ed5d commit f974b14
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 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.0",
"version": "1.1.1",
"packages": [
"packages/peregrine",
"packages/pwa-buildpack",
Expand Down
4 changes: 2 additions & 2 deletions packages/peregrine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magento/peregrine",
"version": "1.1.0",
"version": "1.1.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"devDependencies": {
"@storybook/react": "^3.4.2",
"babel-runtime": "^6.26.0",
"babel-cli": "^6.26.0",
"babel-runtime": "^6.26.0",
"danger": "^3.9.0",
"npm-merge-driver": "^2.3.5",
"react": "^16.4.2",
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.0",
"version": "1.1.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.0",
"version": "1.1.1",
"description": "A documentation site for Magento PWA",
"main": "gulpfile.js",
"dependencies": {
Expand Down
9 changes: 4 additions & 5 deletions packages/venia-concept/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "theme-frontend-venia",
"version": "1.1.0",
"version": "1.1.1",
"description": "Venia PWA Concept Theme for Magento 2",
"license": "(OSL-3.0 OR AFL-3.0)",
"author": "Magento Commerce",
"main": "src/index.js",
"repository": "github:magento-research/pwa-studio",
"bugs": {
"url": "https://github.com/magento-research/pwa-studio/issues"
"url": "https://github.com/magento-research/pwa-studio/issues"
},
"homepage": "https://github.com/magento-research/pwa-studio/tree/master/packages/venia-concept#readme",
"scripts": {
Expand All @@ -18,10 +18,9 @@
"start:debug": "node --inspect-brk ./node_modules/.bin/webpack-dev-server --progress --color --env.phase development",
"watch": "npm run -s start"
},
"dependencies": {},
"devDependencies": {
"@magento/peregrine": "*",
"@magento/pwa-buildpack": "*",
"@magento/peregrine": "^1.1.1",
"@magento/pwa-buildpack": "^1.1.1",
"npm-merge-driver": "^2.3.5",
"rimraf": "^2.6.2",
"webpack": "3.11.0",
Expand Down

0 comments on commit f974b14

Please sign in to comment.