Skip to content

Commit

Permalink
Version Packages (#978)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 7, 2022
1 parent fa7ef12 commit 9ffed45
Show file tree
Hide file tree
Showing 20 changed files with 66 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-bikes-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-rules-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-terms-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-clocks-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-rocks-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-cameras-check.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log - @rnx-kit/cli

## 0.10.0

### Minor Changes

- fa7ef12: Added command to show QR code. This QR code can be scanned in React Native Test App to load the bundle from the dev server, eliminating the need to manually configure the bundler address.

### Patch Changes

- Updated dependencies [a50e4a3]
- Updated dependencies [adf6feb]
- @rnx-kit/metro-serializer-esbuild@0.1.0
- @rnx-kit/tools-react-native@1.2.0

## 0.9.58

### 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": "0.9.58",
"version": "0.10.0",
"description": "Command-line interface for working with kit packages in your repo",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/cli",
"license": "MIT",
Expand All @@ -25,12 +25,12 @@
"@rnx-kit/metro-plugin-cyclic-dependencies-detector": "^1.0.21",
"@rnx-kit/metro-plugin-duplicates-checker": "^1.2.15",
"@rnx-kit/metro-serializer": "^1.0.11",
"@rnx-kit/metro-serializer-esbuild": "^0.0.23",
"@rnx-kit/metro-serializer-esbuild": "^0.1.0",
"@rnx-kit/metro-service": "^1.1.13",
"@rnx-kit/third-party-notices": "^1.2.13",
"@rnx-kit/tools-language": "^1.2.6",
"@rnx-kit/tools-node": "^1.2.6",
"@rnx-kit/tools-react-native": "^1.0.10",
"@rnx-kit/tools-react-native": "^1.2.0",
"@rnx-kit/typescript-react-native-resolver": "^0.2.0",
"@rnx-kit/typescript-service": "^1.5.3",
"chalk": "^4.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/metro-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/metro-config

## 1.2.27

### Patch Changes

- 09edaab: Prefer `module` main field

## 1.2.26

Tue, 30 Nov 2021 17:24:14 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-config",
"version": "1.2.26",
"version": "1.2.27",
"description": "Metro config for monorepos",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-config#readme",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/metro-resolver-symlinks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log - @rnx-kit/metro-resolver-symlinks

## 0.1.16

### Patch Changes

- adf6feb: Get available platforms from disk instead of using a hard-coded list
- Updated dependencies [adf6feb]
- @rnx-kit/tools-react-native@1.2.0

## 0.1.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/metro-resolver-symlinks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-resolver-symlinks",
"version": "0.1.15",
"version": "0.1.16",
"description": "Metro resolver with support for symlinks",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-resolver-symlinks#readme",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@rnx-kit/tools-node": "^1.2.6",
"@rnx-kit/tools-react-native": "^1.1.0",
"@rnx-kit/tools-react-native": "^1.2.0",
"enhanced-resolve": "^5.8.3"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/metro-serializer-esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/metro-serializer-esbuild

## 0.1.0

### Minor Changes

- a50e4a3: Bump esbuild to 0.14.x

## 0.0.23

Tue, 30 Nov 2021 17:24:14 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-serializer-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-serializer-esbuild",
"version": "0.0.23",
"version": "0.1.0",
"description": "Experimental esbuild serializer for Metro",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-serializer-esbuild#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/metro-swc-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/metro-swc-worker

## 0.1.7

### Patch Changes

- Updated dependencies [a50e4a3]
- @rnx-kit/metro-serializer-esbuild@0.1.0

## 0.1.6

Tue, 30 Nov 2021 17:24:14 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/metro-swc-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-swc-worker",
"version": "0.1.6",
"version": "0.1.7",
"description": "Metro transform worker that uses swc under the hood",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-swc-worker#readme",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"lint": "rnx-kit-scripts lint"
},
"dependencies": {
"@rnx-kit/metro-serializer-esbuild": "^0.0.23",
"@rnx-kit/metro-serializer-esbuild": "^0.1.0",
"@swc/core": "^1.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tools-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/tools-react-native

## 1.2.0

### Minor Changes

- adf6feb: Added a function to get available React Native platforms

## 1.1.0

### Minor 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": "1.1.0",
"version": "1.2.0",
"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
8 changes: 8 additions & 0 deletions packages/typescript-react-native-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log - @rnx-kit/typescript-react-native-resolver

## 0.2.1

### Patch Changes

- adf6feb: Get available platforms from disk instead of using a hard-coded list
- Updated dependencies [adf6feb]
- @rnx-kit/tools-react-native@1.2.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-react-native-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/typescript-react-native-resolver",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript module resolver for use with react-native projects",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/typescript-react-native-resolver#readme",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@rnx-kit/tools-node": "^1.2.6",
"@rnx-kit/tools-react-native": "^1.0.10"
"@rnx-kit/tools-react-native": "^1.2.0"
},
"devDependencies": {
"@rnx-kit/scripts": "*",
Expand Down

0 comments on commit 9ffed45

Please sign in to comment.