Skip to content

Commit 5f3c061

Browse files
Version Packages (rc)
1 parent 58b213c commit 5f3c061

15 files changed

Lines changed: 84 additions & 8 deletions

File tree

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
"@react-native-node-api/node-tests": "0.1.1",
1515
"weak-node-api": "0.1.1"
1616
},
17-
"changesets": []
17+
"changesets": [
18+
"eighty-moons-shave"
19+
]
1820
}

apps/test-app/CHANGELOG.md

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

3+
## 0.2.4-rc.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [58b213c]
8+
- react-native-node-api@2.0.0-rc.0
9+
- weak-node-api@0.2.0-rc.0
10+
- @react-native-node-api/ferric-example@0.1.4-rc.0
11+
- @react-native-node-api/node-addon-examples@0.1.3-rc.0
12+
- @react-native-node-api/node-tests@0.1.1
13+
314
## 0.2.3
415

516
### Patch Changes

apps/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@react-native-node-api/test-app",
33
"private": true,
44
"type": "commonjs",
5-
"version": "0.2.3",
5+
"version": "0.2.4-rc.0",
66
"scripts": {
77
"metro": "react-native start --no-interactive",
88
"android": "react-native run-android --no-packager --active-arch-only",

packages/cmake-rn/CHANGELOG.md

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

3+
## 0.7.1-rc.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [58b213c]
8+
- react-native-node-api@2.0.0-rc.0
9+
- weak-node-api@0.2.0-rc.0
10+
311
## 0.7.0
412

513
### Minor Changes

packages/cmake-rn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmake-rn",
3-
"version": "0.7.0",
3+
"version": "0.7.1-rc.0",
44
"description": "Build React Native Node API modules with CMake",
55
"homepage": "https://github.com/callstackincubator/react-native-node-api",
66
"repository": {

packages/ferric-example/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/ferric-example
22

3+
## 0.1.4-rc.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [58b213c]
8+
- react-native-node-api@2.0.0-rc.0
9+
310
## 0.1.3
411

512
### Patch Changes

packages/ferric-example/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/ferric-example",
3-
"version": "0.1.3",
3+
"version": "0.1.4-rc.0",
44
"private": true,
55
"type": "commonjs",
66
"homepage": "https://github.com/callstackincubator/react-native-node-api",

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.4.1-rc.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [58b213c]
8+
- react-native-node-api@2.0.0-rc.0
9+
- weak-node-api@0.2.0-rc.0
10+
311
## 0.4.0
412

513
### Minor Changes

packages/ferric/package.json

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

packages/host/CHANGELOG.md

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

3+
## 2.0.0-rc.0
4+
5+
### Major Changes
6+
7+
- 58b213c: Adopt Hermes' first-party Node-API (the `hermesNapi` target on the `static_h`
8+
branch) instead of patching Hermes with our own implementation. Addons now run
9+
against a real Node-API environment created with `hermes_napi_create_env()`, one
10+
per addon as in Node, and Node-API is bumped from v8 to v10.
11+
12+
This drops support for React Native 0.79–0.81: the vendored Hermes is built from
13+
a pinned `static_h` commit and requires the Hermes build scripts shipped with
14+
React Native 0.87 and later. Older React Native versions are still served by
15+
previously published releases.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [58b213c]
20+
- weak-node-api@0.2.0-rc.0
21+
322
## 1.1.0
423

524
### Minor Changes

0 commit comments

Comments
 (0)