Skip to content

Commit

Permalink
chore: manually set version 1.1.0 and lerna fix (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen authored Sep 27, 2018
1 parent d30fe94 commit b2d6757
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "1.1.0",
"packages": [
"packages/peregrine",
"packages/pwa-buildpack",
"packages/pwa-devdocs",
"packages/venia-concept"
],
"version": "independent",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@magento/pwa-studio",
"version": "1.1.0",
"private": true,
"author": "Magento Commerce",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down
5 changes: 4 additions & 1 deletion packages/peregrine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@magento/peregrine",
"version": "0.4.0",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
"description": "The core runtime of Magento PWA",
"license": "(OSL-3.0 OR AFL-3.0)",
"author": "Magento Commerce",
Expand Down
7 changes: 5 additions & 2 deletions packages/pwa-buildpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@magento/pwa-buildpack",
"version": "0.8.2",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
"description": "Build/Layout optimization tooling and Peregrine framework adapters for the Magento PWA",
"main": "dist/index.js",
"scripts": {
Expand All @@ -24,7 +27,7 @@
"webpack"
],
"author": "Magento Commerce",
"license": "SEE LICENSE IN LICENSE.txt",
"license": "(OSL-3.0 OR AFL-3.0)",
"bugs": {
"url": "https://github.com/magento-research/pwa-studio/issues"
},
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.0.0",
"version": "1.1.0",
"description": "A documentation site for Magento PWA",
"main": "gulpfile.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/venia-concept/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme-frontend-venia",
"version": "0.1.1",
"version": "1.1.0",
"description": "Venia PWA Concept Theme for Magento 2",
"license": "(OSL-3.0 OR AFL-3.0)",
"author": "Magento Commerce",
Expand Down

0 comments on commit b2d6757

Please sign in to comment.