Skip to content

Commit

Permalink
ci: release (#1529)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 22, 2024
1 parent e4709f9 commit 4bf7994
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/large-hotels-sip.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/content/6.reference/changelogs/vue-storefront-magento-api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vue-storefront/magento-api

## 4.0.0

### Major Changes

- e4709f9a: Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

### Patch Changes

- Updated dependencies [e4709f9a]
- @vue-storefront/magento-types@2.0.0

## 3.1.1

### Patch Changes
Expand Down
11 changes: 11 additions & 0 deletions docs/content/6.reference/changelogs/vue-storefront-magento-sdk.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vue-storefront/magento-sdk

## 3.0.0

### Major Changes

- e4709f9a: Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

### Patch Changes

- Updated dependencies [e4709f9a]
- @vue-storefront/magento-types@2.0.0

## 2.3.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/magento-types

## 2.0.0

### Major Changes

- e4709f9a: Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

## 1.2.0

### Minor Changes
Expand Down
11 changes: 11 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vue-storefront/magento-api

## 4.0.0

### Major Changes

- e4709f9a: Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

### Patch Changes

- Updated dependencies [e4709f9a]
- @vue-storefront/magento-types@2.0.0

## 3.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.1.1",
"version": "4.0.0",
"sideEffects": false,
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@apollo/client": "3.8.7",
"@nuxtjs/composition-api": "0.31.0",
"@vue-storefront/magento-types": "1.2.0",
"@vue-storefront/magento-types": "2.0.0",
"@vue-storefront/middleware": "^3.9.0",
"agentkeepalive": "^4.2.1",
"consola": "^3.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/api-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/magento-types

## 2.0.0

### Major Changes

- e4709f9a: Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-types",
"version": "1.2.0",
"version": "2.0.0",
"sideEffects": false,
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vue-storefront/magento-sdk

## 3.0.0

### Major Changes

- e4709f9a: Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

### Patch Changes

- Updated dependencies [e4709f9a]
- @vue-storefront/magento-types@2.0.0

## 2.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-sdk",
"version": "2.3.2",
"version": "3.0.0",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand All @@ -19,15 +19,15 @@
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@vue-storefront/magento-types": "^1.2.0",
"@vue-storefront/magento-types": "^2.0.0",
"@vue-storefront/sdk": "^1.0.0",
"@vue-storefront/sdk-axios-request-sender": "1.0.0",
"axios": "^0.27.2",
"ts-essentials": "^9.3.1"
},
"devDependencies": {
"@types/node": "^12.12.14",
"@vue-storefront/magento-api": "^3.1.0",
"@vue-storefront/magento-api": "^4.0.0",
"nock": "^13.2.9"
},
"peerDependencies": {
Expand Down

0 comments on commit 4bf7994

Please sign in to comment.