Skip to content

Commit ab41f3b

Browse files
chore: release main
1 parent 6d755f6 commit ab41f3b

File tree

14 files changed

+80
-26
lines changed

14 files changed

+80
-26
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"packages/blobs": "10.0.9",
33
"packages/cache": "3.0.10",
4-
"packages/dev": "4.5.6",
4+
"packages/dev": "4.5.7",
55
"packages/dev-utils": "4.1.2",
6-
"packages/edge-functions": "2.17.2",
7-
"packages/functions": "4.2.3",
6+
"packages/edge-functions": "2.17.3",
7+
"packages/functions": "4.2.4",
88
"packages/headers": "2.0.10",
99
"packages/images": "1.2.6",
10-
"packages/nuxt-module": "0.1.13",
11-
"packages/otel": "3.4.0",
10+
"packages/nuxt-module": "0.1.14",
11+
"packages/otel": "3.4.1",
1212
"packages/redirects": "3.0.11",
1313
"packages/runtime": "4.0.13",
1414
"packages/runtime-utils": "2.1.0",
1515
"packages/static": "3.0.9",
1616
"packages/types": "2.0.2",
17-
"packages/vite-plugin": "2.5.6"
17+
"packages/vite-plugin": "2.5.7"
1818
}

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dev/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [4.5.7](https://github.com/netlify/primitives/compare/dev-v4.5.6...dev-v4.5.7) (2025-08-26)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/edge-functions bumped from 2.17.2 to 2.17.3
11+
* @netlify/functions bumped from 4.2.3 to 4.2.4
12+
313
## [4.5.6](https://github.com/netlify/primitives/compare/dev-v4.5.5...dev-v4.5.6) (2025-08-19)
414

515

packages/dev/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev",
3-
"version": "4.5.6",
3+
"version": "4.5.7",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -55,8 +55,8 @@
5555
"@netlify/blobs": "10.0.9",
5656
"@netlify/config": "^23.2.0",
5757
"@netlify/dev-utils": "4.1.2",
58-
"@netlify/edge-functions": "2.17.2",
59-
"@netlify/functions": "4.2.3",
58+
"@netlify/edge-functions": "2.17.3",
59+
"@netlify/functions": "4.2.4",
6060
"@netlify/headers": "2.0.10",
6161
"@netlify/images": "1.2.6",
6262
"@netlify/redirects": "3.0.11",

packages/edge-functions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.17.3](https://github.com/netlify/primitives/compare/edge-functions-v2.17.2...edge-functions-v2.17.3) (2025-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/edge-functions-bootstrap to ^2.16.0 ([#410](https://github.com/netlify/primitives/issues/410)) ([4ddfeec](https://github.com/netlify/primitives/commit/4ddfeec097be72e2939a9dca303cb094a0af00af))
9+
310
## [2.17.2](https://github.com/netlify/primitives/compare/edge-functions-v2.17.1...edge-functions-v2.17.2) (2025-08-19)
411

512

packages/edge-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/edge-functions",
3-
"version": "2.17.2",
3+
"version": "2.17.3",
44
"description": "TypeScript utilities for interacting with Netlify Edge Functions",
55
"type": "module",
66
"engines": {

packages/functions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.2.4](https://github.com/netlify/primitives/compare/functions-v4.2.3...functions-v4.2.4) (2025-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^14.1.3 ([#418](https://github.com/netlify/primitives/issues/418)) ([c08dfc9](https://github.com/netlify/primitives/commit/c08dfc9bed1ea71b9654049a48cfe703b90c59c0))
9+
310
## [4.2.3](https://github.com/netlify/primitives/compare/functions-v4.2.2...functions-v4.2.3) (2025-08-19)
411

512

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
}
3333
},
34-
"version": "4.2.3",
34+
"version": "4.2.4",
3535
"description": "TypeScript utilities for interacting with Netlify Functions",
3636
"files": [
3737
"dist/**/*.js",

packages/nuxt-module/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.14](https://github.com/netlify/primitives/compare/nuxt-v0.1.13...nuxt-v0.1.14) (2025-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^14.1.3 ([#418](https://github.com/netlify/primitives/issues/418)) ([c08dfc9](https://github.com/netlify/primitives/commit/c08dfc9bed1ea71b9654049a48cfe703b90c59c0))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/dev bumped from ^4.5.6 to ^4.5.7
16+
317
## [0.1.13](https://github.com/netlify/primitives/compare/nuxt-v0.1.12...nuxt-v0.1.13) (2025-08-19)
418

519

packages/nuxt-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/nuxt",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Nuxt module providing local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {
@@ -50,7 +50,7 @@
5050
},
5151
"author": "Netlify Inc.",
5252
"dependencies": {
53-
"@netlify/dev": "^4.5.6",
53+
"@netlify/dev": "^4.5.7",
5454
"@netlify/dev-utils": "^4.1.2",
5555
"@nuxt/kit": "^4.0.0",
5656
"h3": "^1.15.3"

0 commit comments

Comments
 (0)