Skip to content

Commit a7b398a

Browse files
Version Packages (#179)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 045e9e5 commit a7b398a

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

.changeset/three-pugs-relate.md

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

packages/cmake-rn/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [045e9e5]
8+
9+
310
## 0.2.2
411

512
### Patch 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.2.2",
3+
"version": "0.2.3",
44
"description": "Build React Native Node API modules with CMake",
55
"homepage": "https://github.com/callstackincubator/react-native-node-api",
66
"repository": {
@@ -28,7 +28,7 @@
2828
"cmake-js": "^7.3.1",
2929
"commander": "^13.1.0",
3030
"ora": "^8.2.0",
31-
"react-native-node-api": "0.3.1"
31+
"react-native-node-api": "0.3.2"
3232
},
3333
"peerDependencies": {
3434
"node-addon-api": "^8.3.1",

packages/ferric/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [045e9e5]
8+
9+
310
## 0.2.2
411

512
### 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.2.2",
3+
"version": "0.2.3",
44
"description": "Rust Node-API Modules for React Native",
55
"homepage": "https://github.com/callstackincubator/react-native-node-api",
66
"repository": {
@@ -21,7 +21,7 @@
2121
"bufout": "^0.3.2",
2222
"chalk": "^5.4.1",
2323
"commander": "^13.1.0",
24-
"react-native-node-api": "0.3.1",
24+
"react-native-node-api": "0.3.2",
2525
"ora": "^8.2.0"
2626
}
2727
}

packages/host/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- 045e9e5: Fix hasDuplicateLibraryNames by filtering out node_modules in package rootse
8+
39
## 0.3.1
410

511
### Patch Changes

packages/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-node-api",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Node-API for React Native",
55
"homepage": "https://github.com/callstackincubator/react-native-node-api",
66
"repository": {

0 commit comments

Comments
 (0)