Skip to content

Commit

Permalink
RELEASING: Releasing 7 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/[email protected]
  @rnx-kit/[email protected]
  @rnx-kit/[email protected]
  @react-native-webapis/[email protected]
  @rnx-kit/[email protected]
  @rnx-kit/[email protected]
  @rnx-kit/[email protected]
  • Loading branch information
github-actions[bot] committed Sep 21, 2024
1 parent 3774756 commit 74ae5c0
Show file tree
Hide file tree
Showing 25 changed files with 70 additions and 63 deletions.
8 changes: 0 additions & 8 deletions .changeset/cold-eggs-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-chicken-obey.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.

8 changes: 0 additions & 8 deletions .changeset/heavy-moose-call.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.

10 changes: 10 additions & 0 deletions incubator/@react-native-webapis/web-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @react-native-webapis/web-storage

## 0.3.1

### Patch Changes

- 3774756: Reapply workaround for autolinking not including macOS or Windows as
target platforms (see
https://github.com/react-native-community/cli/issues/2419).

Regressed in 70f5fdd7.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion incubator/@react-native-webapis/web-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-webapis/web-storage",
"version": "0.3.0",
"version": "0.3.1",
"description": "EXPERIMENTAL - USE WITH CAUTION - Web Storage API for React Native",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/@react-native-webapis/web-storage#readme",
"license": "MIT",
Expand Down
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
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log - @rnx-kit/cli

## 0.18.1

### Patch Changes

- b6a18d9: Always write output when on CI
- Updated dependencies [2fc25d4]
- Updated dependencies [325beb9]
- 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
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.2.1

### Patch Changes

- 325beb9: Removed unused polyfill for `Symbol.asyncIterator`
- 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 74ae5c0

Please sign in to comment.