Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s) (#3440)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/[email protected]
  @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 Dec 3, 2024
1 parent cc2556c commit 68d83a4
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/late-cheetahs-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-eyes-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cups-sparkle.md

This file was deleted.

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

## 0.18.4

### Patch Changes

- 42fa275: Add ability to clean Xcode Simulator cache. Fixes issues with
`launchd_sim` crashing or not responding when trying to boot a simulator.
- Updated dependencies [cc2556c]
- @rnx-kit/tools-react-native@2.0.3

## 0.18.3

### 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.18.3",
"version": "0.18.4",
"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 @@ -53,7 +53,7 @@
"@rnx-kit/tools-apple": "^0.2.1",
"@rnx-kit/tools-language": "^3.0.0",
"@rnx-kit/tools-node": "^3.0.0",
"@rnx-kit/tools-react-native": "^2.0.0",
"@rnx-kit/tools-react-native": "^2.0.3",
"commander": "^11.1.0",
"ora": "^5.4.1",
"qrcode": "^1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log - @rnx-kit/jest-preset

## 0.2.1

### Patch Changes

- cc2556c: Support ESM config files
- Updated dependencies [cc2556c]
- @rnx-kit/tools-react-native@2.0.3

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/jest-preset",
"version": "0.2.0",
"version": "0.2.1",
"description": "Jest preset for React Native code bases",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/jest-preset#readme",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-typescript": "^7.0.0",
"@rnx-kit/tools-react-native": "^2.0.2",
"@rnx-kit/tools-react-native": "^2.0.3",
"find-up": "^5.0.0"
},
"peerDependencies": {
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

## 2.0.3

### Patch Changes

- cc2556c: Decouple `getAvailablePlatforms()` from `@react-native-community/cli`

## 2.0.2

### 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": "2.0.2",
"version": "2.0.3",
"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
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3805,7 +3805,7 @@ __metadata:
"@rnx-kit/tools-filesystem": "npm:*"
"@rnx-kit/tools-language": "npm:^3.0.0"
"@rnx-kit/tools-node": "npm:^3.0.0"
"@rnx-kit/tools-react-native": "npm:^2.0.0"
"@rnx-kit/tools-react-native": "npm:^2.0.3"
"@rnx-kit/tsconfig": "npm:*"
"@types/connect": "npm:^3.4.36"
"@types/jest": "npm:^29.2.1"
Expand Down Expand Up @@ -3996,7 +3996,7 @@ __metadata:
"@react-native-community/cli-types": "npm:^14.0.0"
"@react-native/babel-preset": "npm:^0.75.0"
"@rnx-kit/scripts": "npm:*"
"@rnx-kit/tools-react-native": "npm:^2.0.2"
"@rnx-kit/tools-react-native": "npm:^2.0.3"
"@rnx-kit/tsconfig": "npm:*"
"@types/jest": "npm:^29.2.1"
"@types/node": "npm:^20.0.0"
Expand Down Expand Up @@ -4586,7 +4586,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/tools-react-native@npm:*, @rnx-kit/tools-react-native@npm:^2.0.0, @rnx-kit/tools-react-native@npm:^2.0.2, @rnx-kit/tools-react-native@workspace:packages/tools-react-native":
"@rnx-kit/tools-react-native@npm:*, @rnx-kit/tools-react-native@npm:^2.0.0, @rnx-kit/tools-react-native@npm:^2.0.3, @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 68d83a4

Please sign in to comment.