diff --git a/.changeset/bump-node24-actions.md b/.changeset/bump-node24-actions.md deleted file mode 100644 index 38991b4..0000000 --- a/.changeset/bump-node24-actions.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@inoxth/react-native-edot-shared": patch -"@inoxth/react-native-edot-sdk": patch -"@inoxth/react-native-edot-navigation": patch -"@inoxth/react-native-edot-tracer-provider": patch ---- - -ci: bump deprecated GitHub Actions to Node 24 supporting versions - -No runtime or API changes. Pure CI tooling update so the release -pipeline keeps working past GitHub's 2026-06-02 Node 24 default -cutover. Also doubles as the first end-to-end validation of the -Trusted Publishing + OIDC + provenance attestation flow. diff --git a/packages/react-native-navigation/CHANGELOG.md b/packages/react-native-navigation/CHANGELOG.md index cf69be5..7f68a5f 100644 --- a/packages/react-native-navigation/CHANGELOG.md +++ b/packages/react-native-navigation/CHANGELOG.md @@ -1,5 +1,20 @@ # @inoxth/react-native-edot-navigation +## 0.1.2 + +### Patch Changes + +- 1307141: ci: bump deprecated GitHub Actions to Node 24 supporting versions + + No runtime or API changes. Pure CI tooling update so the release + pipeline keeps working past GitHub's 2026-06-02 Node 24 default + cutover. Also doubles as the first end-to-end validation of the + Trusted Publishing + OIDC + provenance attestation flow. + +- Updated dependencies [1307141] + - @inoxth/react-native-edot-shared@0.1.2 + - @inoxth/react-native-edot-sdk@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/react-native-navigation/package.json b/packages/react-native-navigation/package.json index 50b098e..f60725e 100644 --- a/packages/react-native-navigation/package.json +++ b/packages/react-native-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@inoxth/react-native-edot-navigation", - "version": "0.1.1", + "version": "0.1.2", "description": "EDOT navigation integration — unified screen-tracking for react-navigation, expo-router, and Wix react-native-navigation", "license": "MIT", "author": { diff --git a/packages/react-native-tracer-provider/CHANGELOG.md b/packages/react-native-tracer-provider/CHANGELOG.md index 8cf6ed6..26a833a 100644 --- a/packages/react-native-tracer-provider/CHANGELOG.md +++ b/packages/react-native-tracer-provider/CHANGELOG.md @@ -1,5 +1,20 @@ # @inoxth/react-native-edot-tracer-provider +## 0.1.2 + +### Patch Changes + +- 1307141: ci: bump deprecated GitHub Actions to Node 24 supporting versions + + No runtime or API changes. Pure CI tooling update so the release + pipeline keeps working past GitHub's 2026-06-02 Node 24 default + cutover. Also doubles as the first end-to-end validation of the + Trusted Publishing + OIDC + provenance attestation flow. + +- Updated dependencies [1307141] + - @inoxth/react-native-edot-shared@0.1.2 + - @inoxth/react-native-edot-sdk@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/react-native-tracer-provider/package.json b/packages/react-native-tracer-provider/package.json index 4ccd24e..455e97a 100644 --- a/packages/react-native-tracer-provider/package.json +++ b/packages/react-native-tracer-provider/package.json @@ -1,6 +1,6 @@ { "name": "@inoxth/react-native-edot-tracer-provider", - "version": "0.1.1", + "version": "0.1.2", "description": "EDOT TracerProvider — OTel-compatible manual instrumentation for React Native", "license": "MIT", "author": { diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index d57c155..03444e2 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,19 @@ # @inoxth/react-native-edot-sdk +## 0.1.2 + +### Patch Changes + +- 1307141: ci: bump deprecated GitHub Actions to Node 24 supporting versions + + No runtime or API changes. Pure CI tooling update so the release + pipeline keeps working past GitHub's 2026-06-02 Node 24 default + cutover. Also doubles as the first end-to-end validation of the + Trusted Publishing + OIDC + provenance attestation flow. + +- Updated dependencies [1307141] + - @inoxth/react-native-edot-shared@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index bfe6002..a74a778 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@inoxth/react-native-edot-sdk", - "version": "0.1.1", + "version": "0.1.2", "description": "EDOT React Native SDK — OpenTelemetry-compliant observability wrapping native EDOT SDKs", "license": "MIT", "author": { diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 5845a22..964fac2 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,16 @@ # @inoxth/react-native-edot-shared +## 0.1.2 + +### Patch Changes + +- 1307141: ci: bump deprecated GitHub Actions to Node 24 supporting versions + + No runtime or API changes. Pure CI tooling update so the release + pipeline keeps working past GitHub's 2026-06-02 Node 24 default + cutover. Also doubles as the first end-to-end validation of the + Trusted Publishing + OIDC + provenance attestation flow. + ## 0.1.1 ### Patch Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 74eca28..b0f418c 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@inoxth/react-native-edot-shared", - "version": "0.1.1", + "version": "0.1.2", "description": "EDOT shared core — cross-cutting state used by navigation and instrumentation packages", "license": "MIT", "author": {