Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s) (#3506)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/tools-typescript@0.1.0
  @rnx-kit/tools-node@3.0.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rnsdkbot and github-actions[bot] authored Feb 5, 2025
1 parent 8b3d041 commit 344908b
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .changeset/cool-dingos-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-bobcats-play.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-buckets-shave.md

This file was deleted.

12 changes: 12 additions & 0 deletions incubator/tools-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @rnx-kit/tools-typescript

## 0.1.0

### Minor Changes

- 87e909b: Initial creation of an experimental typescript build tool

### Patch Changes

- Updated dependencies [8b3d041]
- @rnx-kit/tools-node@3.0.1
4 changes: 2 additions & 2 deletions incubator/tools-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-typescript",
"version": "0.0.1",
"version": "0.1.0",
"description": "EXPERIMENTAL - USE WITH CAUTION - tools-typescript",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/tools-typescript#readme",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@rnx-kit/config": "^0.7.0",
"@rnx-kit/console": "^2.0.0",
"@rnx-kit/tools-node": "^3.0.0",
"@rnx-kit/tools-node": "^3.0.1",
"@rnx-kit/tools-react-native": "^2.0.0",
"@rnx-kit/typescript-service": "^2.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/tools-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/tools-node

## 3.0.1

### Patch Changes

- 8b3d041: add a full module destructuring function, route other routines to use
this new function.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-node",
"version": "3.0.0",
"version": "3.0.1",
"description": "A collection of supplemental NodeJS functions and types",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-node#readme",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4516,7 +4516,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/tools-node@npm:*, @rnx-kit/tools-node@npm:^3.0.0, @rnx-kit/tools-node@workspace:packages/tools-node":
"@rnx-kit/tools-node@npm:*, @rnx-kit/tools-node@npm:^3.0.0, @rnx-kit/tools-node@npm:^3.0.1, @rnx-kit/tools-node@workspace:packages/tools-node":
version: 0.0.0-use.local
resolution: "@rnx-kit/tools-node@workspace:packages/tools-node"
dependencies:
Expand Down Expand Up @@ -4579,7 +4579,7 @@ __metadata:
"@rnx-kit/eslint-config": "npm:*"
"@rnx-kit/jest-preset": "npm:*"
"@rnx-kit/scripts": "npm:*"
"@rnx-kit/tools-node": "npm:^3.0.0"
"@rnx-kit/tools-node": "npm:^3.0.1"
"@rnx-kit/tools-react-native": "npm:^2.0.0"
"@rnx-kit/tsconfig": "npm:*"
"@rnx-kit/typescript-service": "npm:^2.0.0"
Expand Down

0 comments on commit 344908b

Please sign in to comment.