Skip to content

Commit

Permalink
RELEASING: Releasing 7 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 21, 2023
1 parent 2fc2377 commit fd0fb22
Show file tree
Hide file tree
Showing 25 changed files with 75 additions and 59 deletions.
2 changes: 0 additions & 2 deletions .changeset/bright-suns-stare.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/cold-suns-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-otters-flash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/gorgeous-tigers-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-countries-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-yaks-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-actors-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-years-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-parents-beam.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/slimy-queens-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-owls-collect.md

This file was deleted.

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

## 0.16.12

### Patch Changes

- 39deedd8: Bump dependencies to handle `@react-native-community/cli-plugin-metro` -> `@react-native/community-cli-plugin`
- Updated dependencies [d8f53ed7]
- Updated dependencies [7f152115]
- Updated dependencies [1bc772cc]
- Updated dependencies [11e8e546]
- Updated dependencies [1c2725b8]
- @rnx-kit/metro-serializer-esbuild@0.1.28
- @rnx-kit/tools-react-native@1.3.2
- @rnx-kit/metro-service@3.1.1
- @rnx-kit/metro-plugin-typescript@0.4.4

## 0.16.11

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.16.11",
"version": "0.16.12",
"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 @@ -24,14 +24,14 @@
"@rnx-kit/console": "^1.0.11",
"@rnx-kit/metro-plugin-cyclic-dependencies-detector": "^1.1.1",
"@rnx-kit/metro-plugin-duplicates-checker": "^2.1.1",
"@rnx-kit/metro-plugin-typescript": "^0.4.1",
"@rnx-kit/metro-plugin-typescript": "^0.4.4",
"@rnx-kit/metro-serializer": "^1.0.12",
"@rnx-kit/metro-serializer-esbuild": "^0.1.27",
"@rnx-kit/metro-service": "^3.1.0",
"@rnx-kit/metro-serializer-esbuild": "^0.1.28",
"@rnx-kit/metro-service": "^3.1.1",
"@rnx-kit/third-party-notices": "^1.3.4",
"@rnx-kit/tools-language": "^2.0.0",
"@rnx-kit/tools-node": "^2.0.0",
"@rnx-kit/tools-react-native": "^1.3.1",
"@rnx-kit/tools-react-native": "^1.3.2",
"chalk": "^4.1.0",
"find-up": "^5.0.0",
"fs-extra": "^10.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/metro-plugin-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rnx-kit/metro-plugin-typescript

## 0.4.4

### Patch Changes

- 1c2725b8: Implemented replacements for `resolveModuleNames` and `resolveTypeReferenceDirectives` deprecated in TypeScript 5.0 (https://github.com/microsoft/TypeScript/commit/9e845d224859950fb263dec43f8fa1f7334e52da)
- Updated dependencies [1bc772cc]
- Updated dependencies [1c2725b8]
- @rnx-kit/tools-react-native@1.3.2
- @rnx-kit/typescript-service@1.5.7

## 0.4.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/metro-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-plugin-typescript",
"version": "0.4.3",
"version": "0.4.4",
"description": "Metro plugin for TypeScript type validation",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-plugin-typescript#readme",
"license": "MIT",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@rnx-kit/config": "^0.6.3",
"@rnx-kit/console": "^1.0.0",
"@rnx-kit/tools-node": "^2.0.0",
"@rnx-kit/tools-react-native": "^1.3.1",
"@rnx-kit/typescript-service": "^1.5.6",
"@rnx-kit/tools-react-native": "^1.3.2",
"@rnx-kit/typescript-service": "^1.5.7",
"semver": "^7.0.0",
"typescript": ">=4.7.0"
},
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.31

### Patch Changes

- ebca91d7: Reuse `findMetroPath` from `@rnx-kit/tools-react-native`
- Updated dependencies [1bc772cc]
- @rnx-kit/tools-react-native@1.3.2

## 0.1.30

### 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.30",
"version": "0.1.31",
"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": "^2.0.0",
"@rnx-kit/tools-react-native": "^1.3.1",
"@rnx-kit/tools-react-native": "^1.3.2",
"enhanced-resolve": "^5.8.3"
},
"devDependencies": {
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.28

### Patch Changes

- d8f53ed7: Bump esbuild to 0.19.x
- 7f152115: Support esbuild v0.18.19
- Updated dependencies [1bc772cc]
- @rnx-kit/tools-react-native@1.3.2

## 0.1.27

### 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.27",
"version": "0.1.28",
"description": "esbuild serializer for Metro",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-serializer-esbuild#readme",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@rnx-kit/console": "^1.0.11",
"@rnx-kit/tools-node": "^2.0.0",
"@rnx-kit/tools-react-native": "^1.3.1",
"@rnx-kit/tools-react-native": "^1.3.2",
"esbuild": "^0.19.0",
"esbuild-plugin-lodash": "^1.2.0",
"fast-glob": "^3.2.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/metro-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/metro-service

## 3.1.1

### Patch Changes

- 11e8e546: Use `@react-native/metro-config` to determine whether we need `getDefaultConfig` to load Metro config

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-service",
"version": "3.1.0",
"version": "3.1.1",
"description": "Metro service for bundling and bundle-serving",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-service#readme",
"license": "MIT",
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.3.2

### Patch Changes

- 1bc772cc: Find `metro` via the new `@react-native/community-cli-plugin` package

## 1.3.1

### Patch 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.3.1",
"version": "1.3.2",
"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
6 changes: 6 additions & 0 deletions packages/typescript-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/typescript-service

## 1.5.7

### Patch Changes

- 1c2725b8: Implemented replacements for `resolveModuleNames` and `resolveTypeReferenceDirectives` deprecated in TypeScript 5.0 (https://github.com/microsoft/TypeScript/commit/9e845d224859950fb263dec43f8fa1f7334e52da)

## 1.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/typescript-service",
"version": "1.5.6",
"version": "1.5.7",
"description": "TypeScript language services with support for custom module resolution",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/typescript-service#readme",
"license": "MIT",
Expand Down

0 comments on commit fd0fb22

Please sign in to comment.