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 Nov 25, 2024
1 parent 7772a93 commit 0eb50f2
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 129 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-cameras-nail.md

This file was deleted.

20 changes: 8 additions & 12 deletions docs/content/3.middleware/3.api/middleware.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1349,10 +1349,6 @@
"text": "ApiClientConfig",
"canonicalReference": "@vue-storefront/middleware!ApiClientConfig:interface"
},
{
"kind": "Content",
"text": "<any>"
},
{
"kind": "Content",
"text": ", ALL_FUNCTIONS extends "
Expand All @@ -1373,7 +1369,7 @@
},
{
"kind": "Content",
"text": "<ALL_SETTINGS, ALL_FUNCTIONS, any>"
"text": "<ALL_SETTINGS, ALL_FUNCTIONS>"
},
{
"kind": "Content",
Expand All @@ -1391,17 +1387,17 @@
],
"fileUrlPath": "src/apiClientFactory/index.ts",
"returnTypeTokenRange": {
"startIndex": 9,
"endIndex": 11
"startIndex": 8,
"endIndex": 10
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "factoryParams",
"parameterTypeTokenRange": {
"startIndex": 6,
"endIndex": 8
"startIndex": 5,
"endIndex": 7
},
"isOptional": false
}
Expand All @@ -1411,7 +1407,7 @@
"typeParameterName": "ALL_SETTINGS",
"constraintTokenRange": {
"startIndex": 1,
"endIndex": 3
"endIndex": 2
},
"defaultTypeTokenRange": {
"startIndex": 0,
Expand All @@ -1421,8 +1417,8 @@
{
"typeParameterName": "ALL_FUNCTIONS",
"constraintTokenRange": {
"startIndex": 4,
"endIndex": 5
"startIndex": 3,
"endIndex": 4
},
"defaultTypeTokenRange": {
"startIndex": 0,
Expand Down
124 changes: 15 additions & 109 deletions docs/content/4.sdk/4.api/sdk.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1376,57 +1376,8 @@
},
{
"kind": "Reference",
"text": "Readonly",
"canonicalReference": "!Readonly:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, import(\"./types\")."
},
{
"kind": "Reference",
"text": "Module",
"canonicalReference": "@vue-storefront/sdk!Module:type"
},
{
"kind": "Content",
"text": "> & "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, import(\"./types\")."
},
{
"kind": "Reference",
"text": "Extension",
"canonicalReference": "@vue-storefront/sdk!Extension:type"
},
{
"kind": "Content",
"text": "<import(\"./types\")."
},
{
"kind": "Reference",
"text": "Module",
"canonicalReference": "@vue-storefront/sdk!Module:type"
},
{
"kind": "Content",
"text": ">>>"
"text": "SDKConfig",
"canonicalReference": "@vue-storefront/sdk!SDKConfig:type"
},
{
"kind": "Content",
Expand All @@ -1452,17 +1403,17 @@
],
"fileUrlPath": "src/bootstrap.ts",
"returnTypeTokenRange": {
"startIndex": 16,
"endIndex": 18
"startIndex": 5,
"endIndex": 7
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "sdkConfig",
"parameterTypeTokenRange": {
"startIndex": 14,
"endIndex": 15
"startIndex": 3,
"endIndex": 4
},
"isOptional": false
}
Expand All @@ -1472,7 +1423,7 @@
"typeParameterName": "T",
"constraintTokenRange": {
"startIndex": 1,
"endIndex": 13
"endIndex": 2
},
"defaultTypeTokenRange": {
"startIndex": 0,
Expand All @@ -1491,59 +1442,14 @@
"kind": "Content",
"text": "initVSFSDK: <T extends "
},
{
"kind": "Reference",
"text": "Readonly",
"canonicalReference": "!Readonly:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, import(\"./types\")."
},
{
"kind": "Reference",
"text": "Module",
"canonicalReference": "@vue-storefront/sdk!Module:type"
},
{
"kind": "Content",
"text": "> & "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, import(\"./types\")."
},
{
"kind": "Reference",
"text": "Extension",
"canonicalReference": "@vue-storefront/sdk!Extension:type"
},
{
"kind": "Content",
"text": "<import(\"./types\")."
"text": "import(\"./types\")."
},
{
"kind": "Reference",
"text": "Module",
"canonicalReference": "@vue-storefront/sdk!Module:type"
},
{
"kind": "Content",
"text": ">>>"
"text": "SDKConfig",
"canonicalReference": "@vue-storefront/sdk!SDKConfig:type"
},
{
"kind": "Content",
Expand Down Expand Up @@ -1573,17 +1479,17 @@
],
"fileUrlPath": "src/api-extractor-data.ts",
"returnTypeTokenRange": {
"startIndex": 16,
"endIndex": 19
"startIndex": 6,
"endIndex": 9
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "sdkConfig",
"parameterTypeTokenRange": {
"startIndex": 14,
"endIndex": 15
"startIndex": 4,
"endIndex": 5
},
"isOptional": false
}
Expand All @@ -1593,7 +1499,7 @@
"typeParameterName": "T",
"constraintTokenRange": {
"startIndex": 1,
"endIndex": 13
"endIndex": 3
},
"defaultTypeTokenRange": {
"startIndex": 0,
Expand Down
6 changes: 6 additions & 0 deletions engineering-toolkit/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/eslint-config

## 4.0.2

### Patch Changes

- **[CHANGED]** Update typescript-eslint to version that supports the new TypeScript 5.7

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion engineering-toolkit/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config",
"version": "4.0.1",
"version": "4.0.2",
"type": "module",
"main": "src/index.js",
"license": "MIT",
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.4

### Patch Changes

- **[CHANGED]** Update typescript-eslint to version that supports the new TypeScript 5.7

## 1.0.3

### Patch 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.3",
"version": "1.0.4",
"main": "index.js",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 0eb50f2

Please sign in to comment.