Skip to content

Commit 32a30ae

Browse files
RELEASING: Releasing 3 package(s) (#3493)
Releases: @rnx-kit/[email protected] @rnx-kit/[email protected] @rnx-kit/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1b0e033 commit 32a30ae

File tree

9 files changed

+24
-20
lines changed

9 files changed

+24
-20
lines changed

.changeset/cuddly-carrots-carry.md

-5
This file was deleted.

.changeset/serious-olives-relate.md

-6
This file was deleted.

.changeset/short-singers-doubt.md

-6
This file was deleted.

packages/config/CHANGELOG.md

+7
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

+1-1
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

+7
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

+1-1
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

+7
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

+1-1
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)