Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s) (#3025)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/align-deps@2.4.0
  @rnx-kit/cli@0.16.24

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rnsdkbot and github-actions[bot] committed Mar 19, 2024
1 parent 26e34b7 commit 3b3d2f1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-peas-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-windows-relate.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.4.0

### Minor Changes

- 26e34b7: Added a flag, `--no-unmanaged`, to make unmanaged capabilities errors

## 2.3.4

### 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.3.4",
"version": "2.4.0",
"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
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.16.24

### Patch Changes

- 26e34b7: align-deps: Added a flag, `--no-unmanaged`, to make unmanaged capabilities errors
- Updated dependencies [26e34b7]
- @rnx-kit/align-deps@2.4.0

## 0.16.23

### 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.16.23",
"version": "0.16.24",
"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 @@ -37,7 +37,7 @@
"test": "rnx-kit-scripts test"
},
"dependencies": {
"@rnx-kit/align-deps": "^2.3.3",
"@rnx-kit/align-deps": "^2.4.0",
"@rnx-kit/config": "^0.6.6",
"@rnx-kit/console": "^1.0.11",
"@rnx-kit/metro-plugin-cyclic-dependencies-detector": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3494,7 +3494,7 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/align-deps@npm:^2.3.3, @rnx-kit/align-deps@workspace:packages/align-deps":
"@rnx-kit/align-deps@npm:^2.4.0, @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 @@ -3685,7 +3685,7 @@ __metadata:
"@babel/preset-env": "npm:^7.20.0"
"@react-native-community/cli-clean": "npm:^12.3.0"
"@react-native-community/cli-types": "npm:^12.3.0"
"@rnx-kit/align-deps": "npm:^2.3.3"
"@rnx-kit/align-deps": "npm:^2.4.0"
"@rnx-kit/config": "npm:^0.6.6"
"@rnx-kit/console": "npm:^1.0.11"
"@rnx-kit/eslint-config": "npm:*"
Expand Down

0 comments on commit 3b3d2f1

Please sign in to comment.