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
5 changes: 0 additions & 5 deletions .changeset/blue-parts-cheer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/brown-breads-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bumpy-things-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-showers-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-frogs-enter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-bananas-obey.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/salty-ghosts-work.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @react-native-node-api/cli-utils

## 0.1.1

### Patch Changes

- 5156d35: Refactored moving prettyPath util to CLI utils package
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-node-api/cli-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "Useful utilities for the CLIs in the React Native Node API mono-repo",
"type": "module",
"main": "dist/index.js",
Expand Down
19 changes: 19 additions & 0 deletions packages/cmake-rn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# cmake-rn

## 0.5.0

### Minor Changes

- 5156d35: Use of CMake targets producing Apple frameworks instead of free dylibs is now supported

### Patch Changes

- d8e90a8: Filter CMake targets by target name when passed
- 0c3e8ba: Fix expansion of options in --build and --out
- 5156d35: Refactored moving prettyPath util to CLI utils package
- Updated dependencies [acd06f2]
- Updated dependencies [5156d35]
- Updated dependencies [9f1a301]
- Updated dependencies [5016ed2]
- Updated dependencies [5156d35]
- [email protected]
- @react-native-node-api/[email protected]

## 0.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cmake-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmake-rn",
"version": "0.4.1",
"version": "0.5.0",
"description": "Build React Native Node API modules with CMake",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand All @@ -24,9 +24,9 @@
"test": "tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout"
},
"dependencies": {
"@react-native-node-api/cli-utils": "0.1.0",
"@react-native-node-api/cli-utils": "0.1.1",
"cmake-file-api": "0.1.0",
"react-native-node-api": "0.5.2",
"react-native-node-api": "0.6.0",
"zod": "^4.1.11"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/ferric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# ferric-cli

## 0.3.5

### Patch Changes

- 5156d35: Refactored moving prettyPath util to CLI utils package
- Updated dependencies [acd06f2]
- Updated dependencies [5156d35]
- Updated dependencies [9f1a301]
- Updated dependencies [5016ed2]
- Updated dependencies [5156d35]
- [email protected]
- @react-native-node-api/[email protected]

## 0.3.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ferric/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ferric-cli",
"version": "0.3.4",
"version": "0.3.5",
"description": "Rust Node-API Modules for React Native",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@napi-rs/cli": "~3.0.3",
"@react-native-node-api/cli-utils": "0.1.0",
"react-native-node-api": "0.5.2"
"@react-native-node-api/cli-utils": "0.1.1",
"react-native-node-api": "0.6.0"
}
}
12 changes: 12 additions & 0 deletions packages/gyp-to-cmake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# gyp-to-cmake

## 0.4.0

### Minor Changes

- 5156d35: Use of CMake targets producing Apple frameworks instead of free dylibs is now supported

### Patch Changes

- 5156d35: Refactored moving prettyPath util to CLI utils package
- Updated dependencies [5156d35]
- @react-native-node-api/[email protected]

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gyp-to-cmake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gyp-to-cmake",
"version": "0.3.0",
"version": "0.4.0",
"description": "Convert binding.gyp files to CMakeLists.txt",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand All @@ -22,7 +22,7 @@
"test": "tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout"
},
"dependencies": {
"@react-native-node-api/cli-utils": "0.1.0",
"@react-native-node-api/cli-utils": "0.1.1",
"gyp-parser": "^1.0.4",
"pkg-dir": "^8.0.0",
"read-pkg": "^9.0.1"
Expand Down
15 changes: 15 additions & 0 deletions packages/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# react-native-node-api

## 0.6.0

### Minor Changes

- 5156d35: Use of CMake targets producing Apple frameworks instead of free dylibs is now supported
- 5016ed2: Scope is now stripped from package names when renaming libraries while linking

### Patch Changes

- acd06f2: Linking Node-API addons for Apple platforms is no longer re-creating Xcframeworks
- 9f1a301: Fix requireNodeAddon return type
- 5156d35: Refactored moving prettyPath util to CLI utils package
- Updated dependencies [5156d35]
- @react-native-node-api/[email protected]

## 0.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-node-api",
"version": "0.5.2",
"version": "0.6.0",
"description": "Node-API for React Native",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"license": "MIT",
"dependencies": {
"@expo/plist": "^0.4.7",
"@react-native-node-api/cli-utils": "0.1.0",
"@react-native-node-api/cli-utils": "0.1.1",
"pkg-dir": "^8.0.0",
"read-pkg": "^9.0.1",
"zod": "^4.1.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cmake-rn": "*",
"gyp-to-cmake": "*",
"prebuildify": "^6.0.1",
"react-native-node-api": "^0.5.2",
"react-native-node-api": "^0.6.0",
"read-pkg": "^9.0.1",
"rolldown": "1.0.0-beta.29"
}
Expand Down