Skip to content

Commit c7ccca0

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

File tree

10 files changed

+52
-18
lines changed

10 files changed

+52
-18
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"packages/ai": "0.3.3",
33
"packages/blobs": "10.3.3",
44
"packages/cache": "3.3.2",
5-
"packages/dev": "4.7.1",
5+
"packages/dev": "4.8.0",
66
"packages/dev-utils": "4.3.1",
77
"packages/edge-functions/dev": "1.0.4",
88
"packages/edge-functions/prod": "3.0.2",
99
"packages/functions/prod": "5.1.0",
1010
"packages/functions/dev": "1.1.0",
1111
"packages/headers": "2.1.1",
1212
"packages/images": "1.3.1",
13-
"packages/nuxt-module": "0.2.10",
13+
"packages/nuxt-module": "0.2.11",
1414
"packages/otel": "4.3.2",
1515
"packages/redirects": "3.1.2",
1616
"packages/runtime": "4.1.7",
1717
"packages/runtime-utils": "2.2.1",
1818
"packages/static": "3.1.1",
1919
"packages/types": "2.2.0",
20-
"packages/vite-plugin": "2.7.11",
21-
"packages/vite-plugin-tanstack-start": "1.1.11"
20+
"packages/vite-plugin": "2.7.12",
21+
"packages/vite-plugin-tanstack-start": "1.1.12"
2222
}

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dev/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.8.0](https://github.com/netlify/primitives/compare/dev-v4.7.1...dev-v4.8.0) (2025-11-07)
4+
5+
6+
### Features
7+
8+
* add AI Gateway support to @netlify/dev for Vite plugin ([#524](https://github.com/netlify/primitives/issues/524)) ([e6823d4](https://github.com/netlify/primitives/commit/e6823d44ade93211f4eee57d131772720d260c78))
9+
310
## [4.7.1](https://github.com/netlify/primitives/compare/dev-v4.7.0...dev-v4.7.1) (2025-11-06)
411

512

packages/dev/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",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {

packages/nuxt-module/CHANGELOG.md

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

3+
## [0.2.11](https://github.com/netlify/primitives/compare/nuxt-v0.2.10...nuxt-v0.2.11) (2025-11-07)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from ^4.7.1 to ^4.8.0
11+
312
## [0.2.10](https://github.com/netlify/primitives/compare/nuxt-v0.2.9...nuxt-v0.2.10) (2025-11-06)
413

514

packages/nuxt-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/nuxt",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"description": "Nuxt module providing local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {
@@ -54,7 +54,7 @@
5454
},
5555
"author": "Netlify Inc.",
5656
"dependencies": {
57-
"@netlify/dev": "^4.7.1",
57+
"@netlify/dev": "^4.8.0",
5858
"@netlify/dev-utils": "^4.3.1",
5959
"@nuxt/kit": "^4.0.0",
6060
"h3": "^1.15.3"

packages/vite-plugin-tanstack-start/CHANGELOG.md

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

3+
## [1.1.12](https://github.com/netlify/primitives/compare/vite-plugin-tanstack-start-v1.1.11...vite-plugin-tanstack-start-v1.1.12) (2025-11-07)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/vite-plugin bumped from ^2.7.11 to ^2.7.12
11+
312
## [1.1.11](https://github.com/netlify/primitives/compare/vite-plugin-tanstack-start-v1.1.10...vite-plugin-tanstack-start-v1.1.11) (2025-11-06)
413

514

packages/vite-plugin-tanstack-start/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/vite-plugin-tanstack-start",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"description": "Vite plugin for TanStack Start on Netlify",
55
"type": "module",
66
"engines": {
@@ -50,7 +50,7 @@
5050
"vitest": "^3.0.0"
5151
},
5252
"dependencies": {
53-
"@netlify/vite-plugin": "^2.7.11"
53+
"@netlify/vite-plugin": "^2.7.12"
5454
},
5555
"peerDependencies": {
5656
"@tanstack/react-start": ">=1.132.0",

packages/vite-plugin/CHANGELOG.md

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

3+
## [2.7.12](https://github.com/netlify/primitives/compare/vite-plugin-v2.7.11...vite-plugin-v2.7.12) (2025-11-07)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from 4.7.1 to 4.8.0
11+
312
## [2.7.11](https://github.com/netlify/primitives/compare/vite-plugin-v2.7.10...vite-plugin-v2.7.11) (2025-11-06)
413

514

packages/vite-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/vite-plugin",
3-
"version": "2.7.11",
3+
"version": "2.7.12",
44
"description": "Vite plugin with a local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {
@@ -44,7 +44,7 @@
4444
"vitest": "^3.0.0"
4545
},
4646
"dependencies": {
47-
"@netlify/dev": "4.7.1",
47+
"@netlify/dev": "4.8.0",
4848
"@netlify/dev-utils": "^4.3.1",
4949
"dedent": "^1.7.0"
5050
},

0 commit comments

Comments
 (0)