Skip to content

Commit

Permalink
ci: release (rc) (#7284)
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 Oct 21, 2024
1 parent dcb8fa7 commit 8179e57
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 12 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"brave-jokes-film",
"chilly-eggs-fetch",
"chilly-fans-check",
"forty-boats-tell",
"fuzzy-pugs-greet",
"loud-rings-occur",
"mighty-peas-serve",
Expand Down
136 changes: 126 additions & 10 deletions docs/content/3.middleware/3.api/middleware.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,41 @@
"endIndex": 4
}
},
{
"kind": "TypeAlias",
"canonicalReference": "@vue-storefront/middleware!AlokaiLocal:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export type AlokaiLocal = "
},
{
"kind": "Content",
"text": "{\n metadata?: {\n context?: string;\n scope?: "
},
{
"kind": "Reference",
"text": "LogScope",
"canonicalReference": "@vue-storefront/middleware!LogScope:type"
},
{
"kind": "Content",
"text": ";\n };\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/types/common.ts",
"releaseTag": "Public",
"name": "AlokaiLocal",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 4
}
},
{
"kind": "TypeAlias",
"canonicalReference": "@vue-storefront/middleware!AnyFunction:type",
Expand Down Expand Up @@ -917,8 +952,8 @@
},
{
"kind": "Reference",
"text": "Response",
"canonicalReference": "@types/express!e.Response:interface"
"text": "ResponseWithAlokaiLocals",
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
},
{
"kind": "Content",
Expand Down Expand Up @@ -2711,7 +2746,7 @@
},
{
"kind": "Content",
"text": "<API>;\n}"
"text": "<API>;\n integrationTag: string;\n}"
},
{
"kind": "Content",
Expand Down Expand Up @@ -4203,7 +4238,7 @@
},
{
"kind": "Content",
"text": ", T>"
"text": ", T> & {\n name: string;\n}"
},
{
"kind": "Content",
Expand Down Expand Up @@ -4570,6 +4605,34 @@
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "PropertySignature",
"canonicalReference": "@vue-storefront/middleware!HookParams#logger:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "logger?: "
},
{
"kind": "Reference",
"text": "LoggerInterface",
"canonicalReference": "@vue-storefront/logger!LoggerInterface:interface"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": true,
"releaseTag": "Public",
"name": "logger",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
}
],
"extendsTokenRanges": []
Expand Down Expand Up @@ -4767,8 +4830,8 @@
},
{
"kind": "Reference",
"text": "Response",
"canonicalReference": "@types/express!e.Response:interface"
"text": "ResponseWithAlokaiLocals",
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
},
{
"kind": "Content",
Expand Down Expand Up @@ -5371,8 +5434,8 @@
},
{
"kind": "Reference",
"text": "Response",
"canonicalReference": "@types/express!e.Response:interface"
"text": "ResponseWithAlokaiLocals",
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
},
{
"kind": "Content",
Expand Down Expand Up @@ -5875,6 +5938,32 @@
"endIndex": 2
}
},
{
"kind": "TypeAlias",
"canonicalReference": "@vue-storefront/middleware!LogScope:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export type LogScope = "
},
{
"kind": "Content",
"text": "{\n integrationName: string;\n extensionName?: string;\n functionName?: string;\n hookName?: \"extendApp\" | \"hooks\" | \"onCreate\" | \"init\" | \"beforeCall\" | \"beforeCreate\" | \"afterCall\" | \"afterCreate\";\n type: \"endpoint\" | \"bootstrapHook\" | \"requestHook\";\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "src/types/common.ts",
"releaseTag": "Public",
"name": "LogScope",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "Interface",
"canonicalReference": "@vue-storefront/middleware!MiddlewareConfig:interface",
Expand Down Expand Up @@ -6237,6 +6326,33 @@
"endIndex": 2
}
},
{
"kind": "PropertySignature",
"canonicalReference": "@vue-storefront/middleware!MiddlewareContext#integrationTag:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "integrationTag: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "integrationTag",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "PropertySignature",
"canonicalReference": "@vue-storefront/middleware!MiddlewareContext#req:member",
Expand Down Expand Up @@ -6276,8 +6392,8 @@
},
{
"kind": "Reference",
"text": "Response",
"canonicalReference": "@types/express!e.Response:interface"
"text": "ResponseWithAlokaiLocals",
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
},
{
"kind": "Content",
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.1.0-rc.1

### Patch Changes

Fix scoping

## 5.1.0-rc.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.1.0-rc.1

### Patch Changes

Fix scoping

## 5.1.0-rc.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.1.0-rc.0",
"version": "5.1.0-rc.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.1.0-rc.0",
"@vue-storefront/middleware": "5.1.0-rc.1",
"axios": "^1.6.7",
"babel-preset-node": "^5.1.1",
"isomorphic-fetch": "^3.0.0",
Expand Down

0 comments on commit 8179e57

Please sign in to comment.