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 #1798

Merged
merged 1 commit into from Aug 5, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/flat-moons-float.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/cli

## 0.14.2

### Patch Changes

- Updated dependencies [93dda3ab]
- @rnx-kit/metro-service@3.0.0

## 0.14.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/cli",
"version": "0.14.1",
"version": "0.14.2",
"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 @@ -26,7 +26,7 @@
"@rnx-kit/metro-plugin-duplicates-checker": "^1.2.15",
"@rnx-kit/metro-serializer": "^1.0.11",
"@rnx-kit/metro-serializer-esbuild": "^0.1.0",
"@rnx-kit/metro-service": "^2.0.0",
"@rnx-kit/metro-service": "^3.0.0",
"@rnx-kit/third-party-notices": "^1.2.13",
"@rnx-kit/tools-language": "^1.3.0",
"@rnx-kit/tools-node": "^1.2.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/metro-service/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/metro-service

## 3.0.0

### Major Changes

- 93dda3ab: Drop support for Node 10

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-service",
"version": "2.0.1",
"version": "3.0.0",
"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