Skip to content

Commit 1a79a40

Browse files
chore: release main (#362)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 05791fb commit 1a79a40

File tree

10 files changed

+52
-18
lines changed

10 files changed

+52
-18
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"packages/blobs": "10.0.6",
33
"packages/cache": "3.0.7",
4-
"packages/dev": "4.4.2",
4+
"packages/dev": "4.4.3",
55
"packages/dev-utils": "4.0.0",
6-
"packages/edge-functions": "2.15.8",
6+
"packages/edge-functions": "2.16.0",
77
"packages/functions": "4.1.12",
88
"packages/headers": "2.0.6",
99
"packages/images": "1.2.2",
10-
"packages/nuxt-module": "0.1.2",
10+
"packages/nuxt-module": "0.1.3",
1111
"packages/otel": "3.1.0",
1212
"packages/redirects": "3.0.6",
1313
"packages/runtime": "4.0.10",
1414
"packages/runtime-utils": "2.1.0",
1515
"packages/static": "3.0.6",
1616
"packages/types": "2.0.2",
17-
"packages/vite-plugin": "2.4.2"
17+
"packages/vite-plugin": "2.4.3"
1818
}

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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [4.4.3](https://github.com/netlify/primitives/compare/dev-v4.4.2...dev-v4.4.3) (2025-07-18)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/edge-functions bumped from 2.15.8 to 2.16.0
11+
312
## [4.4.2](https://github.com/netlify/primitives/compare/dev-v4.4.1...dev-v4.4.2) (2025-07-17)
413

514

packages/dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev",
3-
"version": "4.4.2",
3+
"version": "4.4.3",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -55,7 +55,7 @@
5555
"@netlify/blobs": "10.0.6",
5656
"@netlify/config": "^23.2.0",
5757
"@netlify/dev-utils": "4.0.0",
58-
"@netlify/edge-functions": "2.15.8",
58+
"@netlify/edge-functions": "2.16.0",
5959
"@netlify/functions": "4.1.12",
6060
"@netlify/headers": "2.0.6",
6161
"@netlify/images": "1.2.2",

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.16.0](https://github.com/netlify/primitives/compare/edge-functions-v2.15.8...edge-functions-v2.16.0) (2025-07-18)
4+
5+
6+
### Features
7+
8+
* support header matching in edge functions ([#361](https://github.com/netlify/primitives/issues/361)) ([05791fb](https://github.com/netlify/primitives/commit/05791fba0498326bc764dbde39943983c13962c8))
9+
310
## [2.15.8](https://github.com/netlify/primitives/compare/edge-functions-v2.15.7...edge-functions-v2.15.8) (2025-07-17)
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.8",
3+
"version": "2.16.0",
44
"description": "TypeScript utilities for interacting with Netlify Edge Functions",
55
"type": "module",
66
"engines": {

packages/nuxt-module/CHANGELOG.md

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

3+
## [0.1.3](https://github.com/netlify/primitives/compare/nuxt-v0.1.2...nuxt-v0.1.3) (2025-07-18)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from ^4.4.2 to ^4.4.3
11+
312
## [0.1.2](https://github.com/netlify/primitives/compare/nuxt-v0.1.1...nuxt-v0.1.2) (2025-07-17)
413

514

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.2",
3+
"version": "0.1.3",
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.4.2",
53+
"@netlify/dev": "^4.4.3",
5454
"@netlify/dev-utils": "^4.0.0",
5555
"@nuxt/kit": "^4.0.0",
5656
"h3": "^1.15.3"

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.4.3](https://github.com/netlify/primitives/compare/vite-plugin-v2.4.2...vite-plugin-v2.4.3) (2025-07-18)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from 4.4.2 to 4.4.3
11+
312
## [2.4.2](https://github.com/netlify/primitives/compare/vite-plugin-v2.4.1...vite-plugin-v2.4.2) (2025-07-17)
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.4.2",
3+
"version": "2.4.3",
44
"description": "Vite plugin with a local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {
@@ -40,7 +40,7 @@
4040
"vitest": "^3.0.0"
4141
},
4242
"dependencies": {
43-
"@netlify/dev": "4.4.2",
43+
"@netlify/dev": "4.4.3",
4444
"@netlify/dev-utils": "^4.0.0",
4545
"chalk": "^5.4.1"
4646
},

0 commit comments

Comments
 (0)