Skip to content

Commit

Permalink
RELEASING: Releasing 6 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
1 parent 20f6de0 commit 61895c5
Show file tree
Hide file tree
Showing 21 changed files with 57 additions and 49 deletions.
8 changes: 0 additions & 8 deletions .changeset/cold-eggs-poke.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/eleven-cheetahs-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-beers-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-eggs-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-trainers-sparkle.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/loud-sloths-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-carpets-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-apples-behave.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tiny-coats-own.md

This file was deleted.

6 changes: 6 additions & 0 deletions incubator/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnx-kit/build

## 0.7.2

### Patch Changes

- c4056df: Properly parse Git URLs

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion incubator/build/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rnx-kit/build",
"version": "0.7.1",
"version": "0.7.2",
"description": "EXPERIMENTAL - USE WITH CAUTION - @rnx-kit/build builds your app in the cloud",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/build#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/align-deps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/align-deps

## 3.0.1

### Patch Changes

- 04b2f32: Sanitize input capabilities

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/align-deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/align-deps",
"version": "3.0.0",
"version": "3.0.1",
"description": "Manage dependencies within a repository and across many repositories",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/align-deps#readme",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log - @rnx-kit/cli

## 0.18.1

### Patch Changes

- b6a18d9: Always write output when on CI
- Updated dependencies [2fc25d4]
- Updated dependencies [20f6de0]
- Updated dependencies [04b2f32]
- @rnx-kit/metro-service@4.0.1
- @rnx-kit/metro-serializer-esbuild@0.2.1
- @rnx-kit/align-deps@3.0.1

## 0.18.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.18.0",
"version": "0.18.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 @@ -39,15 +39,15 @@
"test": "rnx-kit-scripts test"
},
"dependencies": {
"@rnx-kit/align-deps": "^3.0.0",
"@rnx-kit/align-deps": "^3.0.1",
"@rnx-kit/config": "^0.7.0",
"@rnx-kit/console": "^2.0.0",
"@rnx-kit/metro-plugin-cyclic-dependencies-detector": "^2.0.0",
"@rnx-kit/metro-plugin-duplicates-checker": "^3.0.0",
"@rnx-kit/metro-plugin-typescript": "^0.5.0",
"@rnx-kit/metro-serializer": "^2.0.0",
"@rnx-kit/metro-serializer-esbuild": "^0.2.0",
"@rnx-kit/metro-service": "^4.0.0",
"@rnx-kit/metro-serializer-esbuild": "^0.2.1",
"@rnx-kit/metro-service": "^4.0.1",
"@rnx-kit/third-party-notices": "^2.0.0",
"@rnx-kit/tools-android": "^0.2.0",
"@rnx-kit/tools-apple": "^0.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/metro-resolver-symlinks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/metro-resolver-symlinks

## 0.2.1

### Patch Changes

- 8461778: Verified that `experimental_retryResolvingFromDisk` works with Metro
0.81

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "0.2.1",
"description": "Metro resolver with support for symlinks",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-resolver-symlinks#readme",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/metro-serializer-esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log - @rnx-kit/metro-serializer-esbuild

## 0.2.1

### Patch Changes

- 20f6de0: Do not lower template literals. Template literals are partially
supported by Hermes for most of the use cases we care about (e.g.,
`styled-components`).

## 0.2.0

### Minor Changes
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.2.0",
"version": "0.2.1",
"description": "esbuild serializer for Metro",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-serializer-esbuild#readme",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/metro-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @rnx-kit/metro-service

## 4.0.1

### Patch Changes

- 2fc25d4: RAM bundle is deprecated and was removed in 0.75. This command may
stop working altogether in the future.

For more details, see https://github.com/facebook/react-native/pull/43292.

## 4.0.0

### Major 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": "4.0.0",
"version": "4.0.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

0 comments on commit 61895c5

Please sign in to comment.