Skip to content

Commit 7f3dc71

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

File tree

20 files changed

+133
-45
lines changed

20 files changed

+133
-45
lines changed

.release-please-manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"packages/ai": "0.3.1",
3-
"packages/blobs": "10.3.0",
2+
"packages/ai": "0.3.2",
3+
"packages/blobs": "10.3.1",
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",
16-
"packages/runtime": "4.1.4",
16+
"packages/runtime": "4.1.5",
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: 18 additions & 18 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-29)
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/blobs/CHANGELOG.md

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

3+
## [10.3.1](https://github.com/netlify/primitives/compare/blobs-v10.3.0...blobs-v10.3.1) (2025-10-29)
4+
5+
6+
### Bug Fixes
7+
8+
* instrument content-length in .get and .getWithMetadata ([#507](https://github.com/netlify/primitives/issues/507)) ([a2424f4](https://github.com/netlify/primitives/commit/a2424f49147c156d57120d773bf69ff3a0ab6447))
9+
310
## [10.3.0](https://github.com/netlify/primitives/compare/blobs-v10.2.1...blobs-v10.3.0) (2025-10-27)
411

512

packages/blobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/blobs",
3-
"version": "10.3.0",
3+
"version": "10.3.1",
44
"description": "TypeScript client for Netlify Blobs",
55
"type": "module",
66
"engines": {

packages/dev/CHANGELOG.md

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

3+
## [4.6.7](https://github.com/netlify/primitives/compare/dev-v4.6.6...dev-v4.6.7) (2025-10-29)
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/blobs bumped from 10.3.0 to 10.3.1
16+
* @netlify/edge-functions-dev bumped from 1.0.1 to 1.0.2
17+
* @netlify/functions-dev bumped from 1.0.3 to 1.0.4
18+
* @netlify/runtime bumped from 4.1.4 to 4.1.5
19+
320
## [4.6.6](https://github.com/netlify/primitives/compare/dev-v4.6.5...dev-v4.6.6) (2025-10-27)
421

522

packages/dev/package.json

Lines changed: 5 additions & 5 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": {
@@ -52,15 +52,15 @@
5252
"vitest": "^3.0.0"
5353
},
5454
"dependencies": {
55-
"@netlify/blobs": "10.3.0",
55+
"@netlify/blobs": "10.3.1",
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",
63-
"@netlify/runtime": "4.1.4",
63+
"@netlify/runtime": "4.1.5",
6464
"@netlify/static": "3.1.0",
6565
"ulid": "^3.0.0"
6666
}

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-29)
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": {

0 commit comments

Comments
 (0)