Skip to content

Commit e3e8e0b

Browse files
chore: release main
1 parent a138b5a commit e3e8e0b

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.4.1",
44
"packages/cache": "3.3.3",
5-
"packages/dev": "4.8.2",
5+
"packages/dev": "4.8.3",
66
"packages/dev-utils": "4.3.2",
77
"packages/edge-functions/dev": "1.0.5",
88
"packages/edge-functions/prod": "3.0.2",
99
"packages/functions/prod": "5.1.0",
1010
"packages/functions/dev": "1.1.2",
1111
"packages/headers": "2.1.2",
1212
"packages/images": "1.3.2",
13-
"packages/nuxt-module": "0.2.13",
13+
"packages/nuxt-module": "0.2.14",
1414
"packages/otel": "5.0.0",
1515
"packages/redirects": "3.1.3",
1616
"packages/runtime": "4.1.9",
1717
"packages/runtime-utils": "2.2.1",
1818
"packages/static": "3.1.2",
1919
"packages/types": "2.2.0",
20-
"packages/vite-plugin": "2.7.14",
21-
"packages/vite-plugin-tanstack-start": "1.2.1"
20+
"packages/vite-plugin": "2.7.15",
21+
"packages/vite-plugin-tanstack-start": "1.2.2"
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.3](https://github.com/netlify/primitives/compare/dev-v4.8.2...dev-v4.8.3) (2025-11-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/config to v24 ([#415](https://github.com/netlify/primitives/issues/415)) ([5225265](https://github.com/netlify/primitives/commit/52252659d4809f8d9157739431674edb44e960a5))
9+
310
## [4.8.2](https://github.com/netlify/primitives/compare/dev-v4.8.1...dev-v4.8.2) (2025-11-17)
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.8.2",
3+
"version": "4.8.3",
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.14](https://github.com/netlify/primitives/compare/nuxt-v0.2.13...nuxt-v0.2.14) (2025-11-28)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from ^4.8.2 to ^4.8.3
11+
312
## [0.2.13](https://github.com/netlify/primitives/compare/nuxt-v0.2.12...nuxt-v0.2.13) (2025-11-17)
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.13",
3+
"version": "0.2.14",
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.8.2",
57+
"@netlify/dev": "^4.8.3",
5858
"@netlify/dev-utils": "^4.3.2",
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.2.2](https://github.com/netlify/primitives/compare/vite-plugin-tanstack-start-v1.2.1...vite-plugin-tanstack-start-v1.2.2) (2025-11-28)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/vite-plugin bumped from ^2.7.14 to ^2.7.15
11+
312
## [1.2.1](https://github.com/netlify/primitives/compare/vite-plugin-tanstack-start-v1.2.0...vite-plugin-tanstack-start-v1.2.1) (2025-11-17)
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.2.1",
3+
"version": "1.2.2",
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.14"
53+
"@netlify/vite-plugin": "^2.7.15"
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.15](https://github.com/netlify/primitives/compare/vite-plugin-v2.7.14...vite-plugin-v2.7.15) (2025-11-28)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from 4.8.2 to 4.8.3
11+
312
## [2.7.14](https://github.com/netlify/primitives/compare/vite-plugin-v2.7.13...vite-plugin-v2.7.14) (2025-11-17)
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.14",
3+
"version": "2.7.15",
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.8.2",
47+
"@netlify/dev": "4.8.3",
4848
"@netlify/dev-utils": "^4.3.2",
4949
"dedent": "^1.7.0"
5050
},

0 commit comments

Comments
 (0)