Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s) (#3493)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/config@0.7.2
  @rnx-kit/typescript-service@2.0.1
  @rnx-kit/tools-react-native@2.0.4

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rnsdkbot and github-actions[bot] authored Jan 27, 2025
1 parent 1b0e033 commit 32a30ae
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-carrots-carry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-olives-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-singers-doubt.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/config

## 0.7.2

### Patch Changes

- 0727cf9: Add helper to load the kit config from an already parsed package.json
file

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/config",
"version": "0.7.1",
"version": "0.7.2",
"description": "Define and query information about a kit package",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/config#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/tools-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/tools-react-native

## 2.0.4

### Patch Changes

- 1b0e033: Add additional platform helpers for react-native related to platform
names and suffixes

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-react-native",
"version": "2.0.3",
"version": "2.0.4",
"description": "A collection of supplemental react-native functions and types",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-react-native#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/typescript-service

## 2.0.1

### Patch Changes

- d60608a: Projects should use the writeFile set in the LanguageServiceHost to
write files if it is overridden.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/typescript-service",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript language services with support for custom module resolution",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/typescript-service#readme",
"license": "MIT",
Expand Down

0 comments on commit 32a30ae

Please sign in to comment.