Skip to content

Commit 7c093ad

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

File tree

12 files changed

+77
-27
lines changed

12 files changed

+77
-27
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"packages/blobs": "10.0.3",
2+
"packages/blobs": "10.0.4",
33
"packages/cache": "3.0.5",
4-
"packages/dev": "4.3.6",
4+
"packages/dev": "4.3.7",
55
"packages/dev-utils": "3.2.2",
66
"packages/edge-functions": "2.15.6",
7-
"packages/functions": "4.1.9",
7+
"packages/functions": "4.1.10",
88
"packages/headers": "2.0.4",
99
"packages/images": "1.1.2",
1010
"packages/otel": "3.0.2",
1111
"packages/redirects": "3.0.4",
12-
"packages/runtime": "4.0.7",
12+
"packages/runtime": "4.0.8",
1313
"packages/runtime-utils": "2.1.0",
1414
"packages/static": "3.0.4",
1515
"packages/types": "2.0.2",
16-
"packages/vite-plugin": "2.3.6"
16+
"packages/vite-plugin": "2.3.7"
1717
}

package-lock.json

Lines changed: 11 additions & 11 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.0.4](https://github.com/netlify/primitives/compare/blobs-v10.0.3...blobs-v10.0.4) (2025-07-07)
4+
5+
6+
### Bug Fixes
7+
8+
* apply fixes required for Vite plugin in Astro ([#332](https://github.com/netlify/primitives/issues/332)) ([fb8588e](https://github.com/netlify/primitives/commit/fb8588ee2731c40ee2c33997c026bc86542c71d0))
9+
310
## [10.0.3](https://github.com/netlify/primitives/compare/blobs-v10.0.2...blobs-v10.0.3) (2025-07-04)
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.0.3",
3+
"version": "10.0.4",
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.3.7](https://github.com/netlify/primitives/compare/dev-v4.3.6...dev-v4.3.7) (2025-07-07)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 10.0.3 to 10.0.4
11+
* @netlify/functions bumped from 4.1.9 to 4.1.10
12+
* @netlify/runtime bumped from 4.0.7 to 4.0.8
13+
314
## [4.3.6](https://github.com/netlify/primitives/compare/dev-v4.3.5...dev-v4.3.6) (2025-07-07)
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.3.6",
3+
"version": "4.3.7",
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.0.3",
55+
"@netlify/blobs": "10.0.4",
5656
"@netlify/config": "^23.0.11",
5757
"@netlify/dev-utils": "3.2.2",
5858
"@netlify/edge-functions": "2.15.6",
59-
"@netlify/functions": "4.1.9",
59+
"@netlify/functions": "4.1.10",
6060
"@netlify/headers": "2.0.4",
6161
"@netlify/images": "1.1.2",
6262
"@netlify/redirects": "3.0.4",
63-
"@netlify/runtime": "4.0.7",
63+
"@netlify/runtime": "4.0.8",
6464
"@netlify/static": "3.0.4",
6565
"ulid": "^3.0.0"
6666
}

packages/functions/CHANGELOG.md

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

3+
## [4.1.10](https://github.com/netlify/primitives/compare/functions-v4.1.9...functions-v4.1.10) (2025-07-07)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 10.0.3 to 10.0.4
11+
312
## [4.1.9](https://github.com/netlify/primitives/compare/functions-v4.1.8...functions-v4.1.9) (2025-07-04)
413

514

packages/functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
}
3333
},
34-
"version": "4.1.9",
34+
"version": "4.1.10",
3535
"description": "TypeScript utilities for interacting with Netlify Functions",
3636
"files": [
3737
"dist/**/*.js",
@@ -80,7 +80,7 @@
8080
"test": "test"
8181
},
8282
"dependencies": {
83-
"@netlify/blobs": "10.0.3",
83+
"@netlify/blobs": "10.0.4",
8484
"@netlify/dev-utils": "3.2.2",
8585
"@netlify/serverless-functions-api": "2.1.3",
8686
"@netlify/zip-it-and-ship-it": "^12.2.0",

packages/runtime/CHANGELOG.md

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

3+
## [4.0.8](https://github.com/netlify/primitives/compare/runtime-v4.0.7...runtime-v4.0.8) (2025-07-07)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from ^10.0.3 to ^10.0.4
11+
312
## [4.0.7](https://github.com/netlify/primitives/compare/runtime-v4.0.6...runtime-v4.0.7) (2025-07-04)
413

514

packages/runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/runtime",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"description": "Netlify compute runtime",
55
"type": "module",
66
"engines": {
@@ -29,7 +29,7 @@
2929
},
3030
"author": "Netlify Inc.",
3131
"dependencies": {
32-
"@netlify/blobs": "^10.0.3",
32+
"@netlify/blobs": "^10.0.4",
3333
"@netlify/cache": "3.0.5",
3434
"@netlify/runtime-utils": "2.1.0",
3535
"@netlify/types": "2.0.2"

0 commit comments

Comments
 (0)