Skip to content

Commit

Permalink
ci: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoral committed Dec 21, 2023
1 parent 2469db6 commit 402117f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/continuous-delivery-storefront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned

- name: Install dependencies
shell: bash
Expand All @@ -39,8 +37,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned

- name: Install dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion packages/storefront/packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vue-storefront/next",
"description": "Vue Storefront dedicated features for Next.js",
"license": "MIT",
"version": "0.0.1",
"version": "1.0.0",
"exports": {
".": {
"import": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/storefront/packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/nuxt",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Vue Storefront dedicated features for Nuxt",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 402117f

Please sign in to comment.