Skip to content

Commit 2941cca

Browse files
chore: release main (#685)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 0e05d46 commit 2941cca

20 files changed

Lines changed: 127 additions & 48 deletions

.release-please-manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"packages/aws-lambda-compat": "1.0.0",
33
"packages/ai": "0.4.1",
4-
"packages/blobs": "10.7.5",
5-
"packages/cache": "3.4.4",
4+
"packages/blobs": "10.7.6",
5+
"packages/cache": "3.4.5",
66
"packages/database/dev": "0.10.1",
77
"packages/database/prod": "1.0.0",
88
"packages/database/proxy": "0.1.5",
9-
"packages/dev": "4.18.3",
9+
"packages/dev": "4.18.4",
1010
"packages/dev-utils": "4.4.3",
1111
"packages/edge-functions/dev": "1.0.17",
1212
"packages/edge-functions/prod": "3.0.6",
13-
"packages/functions/prod": "5.2.0",
14-
"packages/functions/dev": "1.2.8",
13+
"packages/functions/prod": "5.2.1",
14+
"packages/functions/dev": "1.2.9",
1515
"packages/headers": "2.1.8",
1616
"packages/images": "1.3.7",
17-
"packages/nuxt-module": "0.3.3",
17+
"packages/nuxt-module": "0.3.4",
1818
"packages/otel": "6.0.0",
1919
"packages/redirects": "3.1.10",
20-
"packages/runtime": "4.1.21",
20+
"packages/runtime": "4.1.22",
2121
"packages/runtime-utils": "2.3.0",
2222
"packages/static": "3.1.7",
2323
"packages/types": "2.6.0",
24-
"packages/vite-plugin": "2.12.3",
25-
"packages/vite-plugin-tanstack-start": "1.3.11"
24+
"packages/vite-plugin": "2.12.4",
25+
"packages/vite-plugin-tanstack-start": "1.3.12"
2626
}

package-lock.json

Lines changed: 20 additions & 20 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.7.6](https://github.com/netlify/primitives/compare/blobs-v10.7.5...blobs-v10.7.6) (2026-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* update readme badges to point to current repo ([#594](https://github.com/netlify/primitives/issues/594)) ([0e05d46](https://github.com/netlify/primitives/commit/0e05d46b645b66d20d01e824fe5b82a121b491a2))
9+
310
## [10.7.5](https://github.com/netlify/primitives/compare/blobs-v10.7.4...blobs-v10.7.5) (2026-05-11)
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.7.5",
3+
"version": "10.7.6",
44
"description": "TypeScript client for Netlify Blobs",
55
"type": "module",
66
"engines": {

packages/cache/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.4.5](https://github.com/netlify/primitives/compare/cache-v3.4.4...cache-v3.4.5) (2026-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* update readme badges to point to current repo ([#594](https://github.com/netlify/primitives/issues/594)) ([0e05d46](https://github.com/netlify/primitives/commit/0e05d46b645b66d20d01e824fe5b82a121b491a2))
9+
310
## [3.4.4](https://github.com/netlify/primitives/compare/cache-v3.4.3...cache-v3.4.4) (2026-03-19)
411

512

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache",
3-
"version": "3.4.4",
3+
"version": "3.4.5",
44
"description": "TypeScript utilities for interacting with the Netlify cache",
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.18.4](https://github.com/netlify/primitives/compare/dev-v4.18.3...dev-v4.18.4) (2026-05-12)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 10.7.5 to 10.7.6
11+
* @netlify/functions-dev bumped from 1.2.8 to 1.2.9
12+
* @netlify/runtime bumped from 4.1.21 to 4.1.22
13+
314
## [4.18.3](https://github.com/netlify/primitives/compare/dev-v4.18.2...dev-v4.18.3) (2026-05-11)
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.18.3",
3+
"version": "4.18.4",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -57,16 +57,16 @@
5757
},
5858
"dependencies": {
5959
"@netlify/ai": "^0.4.1",
60-
"@netlify/blobs": "10.7.5",
60+
"@netlify/blobs": "10.7.6",
6161
"@netlify/config": "^24.5.0",
6262
"@netlify/database-dev": "0.10.1",
6363
"@netlify/dev-utils": "4.4.3",
6464
"@netlify/edge-functions-dev": "1.0.17",
65-
"@netlify/functions-dev": "1.2.8",
65+
"@netlify/functions-dev": "1.2.9",
6666
"@netlify/headers": "2.1.8",
6767
"@netlify/images": "1.3.7",
6868
"@netlify/redirects": "3.1.10",
69-
"@netlify/runtime": "4.1.21",
69+
"@netlify/runtime": "4.1.22",
7070
"@netlify/static": "3.1.7",
7171
"ulid": "^3.0.0"
7272
}

packages/functions/dev/CHANGELOG.md

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

3+
## [1.2.9](https://github.com/netlify/primitives/compare/functions-dev-v1.2.8...functions-dev-v1.2.9) (2026-05-12)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 10.7.5 to 10.7.6
11+
* @netlify/functions bumped from 5.2.0 to 5.2.1
12+
313
## [1.2.8](https://github.com/netlify/primitives/compare/functions-dev-v1.2.7...functions-dev-v1.2.8) (2026-05-11)
414

515

packages/functions/dev/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
}
1313
},
14-
"version": "1.2.8",
14+
"version": "1.2.9",
1515
"description": "Local dev emulation of Netlify Functions",
1616
"files": [
1717
"dist/**/*.js",
@@ -42,9 +42,9 @@
4242
},
4343
"author": "Netlify Inc.",
4444
"dependencies": {
45-
"@netlify/blobs": "10.7.5",
45+
"@netlify/blobs": "10.7.6",
4646
"@netlify/dev-utils": "4.4.3",
47-
"@netlify/functions": "5.2.0",
47+
"@netlify/functions": "5.2.1",
4848
"@netlify/zip-it-and-ship-it": "^14.5.5",
4949
"cron-parser": "^4.9.0",
5050
"decache": "^4.6.2",

0 commit comments

Comments
 (0)