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
7 changes: 0 additions & 7 deletions .changeset/four-lemons-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-adults-pay.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- 1807de7: Support syncing subDir from a target repo

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion incubator/fork-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/fork-sync",
"version": "0.2.0",
"version": "0.3.0",
"description": "EXPERIMENTAL - USE WITH CAUTION - Sync forked/vendored dependencies with upstream using AI-powered Git 3-way merge",
"experimental": true,
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/fork-sync#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @rnx-kit/cli

## 1.0.2

### Patch Changes

- 5149e36: Add more comprehensive filesystem helpers to tools-filesystem
- Updated dependencies [5149e36]
- @rnx-kit/tools-filesystem@0.2.0
- @rnx-kit/tools-react-native@2.3.4

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "Command-line interface for working with kit packages in your repo",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/cli#readme",
"license": "MIT",
Expand Down Expand Up @@ -52,10 +52,10 @@
"@rnx-kit/third-party-notices": "^2.0.0",
"@rnx-kit/tools-android": "^0.2.2",
"@rnx-kit/tools-apple": "^0.2.2",
"@rnx-kit/tools-filesystem": "^0.1.0",
"@rnx-kit/tools-filesystem": "^0.2.0",
"@rnx-kit/tools-language": "^3.0.1",
"@rnx-kit/tools-node": "^3.0.4",
"@rnx-kit/tools-react-native": "^2.3.3",
"@rnx-kit/tools-react-native": "^2.3.4",
"@rnx-kit/types-bundle-config": "^1.0.0",
"@rnx-kit/types-kit-config": "^1.0.0",
"@rnx-kit/types-node": "^1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools-filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnx-kit/tools-filesystem

## 0.2.0

### Minor Changes

- 5149e36: Add more comprehensive filesystem helpers to tools-filesystem

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-filesystem",
"version": "0.1.2",
"version": "0.2.0",
"description": "A collection of commonly used functions for manipulating the filesystem",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-filesystem#readme",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/tools-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log - @rnx-kit/tools-react-native

## 2.3.4

### Patch Changes

- 5149e36: Add more comprehensive filesystem helpers to tools-filesystem
- Updated dependencies [5149e36]
- @rnx-kit/tools-filesystem@0.2.0

## 2.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.3",
"version": "2.3.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 Expand Up @@ -71,7 +71,7 @@
"update-readme": "rnx-kit-scripts update-api-readme"
},
"dependencies": {
"@rnx-kit/tools-filesystem": "^0.1.2",
"@rnx-kit/tools-filesystem": "^0.2.0",
"@rnx-kit/tools-node": "^3.0.4",
"@rnx-kit/types-bundle-config": "^1.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4939,10 +4939,10 @@ __metadata:
"@rnx-kit/third-party-notices": "npm:^2.0.0"
"@rnx-kit/tools-android": "npm:^0.2.2"
"@rnx-kit/tools-apple": "npm:^0.2.2"
"@rnx-kit/tools-filesystem": "npm:^0.1.0"
"@rnx-kit/tools-filesystem": "npm:^0.2.0"
"@rnx-kit/tools-language": "npm:^3.0.1"
"@rnx-kit/tools-node": "npm:^3.0.4"
"@rnx-kit/tools-react-native": "npm:^2.3.3"
"@rnx-kit/tools-react-native": "npm:^2.3.4"
"@rnx-kit/tsconfig": "npm:*"
"@rnx-kit/types-bundle-config": "npm:^1.0.0"
"@rnx-kit/types-kit-config": "npm:^1.0.0"
Expand Down Expand Up @@ -5643,7 +5643,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/tools-filesystem@npm:^0.1.0, @rnx-kit/tools-filesystem@npm:^0.1.2, @rnx-kit/tools-filesystem@workspace:packages/tools-filesystem":
"@rnx-kit/tools-filesystem@npm:^0.2.0, @rnx-kit/tools-filesystem@workspace:packages/tools-filesystem":
version: 0.0.0-use.local
resolution: "@rnx-kit/tools-filesystem@workspace:packages/tools-filesystem"
dependencies:
Expand Down Expand Up @@ -5697,15 +5697,15 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/tools-react-native@npm:^2.1.0, @rnx-kit/tools-react-native@npm:^2.3.0, @rnx-kit/tools-react-native@npm:^2.3.1, @rnx-kit/tools-react-native@npm:^2.3.2, @rnx-kit/tools-react-native@npm:^2.3.3, @rnx-kit/tools-react-native@workspace:packages/tools-react-native":
"@rnx-kit/tools-react-native@npm:^2.1.0, @rnx-kit/tools-react-native@npm:^2.3.0, @rnx-kit/tools-react-native@npm:^2.3.1, @rnx-kit/tools-react-native@npm:^2.3.2, @rnx-kit/tools-react-native@npm:^2.3.3, @rnx-kit/tools-react-native@npm:^2.3.4, @rnx-kit/tools-react-native@workspace:packages/tools-react-native":
version: 0.0.0-use.local
resolution: "@rnx-kit/tools-react-native@workspace:packages/tools-react-native"
dependencies:
"@react-native-community/cli": "npm:^20.0.0"
"@react-native-community/cli-types": "npm:^20.0.0"
"@rnx-kit/eslint-config": "npm:*"
"@rnx-kit/scripts": "npm:*"
"@rnx-kit/tools-filesystem": "npm:^0.1.2"
"@rnx-kit/tools-filesystem": "npm:^0.2.0"
"@rnx-kit/tools-node": "npm:^3.0.4"
"@rnx-kit/tsconfig": "npm:*"
"@rnx-kit/types-bundle-config": "npm:^1.0.0"
Expand Down