Skip to content

Commit

Permalink
ci: release (#7160)
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] committed May 21, 2024
1 parent f06df9b commit 96b2e87
Show file tree
Hide file tree
Showing 32 changed files with 134 additions and 34 deletions.
17 changes: 0 additions & 17 deletions .changeset/dirty-rabbits-crash.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/content/3.middleware/4.reference/change-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 4.0.0

### Major Changes

- **[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.

## 3.10.0

### Minor Changes
Expand Down
11 changes: 11 additions & 0 deletions docs/content/3.middleware/4.reference/multistore/change-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## 4.0.0

### Major Changes

- **[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.

### Patch Changes

- Updated dependencies:
- @vue-storefront/middleware@4.0.0

## 3.0.0

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

## 3.0.0

### Major Changes

- **[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.

## 2.0.0

### Major Changes
Expand Down
6 changes: 6 additions & 0 deletions engineering-toolkit/api-extractor-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/api-extractor-config

## 1.0.0

### Major Changes

- **[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.

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion engineering-toolkit/api-extractor-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/api-extractor-config",
"version": "0.0.5",
"version": "1.0.0",
"license": "MIT",
"main": "./src/index.json",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions engineering-toolkit/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/eslint-config

## 3.0.0

### Major Changes

- **[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.

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion engineering-toolkit/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config",
"version": "2.0.0",
"version": "3.0.0",
"main": "src/index.js",
"license": "MIT",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions engineering-toolkit/integrations-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/eslint-config-integrations

## 1.0.0

### Major Changes

- **[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.

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion engineering-toolkit/integrations-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-integrations",
"version": "0.0.21",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions engineering-toolkit/integrations-tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vue-storefront/integrations-tsconfig

## 1.0.0

### Major Changes

- **[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.
2 changes: 1 addition & 1 deletion engineering-toolkit/integrations-tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/integrations-tsconfig",
"version": "0.0.4",
"version": "1.0.0",
"main": "./tsconfig.json",
"license": "MIT",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions engineering-toolkit/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/jest-config

## 1.0.0

### Major Changes

- **[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.

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion engineering-toolkit/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/jest-config",
"version": "0.0.5",
"version": "1.0.0",
"main": "./src/index.js",
"license": "MIT",
"types": "./src/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions engineering-toolkit/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vue-storefront/prettier-config

## 2.0.0

### Major Changes

- **[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.
2 changes: 1 addition & 1 deletion engineering-toolkit/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/prettier-config",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"main": "src/index.js",
"license": "MIT",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions engineering-toolkit/rollup-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/rollup-config

## 1.0.0

### Major Changes

- **[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.

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion engineering-toolkit/rollup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/rollup-config",
"version": "0.0.8",
"version": "1.0.0",
"main": "./lib/index.js",
"license": "MIT",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/changesets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vue-storefront/changesets

## 2.0.0

### Major Changes

- **[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.
2 changes: 1 addition & 1 deletion packages/changesets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-storefront/changesets",
"license": "MIT",
"version": "1.0.0",
"version": "2.0.0",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vue-storefront/cli

## 5.0.0

### Major Changes

- **[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.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/cli",
"version": "4.5.0",
"version": "5.0.0",
"description": "Vue Storefront's CLI.",
"bin": "./bin/run",
"homepage": "https://github.com/vuestorefront/vue-storefront",
Expand Down
6 changes: 6 additions & 0 deletions packages/middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 4.0.0

### Major Changes

- **[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.

## 3.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/middleware",
"version": "3.10.0",
"version": "4.0.0",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/multistore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## 4.0.0

### Major Changes

- **[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.

### Patch Changes

- Updated dependencies:
- @vue-storefront/middleware@4.0.0

## 3.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/multistore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/multistore",
"version": "3.0.0",
"version": "4.0.0",
"author": "Fifciu",
"license": "MIT",
"main": "lib/index.cjs.js",
Expand All @@ -20,7 +20,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@vue-storefront/middleware": "^3.0.0"
"@vue-storefront/middleware": "^4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 8 additions & 1 deletion packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Change log

## 2.0.1

### Patch Changes

- Updated dependencies:
- @vue-storefront/sdk@3.0.0

## 2.0.0

- **[CHANGED]** Updated the `@vue-storefront/sdk` dependency to version `2.0.0`.
- **[CHANGED]** Updated the `@vue-storefront/sdk` dependency to version `2.0.0`.
- **[ADDED]** `defaults` property to the injected context

## 1.1.1
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "2.0.1",
"exports": {
".": {
"import": "./dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"test:unit": "vitest run"
},
"dependencies": {
"@vue-storefront/sdk": "^2.0.0"
"@vue-storefront/sdk": "^3.0.0"
},
"devDependencies": {
"@types/react": "^18.2.31",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-axios-request-sender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/sdk-axios-request-sender

## 2.0.0

### Major Changes

- **[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.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-axios-request-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/sdk-axios-request-sender",
"version": "1.0.0",
"version": "2.0.0",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 3.0.0

### Major Changes

- **[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.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-storefront/sdk",
"license": "MIT",
"version": "2.0.0",
"version": "3.0.0",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 96b2e87

Please sign in to comment.