Skip to content

Commit cdff4a7

Browse files
RELEASING: Releasing 2 package(s) (#3546)
Releases: @rnx-kit/[email protected] @rnx-kit/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d58075f commit cdff4a7

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

.changeset/strange-pillows-hide.md

-5
This file was deleted.

.changeset/three-baboons-speak.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log - @rnx-kit/cli
22

3+
## 0.18.6
4+
5+
### Patch Changes
6+
7+
- d58075f: Fix `run` command crashing if the `build` command was not invoked
8+
first
9+
310
## 0.18.5
411

512
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/cli",
3-
"version": "0.18.5",
3+
"version": "0.18.6",
44
"description": "Command-line interface for working with kit packages in your repo",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/cli#readme",
66
"license": "MIT",

packages/react-native-host/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rnx-kit/react-native-host
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- 53517cf: `enableFixForViewCommandRace` was removed in 0.79
8+
39
## 0.5.4
410

511
### Patch Changes

packages/react-native-host/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/react-native-host",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "Simplify React Native initialization",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/react-native-host#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)