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/flat-suits-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-kings-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-poems-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-buttons-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-bikes-stay.md

This file was deleted.

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.5.1

### Patch Changes

- 5c9321b: Add `--strip` option to strip debug symbols from outputs
- 5c3de89: Locate and include debug symbols when creating an Xcframework.
- 5c3de89: Allow passing "RelWithDebInfo" and "MinSizeRel" as --configuration
- Updated dependencies [5c3de89]
- Updated dependencies [bb9a78c]
- react-native-node-api@0.6.1

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "0.5.1",
"description": "Build React Native Node API modules with CMake",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@react-native-node-api/cli-utils": "0.1.1",
"cmake-file-api": "0.1.0",
"react-native-node-api": "0.6.0",
"react-native-node-api": "0.6.1",
"zod": "^4.1.11"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ferric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ferric-cli

## 0.3.6

### Patch Changes

- Updated dependencies [5c3de89]
- Updated dependencies [bb9a78c]
- react-native-node-api@0.6.1

## 0.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "0.3.6",
"description": "Rust Node-API Modules for React Native",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
Expand All @@ -18,6 +18,6 @@
"dependencies": {
"@napi-rs/cli": "~3.0.3",
"@react-native-node-api/cli-utils": "0.1.1",
"react-native-node-api": "0.6.0"
"react-native-node-api": "0.6.1"
}
}
7 changes: 7 additions & 0 deletions packages/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-native-node-api

## 0.6.1

### Patch Changes

- 5c3de89: Rebuild any dSYM directory when linking frameworks.
- bb9a78c: Fixed visualizing duplicate library names

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "0.6.1",
"description": "Node-API for React Native",
"homepage": "https://github.com/callstackincubator/react-native-node-api",
"repository": {
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.6.0",
"react-native-node-api": "^0.6.1",
"read-pkg": "^9.0.1",
"rolldown": "1.0.0-beta.29"
}
Expand Down