Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s) (#3321)
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 Sep 2, 2024
1 parent 3f357b1 commit f66c44d
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 38 deletions.
7 changes: 0 additions & 7 deletions .changeset/breezy-mirrors-attend.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/chilled-timers-pretend.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/few-starfishes-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-foxes-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-cougars-collect.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/ten-panthers-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-eyes-judge.md

This file was deleted.

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

## 2.5.4

### Patch Changes

- 03e22c7: Update dependencies for 0.74, 0.75

## 2.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/align-deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/align-deps",
"version": "2.5.3",
"version": "2.5.4",
"description": "Manage dependencies within a repository and across many repositories",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/align-deps#readme",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log - @rnx-kit/cli

## 0.17.4

### Patch Changes

- c2023a7: Added Android support to the experimental commands for building and
running apps. Again, this still needs more testing and will not be publicly
available yet.
- 923c91f: Provide additional context for the `build` command
- Updated dependencies [03e22c7]
- Updated dependencies [c2023a7]
- @rnx-kit/align-deps@2.5.4
- @rnx-kit/tools-android@0.1.1

## 0.17.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "0.17.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 @@ -40,7 +40,7 @@
"test": "rnx-kit-scripts test"
},
"dependencies": {
"@rnx-kit/align-deps": "^2.5.2",
"@rnx-kit/align-deps": "^2.5.4",
"@rnx-kit/config": "^0.6.6",
"@rnx-kit/console": "^1.1.0",
"@rnx-kit/metro-plugin-cyclic-dependencies-detector": "^1.1.1",
Expand All @@ -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-android": "^0.1.0",
"@rnx-kit/tools-android": "^0.1.1",
"@rnx-kit/tools-apple": "^0.1.2",
"@rnx-kit/tools-language": "^2.0.0",
"@rnx-kit/tools-node": "^2.1.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/tools-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# @rnx-kit/tools-android

## 0.1.1

### Patch Changes

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

## 0.1.0

### Minor Changes

- caa6c26: `@rnx-kit/tools-android` is a collection of functions for deploying apps on Android
- caa6c26: `@rnx-kit/tools-android` is a collection of functions for deploying
apps on Android

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/tools-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-android",
"version": "0.1.0",
"version": "0.1.1",
"description": "A collection of functions for deploying apps on Android",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-android#readme",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3644,7 +3644,7 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/align-deps@npm:^2.5.2, @rnx-kit/align-deps@workspace:packages/align-deps":
"@rnx-kit/align-deps@npm:^2.5.4, @rnx-kit/align-deps@workspace:packages/align-deps":
version: 0.0.0-use.local
resolution: "@rnx-kit/align-deps@workspace:packages/align-deps"
dependencies:
Expand Down Expand Up @@ -3806,7 +3806,7 @@ __metadata:
"@babel/core": "npm:^7.20.0"
"@babel/preset-env": "npm:^7.20.0"
"@react-native-community/cli-types": "npm:^14.0.0"
"@rnx-kit/align-deps": "npm:^2.5.2"
"@rnx-kit/align-deps": "npm:^2.5.4"
"@rnx-kit/config": "npm:^0.6.6"
"@rnx-kit/console": "npm:^1.1.0"
"@rnx-kit/eslint-config": "npm:*"
Expand All @@ -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-android": "npm:^0.1.0"
"@rnx-kit/tools-android": "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"
Expand Down Expand Up @@ -4537,7 +4537,7 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit f66c44d

Please sign in to comment.