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
9 changes: 0 additions & 9 deletions .changeset/old-poems-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-boats-lay.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# react-native-node-api-test-app

## 0.2.1

### Patch Changes

- 7ff2c2b: Fix minor package issues.
- Updated dependencies [7ff2c2b]
- Updated dependencies [7ff2c2b]
- weak-node-api@0.0.3
- react-native-node-api@0.7.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@react-native-node-api/test-app",
"private": true,
"type": "commonjs",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"metro": "react-native start --no-interactive",
"android": "react-native run-android --no-packager --active-arch-only",
Expand Down
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.2

### Patch Changes

- 7ff2c2b: Fix minor package issues.

## 0.1.1

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

## 0.1.1

### Patch Changes

- 7ff2c2b: Fix minor package issues.
2 changes: 1 addition & 1 deletion packages/cmake-file-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmake-file-api",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"description": "TypeScript wrapper around the CMake File API",
"homepage": "https://cmake.org/cmake/help/latest/manual/cmake-file-api.7.html",
Expand Down
11 changes: 11 additions & 0 deletions packages/cmake-rn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# cmake-rn

## 0.6.1

### Patch Changes

- Updated dependencies [7ff2c2b]
- Updated dependencies [7ff2c2b]
- cmake-file-api@0.1.1
- weak-node-api@0.0.3
- @react-native-node-api/cli-utils@0.1.2
- react-native-node-api@0.7.1

## 0.6.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "0.6.1",
"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.1",
"cmake-file-api": "0.1.0",
"react-native-node-api": "0.7.0",
"@react-native-node-api/cli-utils": "0.1.2",
"cmake-file-api": "0.1.1",
"react-native-node-api": "0.7.1",
"zod": "^4.1.11",
"weak-node-api": "0.0.2"
"weak-node-api": "0.0.3"
},
"peerDependencies": {
"node-addon-api": "^8.3.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/ferric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ferric-cli

## 0.3.9

### Patch Changes

- Updated dependencies [7ff2c2b]
- Updated dependencies [7ff2c2b]
- weak-node-api@0.0.3
- @react-native-node-api/cli-utils@0.1.2
- react-native-node-api@0.7.1

## 0.3.8

### 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.8",
"version": "0.3.9",
"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.1",
"react-native-node-api": "0.7.0",
"weak-node-api": "0.0.2"
"@react-native-node-api/cli-utils": "0.1.2",
"react-native-node-api": "0.7.1",
"weak-node-api": "0.0.3"
}
}
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.1

### Patch Changes

- Updated dependencies [7ff2c2b]
- @react-native-node-api/cli-utils@0.1.2

## 0.5.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.5.0",
"version": "0.5.1",
"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.1",
"@react-native-node-api/cli-utils": "0.1.2",
"gyp-parser": "^1.0.4",
"pkg-dir": "^8.0.0",
"read-pkg": "^9.0.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# react-native-node-api

## 0.7.1

### Patch Changes

- 7ff2c2b: Fix minor package issues.
- Updated dependencies [7ff2c2b]
- Updated dependencies [7ff2c2b]
- weak-node-api@0.0.3
- @react-native-node-api/cli-utils@0.1.2

## 0.7.0

### Minor 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.0",
"version": "0.7.1",
"description": "Node-API for React Native",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"license": "MIT",
"dependencies": {
"@expo/plist": "^0.4.7",
"@react-native-node-api/cli-utils": "0.1.1",
"@react-native-node-api/cli-utils": "0.1.2",
"pkg-dir": "^8.0.0",
"read-pkg": "^9.0.1",
"zod": "^4.1.11"
Expand All @@ -81,6 +81,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.2"
"weak-node-api": "0.0.3"
}
}
7 changes: 7 additions & 0 deletions packages/weak-node-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# weak-node-api

## 0.0.3

### Patch Changes

- 7ff2c2b: Fix minor package issues.
- 7ff2c2b: Add missing "generated" directory

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "A linkable and runtime-injectable Node-API",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand Down