Skip to content

Commit af53b9c

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

30 files changed

+228
-92
lines changed

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/blobs": "10.0.7",
3-
"packages/cache": "3.0.8",
4-
"packages/dev": "4.5.2",
5-
"packages/dev-utils": "4.1.0",
6-
"packages/edge-functions": "2.16.2",
7-
"packages/functions": "4.2.0",
8-
"packages/headers": "2.0.7",
9-
"packages/images": "1.2.4",
10-
"packages/nuxt-module": "0.1.9",
11-
"packages/otel": "3.3.0",
12-
"packages/redirects": "3.0.7",
13-
"packages/runtime": "4.0.11",
2+
"packages/blobs": "10.0.8",
3+
"packages/cache": "3.0.9",
4+
"packages/dev": "4.5.3",
5+
"packages/dev-utils": "4.1.1",
6+
"packages/edge-functions": "2.16.3",
7+
"packages/functions": "4.2.1",
8+
"packages/headers": "2.0.8",
9+
"packages/images": "1.2.5",
10+
"packages/nuxt-module": "0.1.10",
11+
"packages/otel": "3.3.1",
12+
"packages/redirects": "3.0.8",
13+
"packages/runtime": "4.0.12",
1414
"packages/runtime-utils": "2.1.0",
15-
"packages/static": "3.0.7",
15+
"packages/static": "3.0.8",
1616
"packages/types": "2.0.2",
17-
"packages/vite-plugin": "2.5.2"
17+
"packages/vite-plugin": "2.5.3"
1818
}

package-lock.json

Lines changed: 39 additions & 39 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.8](https://github.com/netlify/primitives/compare/blobs-v10.0.7...blobs-v10.0.8) (2025-07-29)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev-utils bumped from 4.1.0 to 4.1.1
11+
312
## [10.0.7](https://github.com/netlify/primitives/compare/blobs-v10.0.6...blobs-v10.0.7) (2025-07-23)
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.7",
3+
"version": "10.0.8",
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.0",
79+
"@netlify/dev-utils": "4.1.1",
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.9](https://github.com/netlify/primitives/compare/cache-v3.0.8...cache-v3.0.9) (2025-07-29)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @netlify/dev-utils bumped from 4.1.0 to 4.1.1
11+
312
## [3.0.8](https://github.com/netlify/primitives/compare/cache-v3.0.7...cache-v3.0.8) (2025-07-23)
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.8",
3+
"version": "3.0.9",
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.0",
71+
"@netlify/dev-utils": "4.1.1",
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.1](https://github.com/netlify/primitives/compare/dev-utils-v4.1.0...dev-utils-v4.1.1) (2025-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* include html templates with dev-utils package ([#396](https://github.com/netlify/primitives/issues/396)) ([8fc2e28](https://github.com/netlify/primitives/commit/8fc2e28223763fb195729d81b7d2146d49c63819))
9+
310
## [4.1.0](https://github.com/netlify/primitives/compare/dev-utils-v4.0.0...dev-utils-v4.1.0) (2025-07-23)
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.0",
3+
"version": "4.1.1",
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.3](https://github.com/netlify/primitives/compare/dev-v4.5.2...dev-v4.5.3) (2025-07-29)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 10.0.7 to 10.0.8
11+
* @netlify/dev-utils bumped from 4.1.0 to 4.1.1
12+
* @netlify/edge-functions bumped from 2.16.2 to 2.16.3
13+
* @netlify/functions bumped from 4.2.0 to 4.2.1
14+
* @netlify/headers bumped from 2.0.7 to 2.0.8
15+
* @netlify/images bumped from 1.2.4 to 1.2.5
16+
* @netlify/redirects bumped from 3.0.7 to 3.0.8
17+
* @netlify/runtime bumped from 4.0.11 to 4.0.12
18+
* @netlify/static bumped from 3.0.7 to 3.0.8
19+
320
## [4.5.2](https://github.com/netlify/primitives/compare/dev-v4.5.1...dev-v4.5.2) (2025-07-28)
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.2",
3+
"version": "4.5.3",
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.7",
55+
"@netlify/blobs": "10.0.8",
5656
"@netlify/config": "^23.2.0",
57-
"@netlify/dev-utils": "4.1.0",
58-
"@netlify/edge-functions": "2.16.2",
59-
"@netlify/functions": "4.2.0",
60-
"@netlify/headers": "2.0.7",
61-
"@netlify/images": "1.2.4",
62-
"@netlify/redirects": "3.0.7",
63-
"@netlify/runtime": "4.0.11",
64-
"@netlify/static": "3.0.7",
57+
"@netlify/dev-utils": "4.1.1",
58+
"@netlify/edge-functions": "2.16.3",
59+
"@netlify/functions": "4.2.1",
60+
"@netlify/headers": "2.0.8",
61+
"@netlify/images": "1.2.5",
62+
"@netlify/redirects": "3.0.8",
63+
"@netlify/runtime": "4.0.12",
64+
"@netlify/static": "3.0.8",
6565
"ulid": "^3.0.0"
6666
}
6767
}

0 commit comments

Comments
 (0)