Skip to content

Commit bca534f

Browse files
RELEASING: Releasing 5 package(s) (#3640)
Releases: @rnx-kit/metro-serializer-esbuild@0.2.3 @rnx-kit/tools-react-native@2.2.0 @rnx-kit/metro-resolver-symlinks@0.2.5 @rnx-kit/third-party-notices@2.0.1 @rnx-kit/metro-service@4.1.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 97c3a47 commit bca534f

File tree

17 files changed

+52
-39
lines changed

17 files changed

+52
-39
lines changed

.changeset/chilly-pillows-drum.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/five-planets-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hot-tomatoes-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-carrots-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-rules-greet.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/two-olives-grin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/metro-resolver-symlinks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log - @rnx-kit/metro-resolver-symlinks
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- 97c3a47: Fix experimental_retryResolvingFromDisk on metro 0.81
8+
- Updated dependencies [823c587]
9+
- @rnx-kit/tools-react-native@2.2.0
10+
311
## 0.2.4
412

513
### Patch Changes

packages/metro-resolver-symlinks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/metro-resolver-symlinks",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Metro resolver with support for symlinks",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-resolver-symlinks#readme",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@rnx-kit/console": "^2.0.0",
3030
"@rnx-kit/tools-node": "^3.0.0",
31-
"@rnx-kit/tools-react-native": "^2.0.0",
31+
"@rnx-kit/tools-react-native": "^2.2.0",
3232
"enhanced-resolve": "^5.8.3"
3333
},
3434
"peerDependencies": {

packages/metro-serializer-esbuild/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log - @rnx-kit/metro-serializer-esbuild
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 13c5323: Reduce bundle size by manually injecting polyfills/preludes
8+
- Updated dependencies [823c587]
9+
- @rnx-kit/tools-react-native@2.2.0
10+
311
## 0.2.2
412

513
### Patch Changes

packages/metro-serializer-esbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/metro-serializer-esbuild",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "esbuild serializer for Metro",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-serializer-esbuild#readme",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@rnx-kit/console": "^2.0.0",
3030
"@rnx-kit/tools-node": "^3.0.2",
31-
"@rnx-kit/tools-react-native": "^2.0.0",
31+
"@rnx-kit/tools-react-native": "^2.2.0",
3232
"esbuild": "^0.25.0",
3333
"esbuild-plugin-lodash": "^1.2.0",
3434
"fast-glob": "^3.2.7"

packages/metro-service/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log - @rnx-kit/metro-service
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- 823c587: Added support for Metro 0.82
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [823c587]
12+
- @rnx-kit/tools-react-native@2.2.0
13+
314
## 4.0.2
415

516
### Patch Changes

packages/metro-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/metro-service",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"description": "Metro service for bundling and bundle-serving",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-service#readme",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@rnx-kit/console": "^2.0.0",
3131
"@rnx-kit/tools-node": "^3.0.0",
32-
"@rnx-kit/tools-react-native": "^2.0.0",
32+
"@rnx-kit/tools-react-native": "^2.2.0",
3333
"node-fetch": "^2.6.7"
3434
},
3535
"peerDependencies": {

packages/third-party-notices/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log - @rnx-kit/third-party-notices
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- 13c5323: Handle absolute paths
8+
39
## 2.0.0
410

511
### Major Changes

packages/third-party-notices/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/third-party-notices",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Library and tool to build a third party notices file based on a js bundle's source map",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/third-party-notices#readme",
66
"license": "MIT",

packages/tools-react-native/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log - @rnx-kit/tools-react-native
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- 823c587: Added helper function for locating
8+
`@react-native/community-cli-plugin`
9+
310
## 2.1.0
411

512
### Minor Changes

packages/tools-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/tools-react-native",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A collection of supplemental react-native functions and types",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-react-native#readme",
66
"license": "MIT",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4271,7 +4271,7 @@ __metadata:
42714271
"@rnx-kit/jest-preset": "npm:*"
42724272
"@rnx-kit/scripts": "npm:*"
42734273
"@rnx-kit/tools-node": "npm:^3.0.0"
4274-
"@rnx-kit/tools-react-native": "npm:^2.0.0"
4274+
"@rnx-kit/tools-react-native": "npm:^2.2.0"
42754275
"@rnx-kit/tsconfig": "npm:*"
42764276
"@types/node": "npm:^22.0.0"
42774277
enhanced-resolve: "npm:^5.8.3"
@@ -4304,7 +4304,7 @@ __metadata:
43044304
"@rnx-kit/metro-service": "npm:*"
43054305
"@rnx-kit/scripts": "npm:*"
43064306
"@rnx-kit/tools-node": "npm:^3.0.2"
4307-
"@rnx-kit/tools-react-native": "npm:^2.0.0"
4307+
"@rnx-kit/tools-react-native": "npm:^2.2.0"
43084308
"@rnx-kit/tsconfig": "npm:*"
43094309
"@types/node": "npm:^22.0.0"
43104310
esbuild: "npm:^0.25.0"
@@ -4345,7 +4345,7 @@ __metadata:
43454345
"@rnx-kit/eslint-config": "npm:*"
43464346
"@rnx-kit/scripts": "npm:*"
43474347
"@rnx-kit/tools-node": "npm:^3.0.0"
4348-
"@rnx-kit/tools-react-native": "npm:^2.0.0"
4348+
"@rnx-kit/tools-react-native": "npm:^2.2.0"
43494349
"@rnx-kit/tsconfig": "npm:*"
43504350
"@types/node": "npm:^22.0.0"
43514351
"@types/node-fetch": "npm:^2.6.5"
@@ -4692,7 +4692,7 @@ __metadata:
46924692
languageName: unknown
46934693
linkType: soft
46944694

4695-
"@rnx-kit/tools-react-native@npm:*, @rnx-kit/tools-react-native@npm:^2.0.0, @rnx-kit/tools-react-native@npm:^2.0.3, @rnx-kit/tools-react-native@npm:^2.1.0, @rnx-kit/tools-react-native@workspace:packages/tools-react-native":
4695+
"@rnx-kit/tools-react-native@npm:*, @rnx-kit/tools-react-native@npm:^2.0.0, @rnx-kit/tools-react-native@npm:^2.0.3, @rnx-kit/tools-react-native@npm:^2.1.0, @rnx-kit/tools-react-native@npm:^2.2.0, @rnx-kit/tools-react-native@workspace:packages/tools-react-native":
46964696
version: 0.0.0-use.local
46974697
resolution: "@rnx-kit/tools-react-native@workspace:packages/tools-react-native"
46984698
dependencies:

0 commit comments

Comments
 (0)