Skip to content

Commit 325faa3

Browse files
RELEASING: Releasing 4 package(s) (#4095)
Releases: @rnx-kit/tools-performance@0.1.1 @rnx-kit/align-deps@3.4.7 @rnx-kit/cli@1.1.3 @rnx-kit/tools-react-native@2.3.7 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ee8e97 commit 325faa3

12 files changed

Lines changed: 40 additions & 25 deletions

File tree

.changeset/heavy-geese-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-rooms-kick.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

incubator/tools-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test": "rnx-kit-scripts test"
2929
},
3030
"dependencies": {
31-
"@rnx-kit/tools-performance": "^0.1.0",
31+
"@rnx-kit/tools-performance": "^0.1.1",
3232
"hermes-parser": "^0.34.0",
3333
"oxc-parser": "^0.123.0"
3434
},

incubator/tools-performance/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rnx-kit/tools-performance
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- b93a6e2: Add subdomain support and metro logging integration
8+
39
## 0.1.0
410

511
### Minor Changes

incubator/tools-performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/tools-performance",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "EXPERIMENTAL - USE WITH CAUTION - tools-performance",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/tools-performance#readme",
66
"license": "MIT",

packages/align-deps/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log - @rnx-kit/align-deps
22

3+
## 3.4.7
4+
5+
### Patch Changes
6+
7+
- 9ee8e97: Bump to retry publishing
8+
39
## 3.4.6
410

511
### Patch Changes

packages/align-deps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/align-deps",
3-
"version": "3.4.6",
3+
"version": "3.4.7",
44
"description": "Manage dependencies within a repository and across many repositories",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/align-deps#readme",
66
"license": "MIT",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log - @rnx-kit/cli
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- 9ee8e97: Bump to retry publishing
8+
- Updated dependencies [9ee8e97]
9+
- @rnx-kit/align-deps@3.4.7
10+
- @rnx-kit/tools-react-native@2.3.7
11+
312
## 1.1.2
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/cli",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Command-line interface for working with kit packages in your repo",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/cli#readme",
66
"license": "MIT",
@@ -40,7 +40,7 @@
4040
"test": "rnx-kit-scripts test"
4141
},
4242
"dependencies": {
43-
"@rnx-kit/align-deps": "^3.4.6",
43+
"@rnx-kit/align-deps": "^3.4.7",
4444
"@rnx-kit/config": "^0.7.5",
4545
"@rnx-kit/console": "^2.0.0",
4646
"@rnx-kit/metro-plugin-cyclic-dependencies-detector": "^2.0.3",
@@ -55,7 +55,7 @@
5555
"@rnx-kit/tools-filesystem": "^0.2.0",
5656
"@rnx-kit/tools-language": "^3.0.1",
5757
"@rnx-kit/tools-node": "^3.0.4",
58-
"@rnx-kit/tools-react-native": "^2.3.6",
58+
"@rnx-kit/tools-react-native": "^2.3.7",
5959
"@rnx-kit/types-bundle-config": "^1.0.0",
6060
"@rnx-kit/types-kit-config": "^1.0.0",
6161
"@rnx-kit/types-node": "^1.0.0",

packages/tools-react-native/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log - @rnx-kit/tools-react-native
22

3+
## 2.3.7
4+
5+
### Patch Changes
6+
7+
- 9ee8e97: Bump to retry publishing
8+
39
## 2.3.6
410

511
### Patch Changes

0 commit comments

Comments
 (0)