Skip to content

Commit 96b2e87

Browse files
ci: release (#7160)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f06df9b commit 96b2e87

File tree

32 files changed

+134
-34
lines changed

32 files changed

+134
-34
lines changed

.changeset/dirty-rabbits-crash.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/content/3.middleware/4.reference/change-log.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- **[CHANGED]** Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.
8+
39
## 3.10.0
410

511
### Minor Changes

docs/content/3.middleware/4.reference/multistore/change-log.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change log
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- **[CHANGED]** Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies:
12+
- @vue-storefront/middleware@4.0.0
13+
314
## 3.0.0
415

516
### Patch Changes

docs/content/4.sdk/5.reference/change-log.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- **[CHANGED]** Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.
8+
39
## 2.0.0
410

511
### Major Changes

engineering-toolkit/api-extractor-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-storefront/api-extractor-config
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- **[CHANGED]** Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.
8+
39
## 0.0.5
410

511
### Patch Changes

engineering-toolkit/api-extractor-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/api-extractor-config",
3-
"version": "0.0.5",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"main": "./src/index.json",
66
"files": [

engineering-toolkit/eslint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-storefront/eslint-config
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- **[CHANGED]** Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.
8+
39
## 2.0.0
410

511
### Patch Changes

engineering-toolkit/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/eslint-config",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"main": "src/index.js",
55
"license": "MIT",
66
"exports": {

engineering-toolkit/integrations-eslint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-storefront/eslint-config-integrations
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- **[CHANGED]** Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.
8+
39
## 0.0.21
410

511
### Patch Changes

engineering-toolkit/integrations-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/eslint-config-integrations",
3-
"version": "0.0.21",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)