Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3353

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]
- @rnx-kit/[email protected]
- @rnx-kit/[email protected]

## 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
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3651,7 +3651,7 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/align-deps@npm:^3.0.0, @rnx-kit/align-deps@workspace:packages/align-deps":
"@rnx-kit/align-deps@npm:^3.0.1, @rnx-kit/align-deps@workspace:packages/align-deps":
version: 0.0.0-use.local
resolution: "@rnx-kit/align-deps@workspace:packages/align-deps"
dependencies:
Expand Down Expand Up @@ -3816,7 +3816,7 @@ __metadata:
"@babel/core": "npm:^7.20.0"
"@babel/preset-env": "npm:^7.20.0"
"@react-native-community/cli-types": "npm:^14.0.0"
"@rnx-kit/align-deps": "npm:^3.0.0"
"@rnx-kit/align-deps": "npm:^3.0.1"
"@rnx-kit/config": "npm:^0.7.0"
"@rnx-kit/console": "npm:^2.0.0"
"@rnx-kit/eslint-config": "npm:*"
Expand All @@ -3825,8 +3825,8 @@ __metadata:
"@rnx-kit/metro-plugin-duplicates-checker": "npm:^3.0.0"
"@rnx-kit/metro-plugin-typescript": "npm:^0.5.0"
"@rnx-kit/metro-serializer": "npm:^2.0.0"
"@rnx-kit/metro-serializer-esbuild": "npm:^0.2.0"
"@rnx-kit/metro-service": "npm:^4.0.0"
"@rnx-kit/metro-serializer-esbuild": "npm:^0.2.1"
"@rnx-kit/metro-service": "npm:^4.0.1"
"@rnx-kit/scripts": "npm:*"
"@rnx-kit/third-party-notices": "npm:^2.0.0"
"@rnx-kit/tools-android": "npm:^0.2.0"
Expand Down Expand Up @@ -4169,7 +4169,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/metro-serializer-esbuild@npm:*, @rnx-kit/metro-serializer-esbuild@npm:^0.2.0, @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.2.1, @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:
Expand Down Expand Up @@ -4226,7 +4226,7 @@ __metadata:
languageName: unknown
linkType: soft

"@rnx-kit/metro-service@npm:*, @rnx-kit/metro-service@npm:^4.0.0, @rnx-kit/metro-service@workspace:packages/metro-service":
"@rnx-kit/metro-service@npm:*, @rnx-kit/metro-service@npm:^4.0.1, @rnx-kit/metro-service@workspace:packages/metro-service":
version: 0.0.0-use.local
resolution: "@rnx-kit/metro-service@workspace:packages/metro-service"
dependencies:
Expand Down