Skip to content

Commit

Permalink
RELEASING: Releasing 6 package(s) (#3301)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/[email protected]
  @rnx-kit/[email protected]
  @rnx-kit/[email protected]
  @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>
  • Loading branch information
rnsdkbot and github-actions[bot] authored Aug 20, 2024
1 parent bfe2ab1 commit f2f582f
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-dolls-know.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/seven-carrots-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-pears-brush.md

This file was deleted.

6 changes: 6 additions & 0 deletions incubator/react-native-test-app-msal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/react-native-test-app-msal

## 3.0.3

### Patch Changes

- fdbe742: Bump `com.microsoft.identity.client:msal` to v5.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion incubator/react-native-test-app-msal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/react-native-test-app-msal",
"version": "3.0.2",
"version": "3.0.3",
"description": "Microsoft Authentication Library (MSAL) module for react-native-test-app",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/react-native-test-app-msal#readme",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log - @rnx-kit/cli

## 0.17.1

### Patch Changes

- bfe2ab1: Fix crash when using `@react-native-community/cli` versions older
than 7.x
- Updated dependencies [bfe2ab1]
- @rnx-kit/metro-serializer-esbuild@0.1.38
- @rnx-kit/tools-react-native@1.4.1

## 0.17.0

### Minor 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.17.0",
"version": "0.17.1",
"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 @@ -47,12 +47,12 @@
"@rnx-kit/metro-plugin-duplicates-checker": "^2.1.1",
"@rnx-kit/metro-plugin-typescript": "^0.4.4",
"@rnx-kit/metro-serializer": "^1.0.14",
"@rnx-kit/metro-serializer-esbuild": "^0.1.36",
"@rnx-kit/metro-serializer-esbuild": "^0.1.38",
"@rnx-kit/metro-service": "^3.1.6",
"@rnx-kit/third-party-notices": "^1.3.4",
"@rnx-kit/tools-language": "^2.0.0",
"@rnx-kit/tools-node": "^2.1.1",
"@rnx-kit/tools-react-native": "^1.4.0",
"@rnx-kit/tools-react-native": "^1.4.1",
"commander": "^11.1.0",
"ora": "^5.4.1",
"qrcode": "^1.5.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/metro-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @rnx-kit/metro-config

## 1.3.17

### Patch Changes

- bfe2ab1: Fix crash when using `@react-native-community/cli` versions older
than 7.x
- Updated dependencies [bfe2ab1]
- @rnx-kit/tools-react-native@1.4.1

## 1.3.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.16",
"version": "1.3.17",
"description": "Metro config for monorepos",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-config#readme",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@rnx-kit/tools-node": "^2.0.0",
"@rnx-kit/tools-react-native": "^1.4.0",
"@rnx-kit/tools-react-native": "^1.4.1",
"@rnx-kit/tools-workspaces": "^0.1.3"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/metro-serializer-esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @rnx-kit/metro-serializer-esbuild

## 0.1.38

### Patch Changes

- bfe2ab1: Fix crash when using `@react-native-community/cli` versions older
than 7.x
- Updated dependencies [bfe2ab1]
- @rnx-kit/tools-react-native@1.4.1

## 0.1.37

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.37",
"version": "0.1.38",
"description": "esbuild serializer for Metro",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-serializer-esbuild#readme",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@rnx-kit/console": "^1.0.11",
"@rnx-kit/tools-node": "^2.0.0",
"@rnx-kit/tools-react-native": "^1.4.0",
"@rnx-kit/tools-react-native": "^1.4.1",
"esbuild": "^0.23.0",
"esbuild-plugin-lodash": "^1.2.0",
"fast-glob": "^3.2.7"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnx-kit/react-native-host

## 0.4.12

### Patch Changes

- 1eaa3bf: Fixed `setImmediate` not being called on 0.75

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/react-native-host",
"version": "0.4.11",
"version": "0.4.12",
"description": "Simplify React Native initialization",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/react-native-host#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

## 1.4.1

### Patch Changes

- bfe2ab1: Fix crash when using `@react-native-community/cli` versions older
than 7.x

## 1.4.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.4.0",
"version": "1.4.1",
"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
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3873,14 +3873,14 @@ __metadata:
"@rnx-kit/metro-plugin-duplicates-checker": "npm:^2.1.1"
"@rnx-kit/metro-plugin-typescript": "npm:^0.4.4"
"@rnx-kit/metro-serializer": "npm:^1.0.14"
"@rnx-kit/metro-serializer-esbuild": "npm:^0.1.36"
"@rnx-kit/metro-serializer-esbuild": "npm:^0.1.38"
"@rnx-kit/metro-service": "npm:^3.1.6"
"@rnx-kit/scripts": "npm:*"
"@rnx-kit/third-party-notices": "npm:^1.3.4"
"@rnx-kit/tools-filesystem": "npm:*"
"@rnx-kit/tools-language": "npm:^2.0.0"
"@rnx-kit/tools-node": "npm:^2.1.1"
"@rnx-kit/tools-react-native": "npm:^1.4.0"
"@rnx-kit/tools-react-native": "npm:^1.4.1"
"@rnx-kit/tsconfig": "npm:*"
"@types/connect": "npm:^3.4.36"
"@types/jest": "npm:^29.2.1"
Expand Down Expand Up @@ -4101,7 +4101,7 @@ __metadata:
"@rnx-kit/eslint-config": "npm:*"
"@rnx-kit/scripts": "npm:*"
"@rnx-kit/tools-node": "npm:^2.0.0"
"@rnx-kit/tools-react-native": "npm:^1.4.0"
"@rnx-kit/tools-react-native": "npm:^1.4.1"
"@rnx-kit/tools-workspaces": "npm:^0.1.3"
"@rnx-kit/tsconfig": "npm:*"
"@types/babel__core": "npm:^7.0.0"
Expand Down Expand Up @@ -4214,7 +4214,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/metro-serializer-esbuild@npm:*, @rnx-kit/metro-serializer-esbuild@npm:^0.1.36, @rnx-kit/metro-serializer-esbuild@workspace:*, @rnx-kit/metro-serializer-esbuild@workspace:packages/metro-serializer-esbuild":
"@rnx-kit/metro-serializer-esbuild@npm:*, @rnx-kit/metro-serializer-esbuild@npm:^0.1.38, @rnx-kit/metro-serializer-esbuild@workspace:*, @rnx-kit/metro-serializer-esbuild@workspace:packages/metro-serializer-esbuild":
version: 0.0.0-use.local
resolution: "@rnx-kit/metro-serializer-esbuild@workspace:packages/metro-serializer-esbuild"
dependencies:
Expand All @@ -4233,7 +4233,7 @@ __metadata:
"@rnx-kit/metro-service": "npm:*"
"@rnx-kit/scripts": "npm:*"
"@rnx-kit/tools-node": "npm:^2.0.0"
"@rnx-kit/tools-react-native": "npm:^1.4.0"
"@rnx-kit/tools-react-native": "npm:^1.4.1"
"@rnx-kit/tsconfig": "npm:*"
"@types/node": "npm:^20.0.0"
esbuild: "npm:^0.23.0"
Expand Down Expand Up @@ -4659,7 +4659,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/tools-react-native@npm:*, @rnx-kit/tools-react-native@npm:^1.3.2, @rnx-kit/tools-react-native@npm:^1.3.4, @rnx-kit/tools-react-native@npm:^1.4.0, @rnx-kit/tools-react-native@workspace:packages/tools-react-native":
"@rnx-kit/tools-react-native@npm:*, @rnx-kit/tools-react-native@npm:^1.3.2, @rnx-kit/tools-react-native@npm:^1.3.4, @rnx-kit/tools-react-native@npm:^1.4.1, @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:
Expand Down

0 comments on commit f2f582f

Please sign in to comment.