Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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