Skip to content

Commit e0c0016

Browse files
chore: release main (#456)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
1 parent b00e8e6 commit e0c0016

30 files changed

+248
-96
lines changed

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"packages/ai": "0.2.1",
3-
"packages/blobs": "10.0.10",
4-
"packages/cache": "3.1.0",
5-
"packages/dev": "4.5.10",
6-
"packages/dev-utils": "4.1.3",
7-
"packages/edge-functions": "2.18.0",
8-
"packages/functions": "4.2.5",
9-
"packages/headers": "2.0.11",
10-
"packages/images": "1.2.7",
11-
"packages/nuxt-module": "0.1.17",
3+
"packages/blobs": "10.0.11",
4+
"packages/cache": "3.1.1",
5+
"packages/dev": "4.5.11",
6+
"packages/dev-utils": "4.2.0",
7+
"packages/edge-functions": "2.18.1",
8+
"packages/functions": "4.2.6",
9+
"packages/headers": "2.0.12",
10+
"packages/images": "1.2.8",
11+
"packages/nuxt-module": "0.1.18",
1212
"packages/otel": "3.4.1",
13-
"packages/redirects": "3.0.12",
14-
"packages/runtime": "4.0.15",
13+
"packages/redirects": "3.0.13",
14+
"packages/runtime": "4.0.16",
1515
"packages/runtime-utils": "2.1.0",
16-
"packages/static": "3.0.10",
16+
"packages/static": "3.0.11",
1717
"packages/types": "2.0.3",
18-
"packages/vite-plugin": "2.5.10",
19-
"packages/vite-plugin-tanstack-start": "0.0.0"
18+
"packages/vite-plugin": "2.6.0",
19+
"packages/vite-plugin-tanstack-start": "1.0.0"
2020
}

package-lock.json

Lines changed: 41 additions & 41 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.11](https://github.com/netlify/primitives/compare/blobs-v10.0.10...blobs-v10.0.11) (2025-09-22)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev-utils bumped from 4.1.3 to 4.2.0
11+
312
## [10.0.10](https://github.com/netlify/primitives/compare/blobs-v10.0.9...blobs-v10.0.10) (2025-08-28)
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.10",
3+
"version": "10.0.11",
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.3",
79+
"@netlify/dev-utils": "4.2.0",
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.1.1](https://github.com/netlify/primitives/compare/cache-v3.1.0...cache-v3.1.1) (2025-09-22)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @netlify/dev-utils bumped from 4.1.3 to 4.2.0
11+
312
## [3.1.0](https://github.com/netlify/primitives/compare/cache-v3.0.11...cache-v3.1.0) (2025-09-05)
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.1.0",
3+
"version": "3.1.1",
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.3",
71+
"@netlify/dev-utils": "4.2.0",
7272
"@netlify/types": "2.0.3",
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.2.0](https://github.com/netlify/primitives/compare/dev-utils-v4.1.3...dev-utils-v4.2.0) (2025-09-22)
4+
5+
6+
### Features
7+
8+
* add `@netlify/vite-plugin-tanstack-start` ([#455](https://github.com/netlify/primitives/issues/455)) ([fd8b2cc](https://github.com/netlify/primitives/commit/fd8b2cc9012801c190f332089e9f4322fad95a45))
9+
310
## [4.1.3](https://github.com/netlify/primitives/compare/dev-utils-v4.1.2...dev-utils-v4.1.3) (2025-08-28)
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.3",
3+
"version": "4.2.0",
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.11](https://github.com/netlify/primitives/compare/dev-v4.5.10...dev-v4.5.11) (2025-09-22)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/blobs bumped from 10.0.10 to 10.0.11
11+
* @netlify/dev-utils bumped from 4.1.3 to 4.2.0
12+
* @netlify/edge-functions bumped from 2.18.0 to 2.18.1
13+
* @netlify/functions bumped from 4.2.5 to 4.2.6
14+
* @netlify/headers bumped from 2.0.11 to 2.0.12
15+
* @netlify/images bumped from 1.2.7 to 1.2.8
16+
* @netlify/redirects bumped from 3.0.12 to 3.0.13
17+
* @netlify/runtime bumped from 4.0.15 to 4.0.16
18+
* @netlify/static bumped from 3.0.10 to 3.0.11
19+
320
## [4.5.10](https://github.com/netlify/primitives/compare/dev-v4.5.9...dev-v4.5.10) (2025-09-17)
421

522

0 commit comments

Comments
 (0)