Skip to content

Commit a7d8fa3

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

39 files changed

+381
-130
lines changed

.release-please-manifest.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"packages/ai": "0.2.1",
3-
"packages/blobs": "10.0.11",
4-
"packages/cache": "3.1.1",
5-
"packages/dev": "4.5.12",
6-
"packages/dev-utils": "4.2.0",
7-
"packages/edge-functions": "2.18.2",
8-
"packages/functions": "4.2.7",
9-
"packages/headers": "2.0.12",
10-
"packages/images": "1.2.8",
11-
"packages/nuxt-module": "0.1.19",
12-
"packages/otel": "4.1.0",
13-
"packages/redirects": "3.0.13",
14-
"packages/runtime": "4.0.16",
15-
"packages/runtime-utils": "2.1.0",
16-
"packages/static": "3.0.11",
17-
"packages/types": "2.0.3",
18-
"packages/vite-plugin": "2.6.1",
19-
"packages/vite-plugin-tanstack-start": "1.0.2"
2+
"packages/ai": "0.3.0",
3+
"packages/blobs": "10.1.0",
4+
"packages/cache": "3.2.0",
5+
"packages/dev": "4.6.0",
6+
"packages/dev-utils": "4.3.0",
7+
"packages/edge-functions": "2.19.0",
8+
"packages/functions": "4.3.0",
9+
"packages/headers": "2.1.0",
10+
"packages/images": "1.3.0",
11+
"packages/nuxt-module": "0.2.0",
12+
"packages/otel": "4.2.0",
13+
"packages/redirects": "3.1.0",
14+
"packages/runtime": "4.1.0",
15+
"packages/runtime-utils": "2.2.0",
16+
"packages/static": "3.1.0",
17+
"packages/types": "2.1.0",
18+
"packages/vite-plugin": "2.7.0",
19+
"packages/vite-plugin-tanstack-start": "1.1.0"
2020
}

package-lock.json

Lines changed: 55 additions & 55 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.0](https://github.com/netlify/primitives/compare/ai-v0.2.1...ai-v0.3.0) (2025-10-10)
4+
5+
6+
### Features
7+
8+
* Adds W3C trace context propagation to tracer provider ([#471](https://github.com/netlify/primitives/issues/471)) ([afe4656](https://github.com/netlify/primitives/commit/afe4656df5c3bed13ae8c3357205c07efa27c698))
9+
310
## [0.2.1](https://github.com/netlify/primitives/compare/ai-v0.2.0...ai-v0.2.1) (2025-09-17)
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.2.1",
3+
"version": "0.3.0",
44
"description": "TypeScript utilities for interacting with Netlify AI features",
55
"type": "module",
66
"engines": {

packages/blobs/CHANGELOG.md

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

3+
## [10.1.0](https://github.com/netlify/primitives/compare/blobs-v10.0.11...blobs-v10.1.0) (2025-10-10)
4+
5+
6+
### Features
7+
8+
* Adds W3C trace context propagation to tracer provider ([#471](https://github.com/netlify/primitives/issues/471)) ([afe4656](https://github.com/netlify/primitives/commit/afe4656df5c3bed13ae8c3357205c07efa27c698))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/dev-utils bumped from 4.2.0 to 4.3.0
16+
* @netlify/runtime-utils bumped from 2.1.0 to 2.2.0
17+
318
## [10.0.11](https://github.com/netlify/primitives/compare/blobs-v10.0.10...blobs-v10.0.11) (2025-09-22)
419

520

packages/blobs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/blobs",
3-
"version": "10.0.11",
3+
"version": "10.1.0",
44
"description": "TypeScript client for Netlify Blobs",
55
"type": "module",
66
"engines": {
@@ -76,7 +76,7 @@
7676
"vitest": "^3.0.0"
7777
},
7878
"dependencies": {
79-
"@netlify/dev-utils": "4.2.0",
80-
"@netlify/runtime-utils": "2.1.0"
79+
"@netlify/dev-utils": "4.3.0",
80+
"@netlify/runtime-utils": "2.2.0"
8181
}
8282
}

0 commit comments

Comments
 (0)