diff --git a/lerna.json b/lerna.json index ab9493f4f8..2a54f83557 100644 --- a/lerna.json +++ b/lerna.json @@ -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": { diff --git a/package.json b/package.json index 4ba808a1a0..d1afe88f03 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "@magento/pwa-studio", + "version": "1.1.0", "private": true, "author": "Magento Commerce", "license": "SEE LICENSE IN LICENSE.txt", diff --git a/packages/peregrine/package.json b/packages/peregrine/package.json index 8a91b46661..7776e36947 100644 --- a/packages/peregrine/package.json +++ b/packages/peregrine/package.json @@ -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", diff --git a/packages/pwa-buildpack/package.json b/packages/pwa-buildpack/package.json index cce663cf6e..af85fbfcbc 100644 --- a/packages/pwa-buildpack/package.json +++ b/packages/pwa-buildpack/package.json @@ -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": { @@ -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" }, diff --git a/packages/pwa-devdocs/package.json b/packages/pwa-devdocs/package.json index 7ab668b9a8..ea407dd1d2 100644 --- a/packages/pwa-devdocs/package.json +++ b/packages/pwa-devdocs/package.json @@ -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": { diff --git a/packages/venia-concept/package.json b/packages/venia-concept/package.json index 3f264f3e4b..44b363a959 100644 --- a/packages/venia-concept/package.json +++ b/packages/venia-concept/package.json @@ -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",