Skip to content

Commit 6688e54

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

File tree

12 files changed

+62
-21
lines changed

12 files changed

+62
-21
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"packages/blobs": "10.0.7",
33
"packages/cache": "3.0.8",
4-
"packages/dev": "4.5.1",
4+
"packages/dev": "4.5.2",
55
"packages/dev-utils": "4.1.0",
66
"packages/edge-functions": "2.16.2",
7-
"packages/functions": "4.1.15",
7+
"packages/functions": "4.2.0",
88
"packages/headers": "2.0.7",
99
"packages/images": "1.2.4",
10-
"packages/nuxt-module": "0.1.8",
11-
"packages/otel": "3.2.0",
10+
"packages/nuxt-module": "0.1.9",
11+
"packages/otel": "3.3.0",
1212
"packages/redirects": "3.0.7",
1313
"packages/runtime": "4.0.11",
1414
"packages/runtime-utils": "2.1.0",
1515
"packages/static": "3.0.7",
1616
"packages/types": "2.0.2",
17-
"packages/vite-plugin": "2.5.1"
17+
"packages/vite-plugin": "2.5.2"
1818
}

package-lock.json

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

3+
## [4.5.2](https://github.com/netlify/primitives/compare/dev-v4.5.1...dev-v4.5.2) (2025-07-28)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/functions bumped from 4.1.15 to 4.2.0
11+
312
## [4.5.1](https://github.com/netlify/primitives/compare/dev-v4.5.0...dev-v4.5.1) (2025-07-24)
413

514

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.5.1",
3+
"version": "4.5.2",
44
"description": "Emulation of the Netlify environment for local development",
55
"type": "module",
66
"engines": {
@@ -56,7 +56,7 @@
5656
"@netlify/config": "^23.2.0",
5757
"@netlify/dev-utils": "4.1.0",
5858
"@netlify/edge-functions": "2.16.2",
59-
"@netlify/functions": "4.1.15",
59+
"@netlify/functions": "4.2.0",
6060
"@netlify/headers": "2.0.7",
6161
"@netlify/images": "1.2.4",
6262
"@netlify/redirects": "3.0.7",

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.2.0](https://github.com/netlify/primitives/compare/functions-v4.1.15...functions-v4.2.0) (2025-07-28)
4+
5+
6+
### Features
7+
8+
* add `generator` field to `Config` type ([#397](https://github.com/netlify/primitives/issues/397)) ([ee49e8a](https://github.com/netlify/primitives/commit/ee49e8a64b360a0b54711e0f1de7bf512d366eb9))
9+
310
## [4.1.15](https://github.com/netlify/primitives/compare/functions-v4.1.14...functions-v4.1.15) (2025-07-23)
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.15",
34+
"version": "4.2.0",
3535
"description": "TypeScript utilities for interacting with Netlify Functions",
3636
"files": [
3737
"dist/**/*.js",

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.1.9](https://github.com/netlify/primitives/compare/nuxt-v0.1.8...nuxt-v0.1.9) (2025-07-28)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/dev bumped from ^4.5.1 to ^4.5.2
11+
312
## [0.1.8](https://github.com/netlify/primitives/compare/nuxt-v0.1.7...nuxt-v0.1.8) (2025-07-24)
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.1.8",
3+
"version": "0.1.9",
44
"description": "Nuxt module providing local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {
@@ -50,7 +50,7 @@
5050
},
5151
"author": "Netlify Inc.",
5252
"dependencies": {
53-
"@netlify/dev": "^4.5.1",
53+
"@netlify/dev": "^4.5.2",
5454
"@netlify/dev-utils": "^4.1.0",
5555
"@nuxt/kit": "^4.0.0",
5656
"h3": "^1.15.3"

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.3.0](https://github.com/netlify/primitives/compare/otel-v3.2.0...otel-v3.3.0) (2025-07-28)
4+
5+
6+
### Features
7+
8+
* a minimal fetch instrumentation ([#383](https://github.com/netlify/primitives/issues/383)) ([744a3a3](https://github.com/netlify/primitives/commit/744a3a39851800fd7220080e7322b8ed38b84391))
9+
310
## [3.2.0](https://github.com/netlify/primitives/compare/otel-v3.1.0...otel-v3.2.0) (2025-07-24)
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.2.0",
3+
"version": "3.3.0",
44
"type": "module",
55
"engines": {
66
"node": "^18.14.0 || >=20.6.1"

0 commit comments

Comments
 (0)