Skip to content

Commit

Permalink
ci: release (#7304)
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 Nov 4, 2024
1 parent 180f19a commit e8eaa7c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/weak-impalas-drive.md

This file was deleted.

15 changes: 3 additions & 12 deletions docs/content/3.middleware/3.api/middleware.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4697,16 +4697,7 @@
},
{
"kind": "Content",
"text": "<T extends "
},
{
"kind": "Reference",
"text": "ApiClientMethodWithContext",
"canonicalReference": "@vue-storefront/middleware!ApiClientMethodWithContext:type"
},
{
"kind": "Content",
"text": "<CONTEXT>>(extensions: "
"text": "(extensions: "
},
{
"kind": "Reference",
Expand All @@ -4724,7 +4715,7 @@
},
{
"kind": "Content",
"text": "<API & T, CONTEXT>[]"
"text": "<API, CONTEXT>[]"
},
{
"kind": "Content",
Expand All @@ -4737,7 +4728,7 @@
"name": "extensions",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
"endIndex": 6
}
},
{
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.0.1

### Patch Changes

- **[FIXED]** a potential XSS (Cross-Site Scripting) vulnerability in the middleware. Now, each parameter is properly sanitized and validated before being used in the middleware.

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/content/4.sdk/5.reference/sdk-change-log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Change log: `@vue-storefront/sdk`
# Change log

## 3.2.3

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.0.1

### Patch Changes

- **[FIXED]** a potential XSS (Cross-Site Scripting) vulnerability in the middleware. Now, each parameter is properly sanitized and validated before being used in the middleware.

## 5.0.0

### Major 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.0.0",
"version": "5.0.1",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e8eaa7c

Please sign in to comment.