Skip to content

Commit

Permalink
ci: release (#7225)
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 Jul 25, 2024
1 parent 4909ffb commit 7e34238
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/thick-teachers-smell.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/content/3.middleware/3.api/middleware.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@
},
{
"kind": "Content",
"text": "(configuration: {\n config: CONFIG;\n}) => API"
"text": "(configuration: CONFIG) => API"
},
{
"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

## 4.3.1

### Patch Changes

- **[FIX]** Rollback the changes to the `ApiMethodsFactory` config generic type. It was causing incompatibility for some older packages.

## 4.3.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

## 4.3.1

### Patch Changes

- **[FIX]** Rollback the changes to the `ApiMethodsFactory` config generic type. It was causing incompatibility for some older packages.

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

0 comments on commit 7e34238

Please sign in to comment.