Skip to content

Commit

Permalink
ci: release (#7356)
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 Dec 12, 2024
1 parent 30c99b9 commit d48114f
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-comics-impress.md

This file was deleted.

67 changes: 47 additions & 20 deletions docs/content/3.middleware/3.api/middleware.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4122,6 +4122,50 @@
"endIndex": 4
}
},
{
"kind": "TypeAlias",
"canonicalReference": "@vue-storefront/middleware!ErrorHandler:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export type ErrorHandler = "
},
{
"kind": "Content",
"text": "(error: unknown, req: "
},
{
"kind": "Reference",
"text": "AlokaiRequest",
"canonicalReference": "@vue-storefront/middleware!AlokaiRequest:type"
},
{
"kind": "Content",
"text": ", res: "
},
{
"kind": "Reference",
"text": "AlokaiResponse",
"canonicalReference": "@vue-storefront/middleware!AlokaiResponse:type"
},
{
"kind": "Content",
"text": ") => void"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/types/common.ts",
"releaseTag": "Public",
"name": "ErrorHandler",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 6
}
},
{
"kind": "TypeAlias",
"canonicalReference": "@vue-storefront/middleware!ErrorObject:type",
Expand Down Expand Up @@ -5158,27 +5202,10 @@
"kind": "Content",
"text": "errorHandler?: "
},
{
"kind": "Content",
"text": "(error: unknown, req: "
},
{
"kind": "Reference",
"text": "AlokaiRequest",
"canonicalReference": "@vue-storefront/middleware!AlokaiRequest:type"
},
{
"kind": "Content",
"text": ", res: "
},
{
"kind": "Reference",
"text": "AlokaiResponse",
"canonicalReference": "@vue-storefront/middleware!AlokaiResponse:type"
},
{
"kind": "Content",
"text": ") => void"
"text": "ErrorHandler",
"canonicalReference": "@vue-storefront/middleware!ErrorHandler:type"
},
{
"kind": "Content",
Expand All @@ -5191,7 +5218,7 @@
"name": "errorHandler",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 6
"endIndex": 2
}
},
{
Expand Down
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

## 5.3.1

### Patch Changes

**[FIXED]** type of `defaultErrorHandler`

## 5.3.0

### Minor Changes
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

## 5.3.1

### Patch Changes

**[FIXED]** type of `defaultErrorHandler`

## 5.3.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": "5.3.0",
"version": "5.3.1",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^18.11.17",
"@vue-storefront/middleware": "5.3.0",
"@vue-storefront/middleware": "5.3.1",
"axios": "^1.6.7",
"babel-preset-node": "^5.1.1",
"isomorphic-fetch": "^3.0.0",
Expand Down

0 comments on commit d48114f

Please sign in to comment.