Skip to content

Commit a2fd330

Browse files
ci: release (#7425)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2a26811 commit a2fd330

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

.changeset/nasty-waves-yell.md

-5
This file was deleted.

docs/content/3.middleware/4.reference/change-log.md

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

3+
## 5.4.0
4+
5+
### Minor Changes
6+
7+
- **[CHANGED]** The maximum file upload size limit has been increased to 20MB.
8+
39
## 5.3.2
410

511
### Patch Changes
@@ -14,7 +20,7 @@ import { createServer, type CreateServerOptions } from "@vue-storefront/middlewa
1420
async function runApp() {
1521
const app = await createServer(config, {
1622
cors: process.env.NODE_ENV === "production" ? undefined : developmentCorsConfig,
17-
- readinessProbes: []
23+
- readinessProbes: []
1824
});
1925
}
2026
```
@@ -122,7 +128,7 @@ import { createServer, type CreateServerOptions } from "@vue-storefront/middlewa
122128
async function runApp() {
123129
const app = await createServer(config, {
124130
cors: process.env.NODE_ENV === "production" ? undefined : developmentCorsConfig,
125-
+ readinessProbes: []
131+
+ readinessProbes: []
126132
});
127133
}
128134

packages/middleware/CHANGELOG.md

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

3+
## 5.4.0
4+
5+
### Minor Changes
6+
7+
- **[CHANGED]** The maximum file upload size limit has been increased to 20MB.
8+
39
## 5.3.2
410

511
### Patch Changes
@@ -14,7 +20,7 @@ import { createServer, type CreateServerOptions } from "@vue-storefront/middlewa
1420
async function runApp() {
1521
const app = await createServer(config, {
1622
cors: process.env.NODE_ENV === "production" ? undefined : developmentCorsConfig,
17-
- readinessProbes: []
23+
- readinessProbes: []
1824
});
1925
}
2026
```
@@ -122,7 +128,7 @@ import { createServer, type CreateServerOptions } from "@vue-storefront/middlewa
122128
async function runApp() {
123129
const app = await createServer(config, {
124130
cors: process.env.NODE_ENV === "production" ? undefined : developmentCorsConfig,
125-
+ readinessProbes: []
131+
+ readinessProbes: []
126132
});
127133
}
128134

packages/middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/middleware",
3-
"version": "5.3.2",
3+
"version": "5.4.0",
44
"main": "lib/index.cjs.js",
55
"module": "lib/index.es.js",
66
"types": "lib/index.d.ts",

packages/sdk/package.json

+1-1
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.3.2",
28+
"@vue-storefront/middleware": "5.4.0",
2929
"axios": "^1.6.7",
3030
"babel-preset-node": "^5.1.1",
3131
"isomorphic-fetch": "^3.0.0",

0 commit comments

Comments
 (0)