зеркало из https://github.com/microsoft/rnx-kit.git
RELEASING: Releasing 6 package(s) (#3301)
Releases: @rnx-kit/react-native-host@0.4.12 @rnx-kit/cli@0.17.1 @rnx-kit/metro-config@1.3.17 @rnx-kit/metro-serializer-esbuild@0.1.38 @rnx-kit/tools-react-native@1.4.1 @rnx-kit/react-native-test-app-msal@3.0.3 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
bfe2ab116b
Коммит
f2f582fe63
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@rnx-kit/react-native-host": patch
|
||||
---
|
||||
|
||||
Fixed `setImmediate` not being called on 0.75
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
"@rnx-kit/cli": patch
|
||||
"@rnx-kit/metro-config": patch
|
||||
"@rnx-kit/metro-serializer-esbuild": patch
|
||||
"@rnx-kit/tools-react-native": patch
|
||||
---
|
||||
|
||||
Fix crash when using `@react-native-community/cli` versions older than 7.x
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@rnx-kit/react-native-test-app-msal": patch
|
||||
---
|
||||
|
||||
Bump `com.microsoft.identity.client:msal` to v5.5.0
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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:
|
||||
|
@ -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"
|
||||
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче