Skip to content

Commit ae9bcfe

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

File tree

10 files changed

+53
-16
lines changed

10 files changed

+53
-16
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"packages/blobs": "9.1.4",
33
"packages/cache": "3.0.0",
4-
"packages/dev": "4.1.0",
4+
"packages/dev": "4.1.1",
55
"packages/dev-utils": "3.1.0",
66
"packages/edge-functions": "2.14.0",
7-
"packages/functions": "4.1.0",
7+
"packages/functions": "4.1.1",
88
"packages/headers": "2.0.0",
9-
"packages/otel": "3.0.0",
9+
"packages/otel": "3.0.1",
1010
"packages/redirects": "3.0.0",
1111
"packages/runtime": "4.0.0",
1212
"packages/runtime-utils": "2.1.0",
1313
"packages/static": "3.0.0",
1414
"packages/types": "2.0.1",
15-
"packages/vite-plugin": "2.1.0"
15+
"packages/vite-plugin": "2.1.1"
1616
}

package-lock.json

Lines changed: 6 additions & 6 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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.1.1](https://github.com/netlify/primitives/compare/dev-v4.1.0...dev-v4.1.1) (2025-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* add guard against query param handling ([#272](https://github.com/netlify/primitives/issues/272)) ([14dc44c](https://github.com/netlify/primitives/commit/14dc44c2d7ff97a6ed90c1afcc92d28ae7d6979d))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/functions bumped from 4.1.0 to 4.1.1
16+
317
## [4.1.0](https://github.com/netlify/primitives/compare/dev-v4.0.2...dev-v4.1.0) (2025-06-03)
418

519

packages/dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/dev",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -56,7 +56,7 @@
5656
"@netlify/config": "^23.0.8",
5757
"@netlify/dev-utils": "3.1.0",
5858
"@netlify/edge-functions": "2.14.0",
59-
"@netlify/functions": "4.1.0",
59+
"@netlify/functions": "4.1.1",
6060
"@netlify/headers": "2.0.0",
6161
"@netlify/redirects": "3.0.0",
6262
"@netlify/runtime": "4.0.0",

packages/functions/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.1.1](https://github.com/netlify/primitives/compare/functions-v4.1.0...functions-v4.1.1) (2025-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* add guard against query param handling ([#272](https://github.com/netlify/primitives/issues/272)) ([14dc44c](https://github.com/netlify/primitives/commit/14dc44c2d7ff97a6ed90c1afcc92d28ae7d6979d))
9+
310
## [4.1.0](https://github.com/netlify/primitives/compare/functions-v4.0.0...functions-v4.1.0) (2025-06-02)
411

512

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
}
3333
},
34-
"version": "4.1.0",
34+
"version": "4.1.1",
3535
"description": "TypeScript utilities for interacting with Netlify Functions",
3636
"files": [
3737
"dist/**/*.js",

packages/otel/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.0.1](https://github.com/netlify/primitives/compare/otel-v3.0.0...otel-v3.0.1) (2025-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* bring back node18 support by using older versions of the otel packages ([#271](https://github.com/netlify/primitives/issues/271)) ([e8ddc2e](https://github.com/netlify/primitives/commit/e8ddc2e8ed8378d5ca162ed3f681aa9b409db6d1))
9+
310
## [3.0.0](https://github.com/netlify/primitives/compare/otel-v2.0.0...otel-v3.0.0) (2025-06-02)
411

512

packages/otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/otel",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"type": "module",
55
"engines": {
66
"node": "^18.14.0 || >=20.6.1"

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.1.1](https://github.com/netlify/primitives/compare/vite-plugin-v2.1.0...vite-plugin-v2.1.1) (2025-06-03)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from 4.1.0 to 4.1.1
11+
312
## [2.1.0](https://github.com/netlify/primitives/compare/vite-plugin-v2.0.2...vite-plugin-v2.1.0) (2025-06-03)
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.1.0",
3+
"version": "2.1.1",
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.1.0",
39+
"@netlify/dev": "4.1.1",
4040
"chalk": "^5.4.1"
4141
},
4242
"peerDependencies": {

0 commit comments

Comments
 (0)