Skip to content
Open
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
6 changes: 0 additions & 6 deletions .changeset/floppy-bats-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-buckets-think.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sharp-cats-melt.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/tools-apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnx-kit/tools-apple

## 0.2.3

### Patch Changes

- bc907ce: Bumped `fast-xml-parser` to address a security vulnerability

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-apple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-apple",
"version": "0.2.2",
"version": "0.2.3",
"description": "A collection of functions for deploying apps on iOS or macOS",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-apple#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools-windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnx-kit/tools-windows

## 0.2.1

### Patch Changes

- bc907ce: Bumped `fast-xml-parser` to address a security vulnerability

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-windows",
"version": "0.2.0",
"version": "0.2.1",
"description": "A collection of functions for deploying apps on Windows",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-windows#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnx-kit/tsconfig

## 3.0.0

### Major Changes

- 09262d8: Drop support for Node 16.x

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tsconfig",
"version": "2.1.1",
"version": "3.0.0",
"description": "Base TypeScript configs for working with Node",
"keywords": [
"node",
Expand Down