Skip to content

Commit c19ed63

Browse files
RELEASING: Releasing 3 package(s)
Releases: @rnx-kit/config@0.7.2 @rnx-kit/typescript-service@2.0.1 @rnx-kit/tools-react-native@2.0.4
1 parent 1b0e033 commit c19ed63

File tree

9 files changed

+24
-20
lines changed

9 files changed

+24
-20
lines changed

.changeset/cuddly-carrots-carry.md

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

.changeset/serious-olives-relate.md

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

.changeset/short-singers-doubt.md

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

packages/config/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/config
22

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- 0727cf9: Add helper to load the kit config from an already parsed package.json
8+
file
9+
310
## 0.7.1
411

512
### Patch Changes

packages/config/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/config",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Define and query information about a kit package",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/config#readme",
66
"license": "MIT",

packages/tools-react-native/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/tools-react-native
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- 1b0e033: Add additional platform helpers for react-native related to platform
8+
names and suffixes
9+
310
## 2.0.3
411

512
### Patch Changes

packages/tools-react-native/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-react-native",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A collection of supplemental react-native functions and types",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-react-native#readme",
66
"license": "MIT",

packages/typescript-service/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/typescript-service
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- d60608a: Projects should use the writeFile set in the LanguageServiceHost to
8+
write files if it is overridden.
9+
310
## 2.0.0
411

512
### Major Changes

packages/typescript-service/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/typescript-service",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "TypeScript language services with support for custom module resolution",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/typescript-service#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)