Skip to content

Commit 56a58fe

Browse files
chore: release main
1 parent 3586853 commit 56a58fe

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.1",
2+
"packages/ai": "0.3.2",
33
"packages/blobs": "10.3.0",
44
"packages/cache": "3.3.0",
5-
"packages/dev": "4.6.6",
5+
"packages/dev": "4.6.7",
66
"packages/dev-utils": "4.3.0",
7-
"packages/edge-functions/dev": "1.0.1",
7+
"packages/edge-functions/dev": "1.0.2",
88
"packages/edge-functions/prod": "3.0.1",
99
"packages/functions/prod": "5.0.1",
10-
"packages/functions/dev": "1.0.3",
10+
"packages/functions/dev": "1.0.4",
1111
"packages/headers": "2.1.0",
1212
"packages/images": "1.3.0",
13-
"packages/nuxt-module": "0.2.6",
13+
"packages/nuxt-module": "0.2.7",
1414
"packages/otel": "4.3.2",
1515
"packages/redirects": "3.1.0",
1616
"packages/runtime": "4.1.4",
1717
"packages/runtime-utils": "2.2.0",
1818
"packages/static": "3.1.0",
1919
"packages/types": "2.1.0",
20-
"packages/vite-plugin": "2.7.7",
21-
"packages/vite-plugin-tanstack-start": "1.1.7"
20+
"packages/vite-plugin": "2.7.8",
21+
"packages/vite-plugin-tanstack-start": "1.1.8"
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.2](https://github.com/netlify/primitives/compare/ai-v0.3.1...ai-v0.3.2) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update netlify packages ([#504](https://github.com/netlify/primitives/issues/504)) ([3586853](https://github.com/netlify/primitives/commit/35868533dd9f878b4162685131219419ca33bd8a))
9+
310
## [0.3.1](https://github.com/netlify/primitives/compare/ai-v0.3.0...ai-v0.3.1) (2025-10-23)
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.1",
3+
"version": "0.3.2",
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.7](https://github.com/netlify/primitives/compare/dev-v4.6.6...dev-v4.6.7) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update netlify packages ([#504](https://github.com/netlify/primitives/issues/504)) ([3586853](https://github.com/netlify/primitives/commit/35868533dd9f878b4162685131219419ca33bd8a))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/edge-functions-dev bumped from 1.0.1 to 1.0.2
16+
* @netlify/functions-dev bumped from 1.0.3 to 1.0.4
17+
318
## [4.6.6](https://github.com/netlify/primitives/compare/dev-v4.6.5...dev-v4.6.6) (2025-10-27)
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.6",
3+
"version": "4.6.7",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -55,8 +55,8 @@
5555
"@netlify/blobs": "10.3.0",
5656
"@netlify/config": "^23.2.0",
5757
"@netlify/dev-utils": "4.3.0",
58-
"@netlify/edge-functions-dev": "1.0.1",
59-
"@netlify/functions-dev": "1.0.3",
58+
"@netlify/edge-functions-dev": "1.0.2",
59+
"@netlify/functions-dev": "1.0.4",
6060
"@netlify/headers": "2.1.0",
6161
"@netlify/images": "1.3.0",
6262
"@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.2](https://github.com/netlify/primitives/compare/edge-functions-dev-v1.0.1...edge-functions-dev-v1.0.2) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update netlify packages ([#504](https://github.com/netlify/primitives/issues/504)) ([3586853](https://github.com/netlify/primitives/commit/35868533dd9f878b4162685131219419ca33bd8a))
9+
310
## [1.0.1](https://github.com/netlify/primitives/compare/edge-functions-dev-v1.0.0...edge-functions-dev-v1.0.1) (2025-10-22)
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.1",
3+
"version": "1.0.2",
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.4](https://github.com/netlify/primitives/compare/functions-dev-v1.0.3...functions-dev-v1.0.4) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update netlify packages ([#504](https://github.com/netlify/primitives/issues/504)) ([3586853](https://github.com/netlify/primitives/commit/35868533dd9f878b4162685131219419ca33bd8a))
9+
310
## [1.0.3](https://github.com/netlify/primitives/compare/functions-dev-v1.0.2...functions-dev-v1.0.3) (2025-10-27)
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.3",
14+
"version": "1.0.4",
1515
"description": "Local dev emulation of Netlify Functions",
1616
"files": [
1717
"dist/**/*.js",

0 commit comments

Comments
 (0)