Skip to content

Commit d6fb728

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

18 files changed

+78
-53
lines changed

.changeset/blue-parts-cheer.md

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

.changeset/brown-breads-glow.md

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

.changeset/bumpy-things-poke.md

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

.changeset/cold-showers-arrive.md

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

.changeset/fresh-frogs-enter.md

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

.changeset/orange-bananas-obey.md

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

.changeset/salty-ghosts-work.md

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

packages/cli-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @react-native-node-api/cli-utils
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 5156d35: Refactored moving prettyPath util to CLI utils package

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.0",
3+
"version": "0.1.1",
44
"description": "Useful utilities for the CLIs in the React Native Node API mono-repo",
55
"type": "module",
66
"main": "dist/index.js",

packages/cmake-rn/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 5156d35: Use of CMake targets producing Apple frameworks instead of free dylibs is now supported
8+
9+
### Patch Changes
10+
11+
- d8e90a8: Filter CMake targets by target name when passed
12+
- 0c3e8ba: Fix expansion of options in --build and --out
13+
- 5156d35: Refactored moving prettyPath util to CLI utils package
14+
- Updated dependencies [acd06f2]
15+
- Updated dependencies [5156d35]
16+
- Updated dependencies [9f1a301]
17+
- Updated dependencies [5016ed2]
18+
- Updated dependencies [5156d35]
19+
20+
- @react-native-node-api/cli-utils@0.1.1
21+
322
## 0.4.1
423

524
### Patch Changes

0 commit comments

Comments
 (0)