Skip to content

Commit 88bcd9d

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

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"packages/functions": "4.1.10",
88
"packages/headers": "2.0.4",
99
"packages/images": "1.1.2",
10-
"packages/otel": "3.0.2",
10+
"packages/otel": "3.1.0",
1111
"packages/redirects": "3.0.4",
1212
"packages/runtime": "4.0.8",
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.7"
16+
"packages/vite-plugin": "2.3.8"
1717
}

package-lock.json

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

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.1.0](https://github.com/netlify/primitives/compare/otel-v3.0.2...otel-v3.1.0) (2025-07-10)
4+
5+
6+
### Features
7+
8+
* make getTracer a sync function so it can be used in sync and async contexts ([#339](https://github.com/netlify/primitives/issues/339)) ([62e7ede](https://github.com/netlify/primitives/commit/62e7ede177212baaf1939220eba1dc91ac3460b4))
9+
310
## [3.0.2](https://github.com/netlify/primitives/compare/otel-v3.0.1...otel-v3.0.2) (2025-06-03)
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.2",
3+
"version": "3.1.0",
44
"type": "module",
55
"engines": {
66
"node": "^18.14.0 || >=20.6.1"

packages/vite-plugin/CHANGELOG.md

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

3+
## [2.3.8](https://github.com/netlify/primitives/compare/vite-plugin-v2.3.7...vite-plugin-v2.3.8) (2025-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** loosen vite peer dep to support vite 7 ([#340](https://github.com/netlify/primitives/issues/340)) ([7cc76e6](https://github.com/netlify/primitives/commit/7cc76e6e5a9f308d857f59399329a752a1ee999c))
9+
310
## [2.3.7](https://github.com/netlify/primitives/compare/vite-plugin-v2.3.6...vite-plugin-v2.3.7) (2025-07-07)
411

512

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/vite-plugin",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "Vite plugin with a local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)