Skip to content

Commit 00e041a

Browse files
chore: release main
1 parent bd39b15 commit 00e041a

File tree

22 files changed

+147
-54
lines changed

22 files changed

+147
-54
lines changed

.release-please-manifest.json

Lines changed: 10 additions & 10 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",
7-
"packages/edge-functions/dev": "1.0.0",
8-
"packages/edge-functions/prod": "3.0.0",
9-
"packages/functions/prod": "5.0.0",
10-
"packages/functions/dev": "1.0.0",
7+
"packages/edge-functions/dev": "1.0.1",
8+
"packages/edge-functions/prod": "3.0.1",
9+
"packages/functions/prod": "5.0.1",
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: 23 additions & 23 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-22)
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.6.4](https://github.com/netlify/primitives/compare/dev-v4.6.3...dev-v4.6.4) (2025-10-22)
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/edge-functions-dev bumped from 1.0.0 to 1.0.1
12+
* @netlify/functions-dev bumped from 1.0.0 to 1.0.1
13+
* @netlify/runtime bumped from 4.1.1 to 4.1.2
14+
315
## [4.6.3](https://github.com/netlify/primitives/compare/dev-v4.6.2...dev-v4.6.3) (2025-10-19)
416

517

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.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",
58-
"@netlify/edge-functions-dev": "1.0.0",
59-
"@netlify/functions-dev": "1.0.0",
58+
"@netlify/edge-functions-dev": "1.0.1",
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/edge-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/edge-functions-dev-v1.0.0...edge-functions-dev-v1.0.1) (2025-10-22)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/edge-functions bumped from 3.0.0 to 3.0.1
11+
312
## 1.0.0 (2025-10-19)
413

514

packages/edge-functions/dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/edge-functions-dev",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Local emulation for Netlify Edge Functions",
55
"type": "module",
66
"engines": {
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@netlify/dev-utils": "4.3.0",
3939
"@netlify/edge-bundler": "^14.5.2",
40-
"@netlify/edge-functions": "3.0.0",
40+
"@netlify/edge-functions": "3.0.1",
4141
"@netlify/edge-functions-bootstrap": "2.16.0",
4242
"@netlify/runtime-utils": "2.2.0",
4343
"get-port": "^7.1.0"

packages/edge-functions/prod/CHANGELOG.md

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

3+
## [3.0.1](https://github.com/netlify/primitives/compare/edge-functions-v3.0.0...edge-functions-v3.0.1) (2025-10-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **types:** allow `global.Netlify` declaration merging ([#494](https://github.com/netlify/primitives/issues/494)) ([bd39b15](https://github.com/netlify/primitives/commit/bd39b15ee03ba88362ccd3a83f61530c03b2ceaa))
9+
310
## [3.0.0](https://github.com/netlify/primitives/compare/edge-functions-v2.19.0...edge-functions-v3.0.0) (2025-10-19)
411

512

packages/edge-functions/prod/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",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "TypeScript utilities for interacting with Netlify Edge Functions",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)