Skip to content

Commit 72e9e38

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

28 files changed

+218
-89
lines changed

.release-please-manifest.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/blobs": "10.0.8",
3-
"packages/cache": "3.0.9",
4-
"packages/dev": "4.5.5",
5-
"packages/dev-utils": "4.1.1",
6-
"packages/edge-functions": "2.17.1",
7-
"packages/functions": "4.2.2",
8-
"packages/headers": "2.0.9",
9-
"packages/images": "1.2.5",
10-
"packages/nuxt-module": "0.1.12",
2+
"packages/blobs": "10.0.9",
3+
"packages/cache": "3.0.10",
4+
"packages/dev": "4.5.6",
5+
"packages/dev-utils": "4.1.2",
6+
"packages/edge-functions": "2.17.2",
7+
"packages/functions": "4.2.3",
8+
"packages/headers": "2.0.10",
9+
"packages/images": "1.2.6",
10+
"packages/nuxt-module": "0.1.13",
1111
"packages/otel": "3.4.0",
12-
"packages/redirects": "3.0.10",
13-
"packages/runtime": "4.0.12",
12+
"packages/redirects": "3.0.11",
13+
"packages/runtime": "4.0.13",
1414
"packages/runtime-utils": "2.1.0",
15-
"packages/static": "3.0.8",
15+
"packages/static": "3.0.9",
1616
"packages/types": "2.0.2",
17-
"packages/vite-plugin": "2.5.5"
17+
"packages/vite-plugin": "2.5.6"
1818
}

package-lock.json

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

3+
## [10.0.9](https://github.com/netlify/primitives/compare/blobs-v10.0.8...blobs-v10.0.9) (2025-08-19)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev-utils bumped from 4.1.1 to 4.1.2
11+
312
## [10.0.8](https://github.com/netlify/primitives/compare/blobs-v10.0.7...blobs-v10.0.8) (2025-07-29)
413

514

packages/blobs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/blobs",
3-
"version": "10.0.8",
3+
"version": "10.0.9",
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.1.1",
79+
"@netlify/dev-utils": "4.1.2",
8080
"@netlify/runtime-utils": "2.1.0"
8181
}
8282
}

packages/cache/CHANGELOG.md

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

3+
## [3.0.10](https://github.com/netlify/primitives/compare/cache-v3.0.9...cache-v3.0.10) (2025-08-19)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @netlify/dev-utils bumped from 4.1.1 to 4.1.2
11+
312
## [3.0.9](https://github.com/netlify/primitives/compare/cache-v3.0.8...cache-v3.0.9) (2025-07-29)
413

514

packages/cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"description": "TypeScript utilities for interacting with the Netlify cache",
55
"type": "module",
66
"engines": {
@@ -68,7 +68,7 @@
6868
},
6969
"author": "Netlify Inc.",
7070
"devDependencies": {
71-
"@netlify/dev-utils": "4.1.1",
71+
"@netlify/dev-utils": "4.1.2",
7272
"@netlify/types": "2.0.2",
7373
"npm-run-all2": "^7.0.2",
7474
"tsup": "^8.0.0",

packages/dev-utils/CHANGELOG.md

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

3+
## [4.1.2](https://github.com/netlify/primitives/compare/dev-utils-v4.1.1...dev-utils-v4.1.2) (2025-08-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** replace lodash.debounce with dettle ([#388](https://github.com/netlify/primitives/issues/388)) ([9c5c1e7](https://github.com/netlify/primitives/commit/9c5c1e7cd326a63818a4a09ea11b77fb5e09eed1))
9+
310
## [4.1.1](https://github.com/netlify/primitives/compare/dev-utils-v4.1.0...dev-utils-v4.1.1) (2025-07-29)
411

512

packages/dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev-utils",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "TypeScript utilities for the local emulation of the Netlify environment",
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.5.6](https://github.com/netlify/primitives/compare/dev-v4.5.5...dev-v4.5.6) (2025-08-19)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 10.0.8 to 10.0.9
11+
* @netlify/dev-utils bumped from 4.1.1 to 4.1.2
12+
* @netlify/edge-functions bumped from 2.17.1 to 2.17.2
13+
* @netlify/functions bumped from 4.2.2 to 4.2.3
14+
* @netlify/headers bumped from 2.0.9 to 2.0.10
15+
* @netlify/images bumped from 1.2.5 to 1.2.6
16+
* @netlify/redirects bumped from 3.0.10 to 3.0.11
17+
* @netlify/runtime bumped from 4.0.12 to 4.0.13
18+
* @netlify/static bumped from 3.0.8 to 3.0.9
19+
320
## [4.5.5](https://github.com/netlify/primitives/compare/dev-v4.5.4...dev-v4.5.5) (2025-08-14)
421

522

packages/dev/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev",
3-
"version": "4.5.5",
3+
"version": "4.5.6",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -52,16 +52,16 @@
5252
"vitest": "^3.0.0"
5353
},
5454
"dependencies": {
55-
"@netlify/blobs": "10.0.8",
55+
"@netlify/blobs": "10.0.9",
5656
"@netlify/config": "^23.2.0",
57-
"@netlify/dev-utils": "4.1.1",
58-
"@netlify/edge-functions": "2.17.1",
59-
"@netlify/functions": "4.2.2",
60-
"@netlify/headers": "2.0.9",
61-
"@netlify/images": "1.2.5",
62-
"@netlify/redirects": "3.0.10",
63-
"@netlify/runtime": "4.0.12",
64-
"@netlify/static": "3.0.8",
57+
"@netlify/dev-utils": "4.1.2",
58+
"@netlify/edge-functions": "2.17.2",
59+
"@netlify/functions": "4.2.3",
60+
"@netlify/headers": "2.0.10",
61+
"@netlify/images": "1.2.6",
62+
"@netlify/redirects": "3.0.11",
63+
"@netlify/runtime": "4.0.13",
64+
"@netlify/static": "3.0.9",
6565
"ulid": "^3.0.0"
6666
}
6767
}

0 commit comments

Comments
 (0)