Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/[email protected]
  @rnx-kit/[email protected]
  @rnx-kit/[email protected]
  • Loading branch information
github-actions[bot] committed Aug 31, 2024
1 parent 03e22c7 commit be4c72a
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .changeset/breezy-mirrors-attend.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.

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

0 comments on commit be4c72a

Please sign in to comment.