Skip to content

Commit 34e9605

Browse files
ci: release (#7051)
* ci: release * update changelogs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Wojciech Sikora <[email protected]>
1 parent d95379e commit 34e9605

File tree

5 files changed

+20
-100
lines changed

5 files changed

+20
-100
lines changed

Diff for: .changeset/twenty-drinks-tickle.md

-5
This file was deleted.

Diff for: docs/content/3.middleware/3.api/multistore.api.json

+7-94
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@
209209
"text": "StoreConfig",
210210
"canonicalReference": "@vue-storefront/multistore!StoreConfig:type"
211211
},
212+
{
213+
"kind": "Content",
214+
"text": " | undefined"
215+
},
212216
{
213217
"kind": "Content",
214218
"text": ";"
@@ -217,7 +221,7 @@
217221
"isOptional": false,
218222
"returnTypeTokenRange": {
219223
"startIndex": 3,
220-
"endIndex": 4
224+
"endIndex": 5
221225
},
222226
"releaseTag": "Public",
223227
"overloadIndex": 1,
@@ -260,9 +264,8 @@
260264
"text": "): "
261265
},
262266
{
263-
"kind": "Reference",
264-
"text": "StoreConfig",
265-
"canonicalReference": "@vue-storefront/multistore!StoreConfig:type"
267+
"kind": "Content",
268+
"text": "unknown"
266269
},
267270
{
268271
"kind": "Content",
@@ -495,96 +498,6 @@
495498
],
496499
"extendsTokenRanges": []
497500
},
498-
{
499-
"kind": "Interface",
500-
"canonicalReference": "@vue-storefront/multistore!MiddlewareConfiguration:interface",
501-
"docComment": "",
502-
"excerptTokens": [
503-
{
504-
"kind": "Content",
505-
"text": "export interface MiddlewareConfiguration "
506-
}
507-
],
508-
"fileUrlPath": "src/types.ts",
509-
"releaseTag": "Public",
510-
"name": "MiddlewareConfiguration",
511-
"preserveMemberOrder": false,
512-
"members": [
513-
{
514-
"kind": "IndexSignature",
515-
"canonicalReference": "@vue-storefront/multistore!MiddlewareConfiguration:index(1)",
516-
"docComment": "/**\n * Other configration entries, that are not being used by the multistore extension.\n */\n",
517-
"excerptTokens": [
518-
{
519-
"kind": "Content",
520-
"text": "[key: "
521-
},
522-
{
523-
"kind": "Content",
524-
"text": "string"
525-
},
526-
{
527-
"kind": "Content",
528-
"text": "]: "
529-
},
530-
{
531-
"kind": "Content",
532-
"text": "any"
533-
},
534-
{
535-
"kind": "Content",
536-
"text": ";"
537-
}
538-
],
539-
"isReadonly": false,
540-
"returnTypeTokenRange": {
541-
"startIndex": 3,
542-
"endIndex": 4
543-
},
544-
"releaseTag": "Public",
545-
"overloadIndex": 1,
546-
"parameters": [
547-
{
548-
"parameterName": "key",
549-
"parameterTypeTokenRange": {
550-
"startIndex": 1,
551-
"endIndex": 2
552-
},
553-
"isOptional": false
554-
}
555-
]
556-
},
557-
{
558-
"kind": "PropertySignature",
559-
"canonicalReference": "@vue-storefront/multistore!MiddlewareConfiguration#multistore:member",
560-
"docComment": "/**\n * Multistore configuration.\n */\n",
561-
"excerptTokens": [
562-
{
563-
"kind": "Content",
564-
"text": "multistore: "
565-
},
566-
{
567-
"kind": "Reference",
568-
"text": "MultistoreExtensionMethods",
569-
"canonicalReference": "@vue-storefront/multistore!MultistoreExtensionMethods:interface"
570-
},
571-
{
572-
"kind": "Content",
573-
"text": ";"
574-
}
575-
],
576-
"isReadonly": false,
577-
"isOptional": false,
578-
"releaseTag": "Public",
579-
"name": "multistore",
580-
"propertyTypeTokenRange": {
581-
"startIndex": 1,
582-
"endIndex": 2
583-
}
584-
}
585-
],
586-
"extendsTokenRanges": []
587-
},
588501
{
589502
"kind": "Interface",
590503
"canonicalReference": "@vue-storefront/multistore!MultistoreExtensionMethods:interface",

Diff for: docs/content/3.middleware/4.reference/multistore/change-log.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- d95379e91: [FIXED] Type issue in multistore package. Cache control `set` method returns `any` type and `get` returns `StoreConfig | undefined`. Also, `MiddlewareConfiguration` type has been removed as it is no longer necessary.
8+
39
## 2.0.0
410

511
### Major Changes

Diff for: packages/multistore/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- d95379e91: [FIXED] Type issue in multistore package. Cache control `set` method returns `any` type and `get` returns `StoreConfig | undefined`. Also, `MiddlewareConfiguration` type has been removed as it is no longer necessary.
8+
39
## 2.0.0
410

511
### Major Changes

Diff for: packages/multistore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/multistore",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "Fifciu",
55
"license": "MIT",
66
"main": "lib/index.cjs.js",

0 commit comments

Comments
 (0)