Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s) (#3331)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/[email protected]
  @rnx-kit/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rnsdkbot and github-actions[bot] authored Sep 5, 2024
1 parent 29859ab commit e8aed5b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/ninety-islands-shop.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log - @rnx-kit/cli

## 0.17.6

### Patch Changes

- 29859ab: Fix context cache not taking `pod install` state into account
- Updated dependencies [29859ab]
- @rnx-kit/tools-react-native@1.4.2

## 0.17.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/cli",
"version": "0.17.5",
"version": "0.17.6",
"description": "Command-line interface for working with kit packages in your repo",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/cli#readme",
"license": "MIT",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@rnx-kit/tools-apple": "^0.1.2",
"@rnx-kit/tools-language": "^2.0.0",
"@rnx-kit/tools-node": "^2.1.1",
"@rnx-kit/tools-react-native": "^1.4.1",
"@rnx-kit/tools-react-native": "^1.4.2",
"commander": "^11.1.0",
"ora": "^5.4.1",
"qrcode": "^1.5.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/tools-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/tools-react-native

## 1.4.2

### Patch Changes

- 29859ab: Fix context cache not taking `pod install` state into account

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-react-native",
"version": "1.4.1",
"version": "1.4.2",
"description": "A collection of supplemental react-native functions and types",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-react-native#readme",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3824,7 +3824,7 @@ __metadata:
"@rnx-kit/tools-filesystem": "npm:*"
"@rnx-kit/tools-language": "npm:^2.0.0"
"@rnx-kit/tools-node": "npm:^2.1.1"
"@rnx-kit/tools-react-native": "npm:^1.4.1"
"@rnx-kit/tools-react-native": "npm:^1.4.2"
"@rnx-kit/tsconfig": "npm:*"
"@types/connect": "npm:^3.4.36"
"@types/jest": "npm:^29.2.1"
Expand Down Expand Up @@ -4610,7 +4610,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/tools-react-native@npm:*, @rnx-kit/tools-react-native@npm:^1.3.2, @rnx-kit/tools-react-native@npm:^1.3.4, @rnx-kit/tools-react-native@npm:^1.4.1, @rnx-kit/tools-react-native@workspace:packages/tools-react-native":
"@rnx-kit/tools-react-native@npm:*, @rnx-kit/tools-react-native@npm:^1.3.2, @rnx-kit/tools-react-native@npm:^1.3.4, @rnx-kit/tools-react-native@npm:^1.4.1, @rnx-kit/tools-react-native@npm:^1.4.2, @rnx-kit/tools-react-native@workspace:packages/tools-react-native":
version: 0.0.0-use.local
resolution: "@rnx-kit/tools-react-native@workspace:packages/tools-react-native"
dependencies:
Expand Down

0 comments on commit e8aed5b

Please sign in to comment.