Skip to content

Commit

Permalink
Merge release/1.0.0-beta.8 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 12, 2021
2 parents 4add2d4 + f545957 commit d04da4e
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'release')
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v1
Expand Down
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@vue-storefront:registry https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=${INPUT_TOKEN}
registry=https://registry.npmjs.org/
@vue-storefront:registry=https://registry.npmjs.org/
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-api",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"sideEffects": false,
"license": "MIT",
"server": "server/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.cjs.js",
Expand All @@ -18,7 +18,7 @@
"update:update": "ncu -u"
},
"dependencies": {
"@vue-storefront/magento-api": "^1.0.0-beta.7",
"@vue-storefront/magento-api": "^1.0.0-beta.8",
"@vue-storefront/core": "^2.3.1",
"vue": "^2.6.x"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-theme",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@nuxtjs/style-resources": "^1.0.0",
"@storefront-ui/vue": "^0.10.5",
"@vue-storefront/core": "^2.3.1",
"@vue-storefront/magento": "^1.0.0-beta.7",
"@vue-storefront/magento": "^1.0.0-beta.8",
"@vue-storefront/middleware": "^2.3.1",
"@vue-storefront/nuxt": "^2.3.1",
"@vue-storefront/nuxt-theme": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/publishPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const publishPackages = (labels, token) => {
tag: npmTag,
access: 'public',
checkVersion: true,
registry: 'https://registry.npmjs.org/'
// registry: 'https://registry.npmjs.org/'
};
npmPublish({
package: path.resolve(baseApiClientPath, './package.json'),
Expand Down
247 changes: 103 additions & 144 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit d04da4e

Please sign in to comment.