Skip to content

Commit 226bd0e

Browse files
ci: release (rc) (#7303)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fadf21d commit 226bd0e

File tree

6 files changed

+78
-7
lines changed

6 files changed

+78
-7
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@vue-storefront/sdk-axios-request-sender": "2.0.0"
1919
},
2020
"changesets": [
21+
"blue-suits-drop",
2122
"brave-jokes-film",
2223
"chilly-eggs-fetch",
2324
"chilly-fans-check",

docs/content/3.middleware/3.api/middleware.api.json

Lines changed: 63 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,15 @@
407407
"text": "LogScope",
408408
"canonicalReference": "@vue-storefront/middleware!LogScope:type"
409409
},
410+
{
411+
"kind": "Content",
412+
"text": ";\n errorBoundary?: "
413+
},
414+
{
415+
"kind": "Reference",
416+
"text": "LogScope",
417+
"canonicalReference": "@vue-storefront/middleware!LogScope:type"
418+
},
410419
{
411420
"kind": "Content",
412421
"text": ";\n };\n}"
@@ -421,7 +430,7 @@
421430
"name": "AlokaiLocal",
422431
"typeTokenRange": {
423432
"startIndex": 1,
424-
"endIndex": 4
433+
"endIndex": 6
425434
}
426435
},
427436
{
@@ -953,7 +962,7 @@
953962
{
954963
"kind": "Reference",
955964
"text": "ResponseWithAlokaiLocals",
956-
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
965+
"canonicalReference": "@vue-storefront/middleware!ResponseWithAlokaiLocals:type"
957966
},
958967
{
959968
"kind": "Content",
@@ -4831,7 +4840,7 @@
48314840
{
48324841
"kind": "Reference",
48334842
"text": "ResponseWithAlokaiLocals",
4834-
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
4843+
"canonicalReference": "@vue-storefront/middleware!ResponseWithAlokaiLocals:type"
48354844
},
48364845
{
48374846
"kind": "Content",
@@ -5435,7 +5444,7 @@
54355444
{
54365445
"kind": "Reference",
54375446
"text": "ResponseWithAlokaiLocals",
5438-
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
5447+
"canonicalReference": "@vue-storefront/middleware!ResponseWithAlokaiLocals:type"
54395448
},
54405449
{
54415450
"kind": "Content",
@@ -6393,7 +6402,7 @@
63936402
{
63946403
"kind": "Reference",
63956404
"text": "ResponseWithAlokaiLocals",
6396-
"canonicalReference": "@vue-storefront/middleware!~ResponseWithAlokaiLocals:type"
6405+
"canonicalReference": "@vue-storefront/middleware!ResponseWithAlokaiLocals:type"
63976406
},
63986407
{
63996408
"kind": "Content",
@@ -6811,6 +6820,55 @@
68116820
],
68126821
"extendsTokenRanges": []
68136822
},
6823+
{
6824+
"kind": "TypeAlias",
6825+
"canonicalReference": "@vue-storefront/middleware!ResponseWithAlokaiLocals:type",
6826+
"docComment": "",
6827+
"excerptTokens": [
6828+
{
6829+
"kind": "Content",
6830+
"text": "export type ResponseWithAlokaiLocals = "
6831+
},
6832+
{
6833+
"kind": "Reference",
6834+
"text": "Response",
6835+
"canonicalReference": "@types/express!e.Response:interface"
6836+
},
6837+
{
6838+
"kind": "Content",
6839+
"text": "<any, {\n alokai?: {\n logger: "
6840+
},
6841+
{
6842+
"kind": "Reference",
6843+
"text": "LoggerInterface",
6844+
"canonicalReference": "@vue-storefront/logger!LoggerInterface:interface"
6845+
},
6846+
{
6847+
"kind": "Content",
6848+
"text": ";\n };\n apiFunction?: "
6849+
},
6850+
{
6851+
"kind": "Reference",
6852+
"text": "Function",
6853+
"canonicalReference": "!Function:interface"
6854+
},
6855+
{
6856+
"kind": "Content",
6857+
"text": ";\n fnOrigin?: string;\n [key: string]: any;\n}>"
6858+
},
6859+
{
6860+
"kind": "Content",
6861+
"text": ";"
6862+
}
6863+
],
6864+
"fileUrlPath": "src/types/common.ts",
6865+
"releaseTag": "Public",
6866+
"name": "ResponseWithAlokaiLocals",
6867+
"typeTokenRange": {
6868+
"startIndex": 1,
6869+
"endIndex": 7
6870+
}
6871+
},
68146872
{
68156873
"kind": "TypeAlias",
68166874
"canonicalReference": "@vue-storefront/middleware!StatusCode:type",

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+
## 5.1.0-rc.3
4+
5+
### Minor Changes
6+
7+
block overwriting alokai metadata
8+
39
## 5.1.0-rc.2
410

511
### Patch Changes

packages/middleware/CHANGELOG.md

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

3+
## 5.1.0-rc.3
4+
5+
### Minor Changes
6+
7+
block overwriting alokai metadata
8+
39
## 5.1.0-rc.2
410

511
### Patch Changes

packages/middleware/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/middleware",
3-
"version": "5.1.0-rc.2",
3+
"version": "5.1.0-rc.3",
44
"main": "lib/index.cjs.js",
55
"module": "lib/index.es.js",
66
"types": "lib/index.d.ts",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/jest": "^29.0.3",
2727
"@types/node": "^18.11.17",
28-
"@vue-storefront/middleware": "5.1.0-rc.2",
28+
"@vue-storefront/middleware": "5.1.0-rc.3",
2929
"axios": "^1.6.7",
3030
"babel-preset-node": "^5.1.1",
3131
"isomorphic-fetch": "^3.0.0",

0 commit comments

Comments
 (0)