Skip to content

Commit 099a06c

Browse files
chore: release main (#312)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 3062d40 commit 099a06c

File tree

10 files changed

+51
-18
lines changed

10 files changed

+51
-18
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"packages/blobs": "10.0.1",
33
"packages/cache": "3.0.4",
4-
"packages/dev": "4.3.1",
4+
"packages/dev": "4.3.2",
55
"packages/dev-utils": "3.2.1",
6-
"packages/edge-functions": "2.15.1",
7-
"packages/functions": "4.1.6",
6+
"packages/edge-functions": "2.15.2",
7+
"packages/functions": "4.1.7",
88
"packages/headers": "2.0.3",
99
"packages/images": "1.1.1",
1010
"packages/otel": "3.0.2",
@@ -13,5 +13,5 @@
1313
"packages/runtime-utils": "2.1.0",
1414
"packages/static": "3.0.3",
1515
"packages/types": "2.0.2",
16-
"packages/vite-plugin": "2.3.1"
16+
"packages/vite-plugin": "2.3.2"
1717
}

package-lock.json

Lines changed: 7 additions & 7 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.3.2](https://github.com/netlify/primitives/compare/dev-v4.3.1...dev-v4.3.2) (2025-06-25)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/edge-functions bumped from 2.15.1 to 2.15.2
11+
* @netlify/functions bumped from 4.1.6 to 4.1.7
12+
313
## [4.3.1](https://github.com/netlify/primitives/compare/dev-v4.3.0...dev-v4.3.1) (2025-06-18)
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.3.1",
3+
"version": "4.3.2",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -55,8 +55,8 @@
5555
"@netlify/blobs": "10.0.1",
5656
"@netlify/config": "^23.0.10",
5757
"@netlify/dev-utils": "3.2.1",
58-
"@netlify/edge-functions": "2.15.1",
59-
"@netlify/functions": "4.1.6",
58+
"@netlify/edge-functions": "2.15.2",
59+
"@netlify/functions": "4.1.7",
6060
"@netlify/headers": "2.0.3",
6161
"@netlify/images": "1.1.1",
6262
"@netlify/redirects": "3.0.3",

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.15.2](https://github.com/netlify/primitives/compare/edge-functions-v2.15.1...edge-functions-v2.15.2) (2025-06-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **edge:** note when stopped so we can kill process in early init ([#313](https://github.com/netlify/primitives/issues/313)) ([3062d40](https://github.com/netlify/primitives/commit/3062d400e4b8387c43c6c03713c58d3b29325a5d))
9+
310
## [2.15.1](https://github.com/netlify/primitives/compare/edge-functions-v2.15.0...edge-functions-v2.15.1) (2025-06-18)
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.15.1",
3+
"version": "2.15.2",
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.1.7](https://github.com/netlify/primitives/compare/functions-v4.1.6...functions-v4.1.7) (2025-06-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/serverless-functions-api to v2.1.2 ([#307](https://github.com/netlify/primitives/issues/307)) ([7327ebe](https://github.com/netlify/primitives/commit/7327ebe88160b572e8c5086f223caf491886ac2f))
9+
310
## [4.1.6](https://github.com/netlify/primitives/compare/functions-v4.1.5...functions-v4.1.6) (2025-06-18)
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.1.6",
34+
"version": "4.1.7",
3535
"description": "TypeScript utilities for interacting with Netlify Functions",
3636
"files": [
3737
"dist/**/*.js",

packages/vite-plugin/CHANGELOG.md

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

3+
## [2.3.2](https://github.com/netlify/primitives/compare/vite-plugin-v2.3.1...vite-plugin-v2.3.2) (2025-06-25)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from 4.3.1 to 4.3.2
11+
312
## [2.3.1](https://github.com/netlify/primitives/compare/vite-plugin-v2.3.0...vite-plugin-v2.3.1) (2025-06-18)
413

514

packages/vite-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/vite-plugin",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Vite plugin with a local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {
@@ -36,7 +36,7 @@
3636
"vitest": "^3.0.0"
3737
},
3838
"dependencies": {
39-
"@netlify/dev": "4.3.1",
39+
"@netlify/dev": "4.3.2",
4040
"@netlify/dev-utils": "^3.2.1",
4141
"chalk": "^5.4.1"
4242
},

0 commit comments

Comments
 (0)