Skip to content

Commit 718ec11

Browse files
RELEASING: Releasing 4 package(s)
Releases: @rnx-kit/cli@0.18.8 @rnx-kit/tools-typescript@0.1.1 @rnx-kit/tsconfig@2.0.1 @rnx-kit/tools-packages@0.1.1
1 parent e9256e3 commit 718ec11

File tree

13 files changed

+33
-29
lines changed

13 files changed

+33
-29
lines changed

.changeset/many-colts-glow.md

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

.changeset/metal-coats-draw.md

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

.changeset/old-crabs-rest.md

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

.changeset/tender-stingrays-wash.md

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

.changeset/twenty-ties-jam.md

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

incubator/tools-typescript/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 961ffe2: Changes to support running typescript directly in Node 22.6+
8+
- df24f8d: Consume @rnx-kit/tools-packages in tools-typescript
9+
- Updated dependencies [df24f8d]
10+
- @rnx-kit/tools-packages@0.1.1
11+
312
## 0.1.0
413

514
### Minor Changes

incubator/tools-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/tools-typescript",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "EXPERIMENTAL - USE WITH CAUTION - tools-typescript",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/tools-typescript#readme",
66
"license": "MIT",
@@ -41,7 +41,7 @@
4141
"@rnx-kit/config": "^0.7.0",
4242
"@rnx-kit/console": "^2.0.0",
4343
"@rnx-kit/tools-node": "^3.0.1",
44-
"@rnx-kit/tools-packages": "^0.1.0",
44+
"@rnx-kit/tools-packages": "^0.1.1",
4545
"@rnx-kit/tools-react-native": "^2.0.0",
4646
"@rnx-kit/typescript-service": "^2.0.0"
4747
},

packages/cli/CHANGELOG.md

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

3+
## 0.18.8
4+
5+
### Patch Changes
6+
7+
- 7920f0e: Fix default values not being passed correctly
8+
- 85d08c4: Reduce output when building native code
9+
310
## 0.18.7
411

512
### Patch Changes

packages/cli/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/cli",
3-
"version": "0.18.7",
3+
"version": "0.18.8",
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",

packages/tools-packages/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- df24f8d: Consume @rnx-kit/tools-packages in tools-typescript
8+
39
## 0.1.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)