Skip to content

Commit 2ddc21d

Browse files
Version Packages (#285)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5c3de89 commit 2ddc21d

File tree

12 files changed

+32
-31
lines changed

12 files changed

+32
-31
lines changed

.changeset/flat-suits-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-kings-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hot-poems-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-buttons-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/polite-bikes-stay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cmake-rn/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# cmake-rn
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 5c9321b: Add `--strip` option to strip debug symbols from outputs
8+
- 5c3de89: Locate and include debug symbols when creating an Xcframework.
9+
- 5c3de89: Allow passing "RelWithDebInfo" and "MinSizeRel" as --configuration
10+
- Updated dependencies [5c3de89]
11+
- Updated dependencies [bb9a78c]
12+
- react-native-node-api@0.6.1
13+
314
## 0.5.0
415

516
### Minor Changes

packages/cmake-rn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmake-rn",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Build React Native Node API modules with CMake",
55
"homepage": "https://github.com/callstackincubator/react-native-node-api",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@react-native-node-api/cli-utils": "0.1.1",
2828
"cmake-file-api": "0.1.0",
29-
"react-native-node-api": "0.6.0",
29+
"react-native-node-api": "0.6.1",
3030
"zod": "^4.1.11"
3131
},
3232
"peerDependencies": {

packages/ferric/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ferric-cli
22

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5c3de89]
8+
- Updated dependencies [bb9a78c]
9+
- react-native-node-api@0.6.1
10+
311
## 0.3.5
412

513
### Patch Changes

packages/ferric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ferric-cli",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Rust Node-API Modules for React Native",
55
"homepage": "https://github.com/callstackincubator/react-native-node-api",
66
"repository": {
@@ -18,6 +18,6 @@
1818
"dependencies": {
1919
"@napi-rs/cli": "~3.0.3",
2020
"@react-native-node-api/cli-utils": "0.1.1",
21-
"react-native-node-api": "0.6.0"
21+
"react-native-node-api": "0.6.1"
2222
}
2323
}

packages/host/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-native-node-api
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 5c3de89: Rebuild any dSYM directory when linking frameworks.
8+
- bb9a78c: Fixed visualizing duplicate library names
9+
310
## 0.6.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)