Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/bump-node24-actions.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/react-native-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-navigation/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
15 changes: 15 additions & 0 deletions packages/react-native-tracer-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-tracer-provider/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
14 changes: 14 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading