Skip to content

Commit 0dfc144

Browse files
chore: release main
1 parent 67034cc commit 0dfc144

File tree

16 files changed

+94
-31
lines changed

16 files changed

+94
-31
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"packages/ai": "0.3.2",
2+
"packages/ai": "0.3.3",
33
"packages/blobs": "10.3.2",
44
"packages/cache": "3.3.1",
5-
"packages/dev": "4.6.8",
5+
"packages/dev": "4.6.9",
66
"packages/dev-utils": "4.3.0",
7-
"packages/edge-functions/dev": "1.0.3",
7+
"packages/edge-functions/dev": "1.0.4",
88
"packages/edge-functions/prod": "3.0.1",
99
"packages/functions/prod": "5.0.1",
10-
"packages/functions/dev": "1.0.5",
10+
"packages/functions/dev": "1.0.6",
1111
"packages/headers": "2.1.0",
1212
"packages/images": "1.3.0",
13-
"packages/nuxt-module": "0.2.8",
13+
"packages/nuxt-module": "0.2.9",
1414
"packages/otel": "4.3.2",
1515
"packages/redirects": "3.1.0",
1616
"packages/runtime": "4.1.6",
1717
"packages/runtime-utils": "2.2.1",
1818
"packages/static": "3.1.0",
1919
"packages/types": "2.1.0",
20-
"packages/vite-plugin": "2.7.9",
21-
"packages/vite-plugin-tanstack-start": "1.1.9"
20+
"packages/vite-plugin": "2.7.10",
21+
"packages/vite-plugin-tanstack-start": "1.1.10"
2222
}

package-lock.json

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

packages/ai/CHANGELOG.md

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

3+
## [0.3.3](https://github.com/netlify/primitives/compare/ai-v0.3.2...ai-v0.3.3) (2025-11-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update netlify packages ([#515](https://github.com/netlify/primitives/issues/515)) ([67034cc](https://github.com/netlify/primitives/commit/67034cce9f80e35582f328b1990d0f26e7181cff))
9+
310
## [0.3.2](https://github.com/netlify/primitives/compare/ai-v0.3.1...ai-v0.3.2) (2025-10-29)
411

512

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/ai",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "TypeScript utilities for interacting with Netlify AI features",
55
"type": "module",
66
"engines": {

packages/dev/CHANGELOG.md

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

3+
## [4.6.9](https://github.com/netlify/primitives/compare/dev-v4.6.8...dev-v4.6.9) (2025-11-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update netlify packages ([#515](https://github.com/netlify/primitives/issues/515)) ([67034cc](https://github.com/netlify/primitives/commit/67034cce9f80e35582f328b1990d0f26e7181cff))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/edge-functions-dev bumped from 1.0.3 to 1.0.4
16+
* @netlify/functions-dev bumped from 1.0.5 to 1.0.6
17+
318
## [4.6.8](https://github.com/netlify/primitives/compare/dev-v4.6.7...dev-v4.6.8) (2025-11-04)
419

520

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.6.8",
3+
"version": "4.6.9",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -59,8 +59,8 @@
5959
"@netlify/blobs": "10.3.2",
6060
"@netlify/config": "^23.2.0",
6161
"@netlify/dev-utils": "4.3.0",
62-
"@netlify/edge-functions-dev": "1.0.3",
63-
"@netlify/functions-dev": "1.0.5",
62+
"@netlify/edge-functions-dev": "1.0.4",
63+
"@netlify/functions-dev": "1.0.6",
6464
"@netlify/headers": "2.1.0",
6565
"@netlify/images": "1.3.0",
6666
"@netlify/redirects": "3.1.0",

packages/edge-functions/dev/CHANGELOG.md

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

3+
## [1.0.4](https://github.com/netlify/primitives/compare/edge-functions-dev-v1.0.3...edge-functions-dev-v1.0.4) (2025-11-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update netlify packages ([#515](https://github.com/netlify/primitives/issues/515)) ([67034cc](https://github.com/netlify/primitives/commit/67034cce9f80e35582f328b1990d0f26e7181cff))
9+
310
## [1.0.3](https://github.com/netlify/primitives/compare/edge-functions-dev-v1.0.2...edge-functions-dev-v1.0.3) (2025-11-04)
411

512

packages/edge-functions/dev/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-dev",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Local emulation for Netlify Edge Functions",
55
"type": "module",
66
"engines": {

packages/functions/dev/CHANGELOG.md

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

3+
## [1.0.6](https://github.com/netlify/primitives/compare/functions-dev-v1.0.5...functions-dev-v1.0.6) (2025-11-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update netlify packages ([#515](https://github.com/netlify/primitives/issues/515)) ([67034cc](https://github.com/netlify/primitives/commit/67034cce9f80e35582f328b1990d0f26e7181cff))
9+
310
## [1.0.5](https://github.com/netlify/primitives/compare/functions-dev-v1.0.4...functions-dev-v1.0.5) (2025-11-04)
411

512

packages/functions/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
}
1313
},
14-
"version": "1.0.5",
14+
"version": "1.0.6",
1515
"description": "Local dev emulation of Netlify Functions",
1616
"files": [
1717
"dist/**/*.js",

0 commit comments

Comments
 (0)