Skip to content

Commit

Permalink
RELEASING: Releasing 4 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/metro-service@3.1.3
  @rnx-kit/build@0.6.0
  @rnx-kit/cli@0.16.15
  @rnx-kit/build-plugin-firebase@2.0.0
  • Loading branch information
github-actions[bot] committed Sep 19, 2023
1 parent 8ba65d6 commit a790f78
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-cheetahs-burn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hungry-rabbits-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-dingos-boil.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tender-melons-glow.md

This file was deleted.

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

## 2.0.0

### Patch Changes

- Updated dependencies [9c863db0]
- @rnx-kit/build@0.6.0

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions incubator/build-plugin-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@rnx-kit/build-plugin-firebase",
"version": "1.1.0",
"version": "2.0.0",
"description": "EXPERIMENTAL - USE WITH CAUTION - Firebase plugin for @rnx-kit/build",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/build-plugin-firebase#readme",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"lint": "rnx-kit-scripts lint"
},
"peerDependencies": {
"@rnx-kit/build": ">=0.5.0"
"@rnx-kit/build": ">=0.6.0"
},
"devDependencies": {
"@rnx-kit/build": "*",
Expand Down
8 changes: 8 additions & 0 deletions incubator/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rnx-kit/build

## 0.6.0

### Minor Changes

- 9c863db0: Bumped `@octokit/core` to 5.0, and dropped support for Node 14 and 16.

Testing shows that at least Node 16 still works if you import `node-fetch`, so technically, if your setup does not enforce Node version, you can still use this package.

## 0.5.0

### Minor 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.5.0",
"version": "0.6.0",
"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
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @rnx-kit/cli

## 0.16.15

### Patch Changes

- 8ba65d6f: Use `node-fetch` only as fallback when current Node version doesn't implement Fetch API
- Updated dependencies [c9e7641b]
- Updated dependencies [8ba65d6f]
- @rnx-kit/metro-service@3.1.3

## 0.16.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.14",
"version": "0.16.15",
"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 All @@ -27,7 +27,7 @@
"@rnx-kit/metro-plugin-typescript": "^0.4.4",
"@rnx-kit/metro-serializer": "^1.0.12",
"@rnx-kit/metro-serializer-esbuild": "^0.1.29",
"@rnx-kit/metro-service": "^3.1.2",
"@rnx-kit/metro-service": "^3.1.3",
"@rnx-kit/third-party-notices": "^1.3.4",
"@rnx-kit/tools-language": "^2.0.0",
"@rnx-kit/tools-node": "^2.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/metro-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/metro-service

## 3.1.3

### Patch Changes

- c9e7641b: Reuse code from `@react-native/assets-registry`
- 8ba65d6f: Use `node-fetch` only as fallback when current Node version doesn't implement Fetch API

## 3.1.2

### Patch 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.2",
"version": "3.1.3",
"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 a790f78

Please sign in to comment.