Skip to content

Commit b99678d

Browse files
chore: release main
1 parent 9fe3782 commit b99678d

File tree

16 files changed

+100
-37
lines changed

16 files changed

+100
-37
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
{
22
"packages/ai": "0.3.0",
3-
"packages/blobs": "10.1.0",
3+
"packages/blobs": "10.2.0",
44
"packages/cache": "3.3.0",
5-
"packages/dev": "4.6.3",
5+
"packages/dev": "4.6.4",
66
"packages/dev-utils": "4.3.0",
77
"packages/edge-functions/dev": "1.0.0",
88
"packages/edge-functions/prod": "3.0.0",
99
"packages/functions/prod": "5.0.0",
10-
"packages/functions/dev": "1.0.0",
10+
"packages/functions/dev": "1.0.1",
1111
"packages/headers": "2.1.0",
1212
"packages/images": "1.3.0",
13-
"packages/nuxt-module": "0.2.3",
13+
"packages/nuxt-module": "0.2.4",
1414
"packages/otel": "4.3.0",
1515
"packages/redirects": "3.1.0",
16-
"packages/runtime": "4.1.1",
16+
"packages/runtime": "4.1.2",
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.4",
21-
"packages/vite-plugin-tanstack-start": "1.1.4"
20+
"packages/vite-plugin": "2.7.5",
21+
"packages/vite-plugin-tanstack-start": "1.1.5"
2222
}

package-lock.json

Lines changed: 15 additions & 15 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [10.2.0](https://github.com/netlify/primitives/compare/blobs-v10.1.0...blobs-v10.2.0) (2025-10-21)
4+
5+
6+
### Features
7+
8+
* add instrumentation to @netlify/blobs ([#384](https://github.com/netlify/primitives/issues/384)) ([9fe3782](https://github.com/netlify/primitives/commit/9fe3782bebeaf73f4265ea5eeb761abe9e657e09))
9+
310
## [10.1.0](https://github.com/netlify/primitives/compare/blobs-v10.0.11...blobs-v10.1.0) (2025-10-10)
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.1.0",
3+
"version": "10.2.0",
44
"description": "TypeScript client for Netlify Blobs",
55
"type": "module",
66
"engines": {

packages/dev/CHANGELOG.md

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

3+
## [4.6.4](https://github.com/netlify/primitives/compare/dev-v4.6.3...dev-v4.6.4) (2025-10-21)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 10.1.0 to 10.2.0
11+
* @netlify/functions-dev bumped from 1.0.0 to 1.0.1
12+
* @netlify/runtime bumped from 4.1.1 to 4.1.2
13+
314
## [4.6.3](https://github.com/netlify/primitives/compare/dev-v4.6.2...dev-v4.6.3) (2025-10-19)
415

516

packages/dev/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev",
3-
"version": "4.6.3",
3+
"version": "4.6.4",
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.1.0",
55+
"@netlify/blobs": "10.2.0",
5656
"@netlify/config": "^23.2.0",
5757
"@netlify/dev-utils": "4.3.0",
5858
"@netlify/edge-functions-dev": "1.0.0",
59-
"@netlify/functions-dev": "1.0.0",
59+
"@netlify/functions-dev": "1.0.1",
6060
"@netlify/headers": "2.1.0",
6161
"@netlify/images": "1.3.0",
6262
"@netlify/redirects": "3.1.0",
63-
"@netlify/runtime": "4.1.1",
63+
"@netlify/runtime": "4.1.2",
6464
"@netlify/static": "3.1.0",
6565
"ulid": "^3.0.0"
6666
}

packages/functions/dev/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/netlify/primitives/compare/functions-dev-v1.0.0...functions-dev-v1.0.1) (2025-10-21)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 10.1.0 to 10.2.0
11+
312
## 1.0.0 (2025-10-14)
413

514

packages/functions/dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
}
1313
},
14-
"version": "1.0.0",
14+
"version": "1.0.1",
1515
"description": "Local dev emulation of Netlify Functions",
1616
"files": [
1717
"dist/**/*.js",
@@ -38,7 +38,7 @@
3838
},
3939
"author": "Netlify Inc.",
4040
"dependencies": {
41-
"@netlify/blobs": "10.1.0",
41+
"@netlify/blobs": "10.2.0",
4242
"@netlify/dev-utils": "4.3.0",
4343
"@netlify/functions": "5.0.0",
4444
"@netlify/zip-it-and-ship-it": "^14.1.3",

packages/nuxt-module/CHANGELOG.md

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

3+
## [0.2.4](https://github.com/netlify/primitives/compare/nuxt-v0.2.3...nuxt-v0.2.4) (2025-10-21)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from ^4.6.3 to ^4.6.4
11+
312
## [0.2.3](https://github.com/netlify/primitives/compare/nuxt-v0.2.2...nuxt-v0.2.3) (2025-10-19)
413

514

packages/nuxt-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/nuxt",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Nuxt module providing local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {
@@ -50,7 +50,7 @@
5050
},
5151
"author": "Netlify Inc.",
5252
"dependencies": {
53-
"@netlify/dev": "^4.6.3",
53+
"@netlify/dev": "^4.6.4",
5454
"@netlify/dev-utils": "^4.3.0",
5555
"@nuxt/kit": "^4.0.0",
5656
"h3": "^1.15.3"

0 commit comments

Comments
 (0)