Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s) (#3315)
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 Aug 28, 2024
1 parent 01add53 commit e14ca25
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-knives-think.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/twenty-eels-eat.md

This file was deleted.

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

## 0.17.2

### Patch Changes

- ba1a1fd: Added experimental commands for building and running iOS/macOS apps.
These need more testing, preferably outside of rnx-kit, and as such, will not
be publicly available. But if you are willing to keep patches, there are ways
to access them.
- Updated dependencies [ba1a1fd]
- @rnx-kit/tools-apple@0.1.2

## 0.17.1

### 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.1",
"version": "0.17.2",
"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 @@ -50,7 +50,7 @@
"@rnx-kit/metro-serializer-esbuild": "^0.1.38",
"@rnx-kit/metro-service": "^3.1.6",
"@rnx-kit/third-party-notices": "^1.3.4",
"@rnx-kit/tools-apple": "^0.1.1",
"@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",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools-apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnx-kit/tools-apple

## 0.1.2

### Patch Changes

- ba1a1fd: Added primitives for building 'build' and 'run' commands

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-apple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-apple",
"version": "0.1.1",
"version": "0.1.2",
"description": "A collection of functions for deploying apps on iOS or macOS",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-apple#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 @@ -3819,7 +3819,7 @@ __metadata:
"@rnx-kit/metro-service": "npm:^3.1.6"
"@rnx-kit/scripts": "npm:*"
"@rnx-kit/third-party-notices": "npm:^1.3.4"
"@rnx-kit/tools-apple": "npm:^0.1.1"
"@rnx-kit/tools-apple": "npm:^0.1.2"
"@rnx-kit/tools-filesystem": "npm:*"
"@rnx-kit/tools-language": "npm:^2.0.0"
"@rnx-kit/tools-node": "npm:^2.1.1"
Expand Down Expand Up @@ -4551,7 +4551,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/tools-apple@npm:^0.1.1, @rnx-kit/tools-apple@workspace:packages/tools-apple":
"@rnx-kit/tools-apple@npm:^0.1.1, @rnx-kit/tools-apple@npm:^0.1.2, @rnx-kit/tools-apple@workspace:packages/tools-apple":
version: 0.0.0-use.local
resolution: "@rnx-kit/tools-apple@workspace:packages/tools-apple"
dependencies:
Expand Down

0 comments on commit e14ca25

Please sign in to comment.