Skip to content
Open
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/big-plums-write.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/evil-pens-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-parts-admire.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- 441dcc4: Add re-export of "p-limit"

## 0.1.2

### Patch Changes
Expand Down
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.2",
"version": "0.1.3",
"description": "Useful utilities for the CLIs in the React Native Node API mono-repo",
"type": "module",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/cmake-rn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# cmake-rn

## 0.6.2

### Patch Changes

- Updated dependencies [441dcc4]
- Updated dependencies [3d2e03e]
- @react-native-node-api/[email protected]
- [email protected]
- [email protected]

## 0.6.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.6.1",
"version": "0.6.2",
"description": "Build React Native Node API modules with CMake",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand All @@ -24,11 +24,11 @@
"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.2",
"@react-native-node-api/cli-utils": "0.1.3",
"cmake-file-api": "0.1.1",
"react-native-node-api": "0.7.1",
"react-native-node-api": "1.0.0",
"zod": "^4.1.11",
"weak-node-api": "0.0.3"
"weak-node-api": "0.1.0"
},
"peerDependencies": {
"node-addon-api": "^8.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/ferric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ferric-cli

## 0.3.10

### Patch Changes

- 441dcc4: Add --verbose, --concurrency, --clean options
- Updated dependencies [441dcc4]
- Updated dependencies [3d2e03e]
- @react-native-node-api/[email protected]
- [email protected]
- [email protected]

## 0.3.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.9",
"version": "0.3.10",
"description": "Rust Node-API Modules for React Native",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@napi-rs/cli": "~3.0.3",
"@react-native-node-api/cli-utils": "0.1.2",
"react-native-node-api": "0.7.1",
"weak-node-api": "0.0.3"
"@react-native-node-api/cli-utils": "0.1.3",
"react-native-node-api": "1.0.0",
"weak-node-api": "0.1.0"
}
}
7 changes: 7 additions & 0 deletions packages/gyp-to-cmake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gyp-to-cmake

## 0.5.2

### Patch Changes

- Updated dependencies [441dcc4]
- @react-native-node-api/[email protected]

## 0.5.1

### Patch 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.5.1",
"version": "0.5.2",
"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.2",
"@react-native-node-api/cli-utils": "0.1.3",
"gyp-parser": "^1.0.4",
"pkg-dir": "^8.0.0",
"read-pkg": "^9.0.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# react-native-node-api

## 1.0.0

### Patch Changes

- Updated dependencies [441dcc4]
- Updated dependencies [3d2e03e]
- @react-native-node-api/[email protected]
- [email protected]

## 0.7.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.7.1",
"version": "1.0.0",
"description": "Node-API for React Native",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"license": "MIT",
"dependencies": {
"@expo/plist": "^0.4.7",
"@react-native-node-api/cli-utils": "0.1.2",
"@react-native-node-api/cli-utils": "0.1.3",
"pkg-dir": "^8.0.0",
"read-pkg": "^9.0.1",
"zod": "^4.1.11"
Expand All @@ -80,6 +80,6 @@
"peerDependencies": {
"@babel/core": "^7.26.10",
"react-native": "0.79.1 || 0.79.2 || 0.79.3 || 0.79.4 || 0.79.5 || 0.79.6 || 0.79.7 || 0.80.0 || 0.80.1 || 0.80.2 || 0.81.0 || 0.81.1 || 0.81.2 || 0.81.3 || 0.81.4 || 0.81.5",
"weak-node-api": "0.0.3"
"weak-node-api": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/node-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"cmake-rn": "*",
"gyp-to-cmake": "*",
"react-native-node-api": "^0.7.0",
"react-native-node-api": "^1.0.0",
"read-pkg": "^9.0.1",
"rolldown": "1.0.0-beta.29"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/weak-node-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# weak-node-api

## 0.1.0

### Minor Changes

- 3d2e03e: Renamed WeakNodeApiHost to NodeApiHost

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/weak-node-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weak-node-api",
"version": "0.0.3",
"version": "0.1.0",
"description": "A linkable and runtime-injectable Node-API",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand Down