Skip to content

Commit 840a7e4

Browse files
chore: release main
1 parent 412986e commit 840a7e4

39 files changed

+312
-130
lines changed

.release-please-manifest.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"packages/ai": "0.3.4",
3-
"packages/blobs": "10.4.2",
4-
"packages/cache": "3.3.3",
5-
"packages/dev": "4.8.3",
6-
"packages/dev-utils": "4.3.2",
7-
"packages/edge-functions/dev": "1.0.6",
8-
"packages/edge-functions/prod": "3.0.2",
9-
"packages/functions/prod": "5.1.0",
10-
"packages/functions/dev": "1.1.3",
11-
"packages/headers": "2.1.2",
12-
"packages/images": "1.3.2",
13-
"packages/nuxt-module": "0.2.14",
14-
"packages/otel": "5.0.1",
15-
"packages/redirects": "3.1.3",
16-
"packages/runtime": "4.1.10",
3+
"packages/blobs": "10.4.3",
4+
"packages/cache": "3.3.4",
5+
"packages/dev": "4.8.4",
6+
"packages/dev-utils": "4.3.3",
7+
"packages/edge-functions/dev": "1.0.7",
8+
"packages/edge-functions/prod": "3.0.3",
9+
"packages/functions/prod": "5.1.1",
10+
"packages/functions/dev": "1.1.4",
11+
"packages/headers": "2.1.3",
12+
"packages/images": "1.3.3",
13+
"packages/nuxt-module": "0.2.15",
14+
"packages/otel": "5.1.0",
15+
"packages/redirects": "3.1.4",
16+
"packages/runtime": "4.1.11",
1717
"packages/runtime-utils": "2.2.1",
18-
"packages/static": "3.1.2",
19-
"packages/types": "2.2.0",
20-
"packages/vite-plugin": "2.7.15",
21-
"packages/vite-plugin-tanstack-start": "1.2.2"
18+
"packages/static": "3.1.3",
19+
"packages/types": "2.3.0",
20+
"packages/vite-plugin": "2.7.16",
21+
"packages/vite-plugin-tanstack-start": "1.2.3"
2222
}

package-lock.json

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

packages/blobs/CHANGELOG.md

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

3+
## [10.4.3](https://github.com/netlify/primitives/compare/blobs-v10.4.2...blobs-v10.4.3) (2025-12-05)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev-utils bumped from 4.3.2 to 4.3.3
11+
* @netlify/otel bumped from ^5.0.1 to ^5.1.0
12+
313
## [10.4.2](https://github.com/netlify/primitives/compare/blobs-v10.4.1...blobs-v10.4.2) (2025-12-03)
414

515

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.4.2",
3+
"version": "10.4.3",
44
"description": "TypeScript client for Netlify Blobs",
55
"type": "module",
66
"engines": {
@@ -80,8 +80,8 @@
8080
"vitest": "^3.0.0"
8181
},
8282
"dependencies": {
83-
"@netlify/dev-utils": "4.3.2",
84-
"@netlify/otel": "^5.0.1",
83+
"@netlify/dev-utils": "4.3.3",
84+
"@netlify/otel": "^5.1.0",
8585
"@netlify/runtime-utils": "2.2.1"
8686
}
8787
}

0 commit comments

Comments
 (0)