Skip to content

Commit 0376cdc

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

File tree

6 files changed

+24
-8
lines changed

6 files changed

+24
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/blobs": "10.0.4",
33
"packages/cache": "3.0.5",
4-
"packages/dev": "4.3.7",
4+
"packages/dev": "4.3.8",
55
"packages/dev-utils": "3.2.2",
66
"packages/edge-functions": "2.15.6",
77
"packages/functions": "4.1.10",
@@ -13,5 +13,5 @@
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.8"
16+
"packages/vite-plugin": "2.3.9"
1717
}

package-lock.json

Lines changed: 3 additions & 3 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.3.8](https://github.com/netlify/primitives/compare/dev-v4.3.7...dev-v4.3.8) (2025-07-11)
4+
5+
6+
### Bug Fixes
7+
8+
* pass all required env vars to edge function invocations ([#342](https://github.com/netlify/primitives/issues/342)) ([9b6c286](https://github.com/netlify/primitives/commit/9b6c2863d157a0fbeca35ea0cd55d6f8d0a0acc1))
9+
310
## [4.3.7](https://github.com/netlify/primitives/compare/dev-v4.3.6...dev-v4.3.7) (2025-07-07)
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.3.7",
3+
"version": "4.3.8",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {

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.3.9](https://github.com/netlify/primitives/compare/vite-plugin-v2.3.8...vite-plugin-v2.3.9) (2025-07-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from 4.3.7 to 4.3.8
11+
312
## [2.3.8](https://github.com/netlify/primitives/compare/vite-plugin-v2.3.7...vite-plugin-v2.3.8) (2025-07-10)
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.3.8",
3+
"version": "2.3.9",
44
"description": "Vite plugin with a local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {
@@ -36,7 +36,7 @@
3636
"vitest": "^3.0.0"
3737
},
3838
"dependencies": {
39-
"@netlify/dev": "4.3.7",
39+
"@netlify/dev": "4.3.8",
4040
"@netlify/dev-utils": "^3.2.2",
4141
"chalk": "^5.4.1"
4242
},

0 commit comments

Comments
 (0)