Skip to content

Commit 4afc24e

Browse files
Version Packages (#326)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ff2c2b commit 4afc24e

File tree

18 files changed

+86
-32
lines changed

18 files changed

+86
-32
lines changed

.changeset/old-poems-sing.md

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

.changeset/wild-boats-lay.md

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

apps/test-app/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 7ff2c2b: Fix minor package issues.
8+
- Updated dependencies [7ff2c2b]
9+
- Updated dependencies [7ff2c2b]
10+
11+
12+
313
## 0.2.0
414

515
### Minor 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.0",
5+
"version": "0.2.1",
66
"scripts": {
77
"metro": "react-native start --no-interactive",
88
"android": "react-native run-android --no-packager --active-arch-only",

packages/cli-utils/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/cli-utils
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 7ff2c2b: Fix minor package issues.
8+
39
## 0.1.1
410

511
### Patch Changes

packages/cli-utils/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/cli-utils",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Useful utilities for the CLIs in the React Native Node API mono-repo",
55
"type": "module",
66
"files": [
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cmake-file-api
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 7ff2c2b: Fix minor package issues.

packages/cmake-file-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmake-file-api",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"description": "TypeScript wrapper around the CMake File API",
66
"homepage": "https://cmake.org/cmake/help/latest/manual/cmake-file-api.7.html",

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.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7ff2c2b]
8+
- Updated dependencies [7ff2c2b]
9+
10+
11+
- @react-native-node-api/cli-utils@0.1.2
12+
13+
314
## 0.6.0
415

516
### Minor Changes

packages/cmake-rn/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmake-rn",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Build React Native Node API modules with CMake",
55
"homepage": "https://github.com/callstackincubator/react-native-node-api",
66
"repository": {
@@ -24,11 +24,11 @@
2424
"test": "tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout"
2525
},
2626
"dependencies": {
27-
"@react-native-node-api/cli-utils": "0.1.1",
28-
"cmake-file-api": "0.1.0",
29-
"react-native-node-api": "0.7.0",
27+
"@react-native-node-api/cli-utils": "0.1.2",
28+
"cmake-file-api": "0.1.1",
29+
"react-native-node-api": "0.7.1",
3030
"zod": "^4.1.11",
31-
"weak-node-api": "0.0.2"
31+
"weak-node-api": "0.0.3"
3232
},
3333
"peerDependencies": {
3434
"node-addon-api": "^8.3.1",

0 commit comments

Comments
 (0)