Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sethidden committed May 22, 2024
1 parent 087f29c commit e521b30
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-walls-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-gifts-work.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/moody-experts-pump.md

This file was deleted.

8 changes: 8 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,13 @@
# Change log

## 4.0.1

### Patch Changes

- **[CHANGED]** Fix typo in default error handler
Now the default error message for error responses bearing a 4xx status code will be
"Request failed with status code ${status}" instead of "Request faileds [...]".

## 4.0.0

### Major Changes
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.1

### Patch Changes

Update typescript-eslint to version that supports latest versions of TypeScript (^5.4.0)

## 1.0.0

### Major 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": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"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.1

### Patch Changes

Don't output coverage results to stdout

## 1.0.0

### Major 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": "1.0.0",
"version": "1.0.1",
"main": "./src/index.js",
"license": "MIT",
"types": "./src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log

## 4.0.1

### Patch Changes

- **[CHANGED]** Fix typo in default error handler
Now the default error message for error responses bearing a 4xx status code will be
"Request failed with status code ${status}" instead of "Request faileds [...]".

## 4.0.0

### Major 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": "4.0.0",
"version": "4.0.1",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e521b30

Please sign in to comment.