Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s) (#2535)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/react-native-host@0.2.8
  @rnx-kit/react-native-lazy-index@2.2.0
  @rnx-kit/react-native-test-app-msal@2.1.5

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rnsdkbot and github-actions[bot] committed Jul 18, 2023
1 parent 4079b5b commit dfbf5a4
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-cars-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-crabs-hang.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/eleven-llamas-sniff.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fresh-adults-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-olives-call.md

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/violet-pigs-dress.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-native-host/CHANGELOG.md
@@ -1,5 +1,12 @@
# @rnx-kit/react-native-host

## 0.2.8

### Patch Changes

- 504a691b: Remove unused bridge events. `RCTBridge` may go away in the future and should not be exposed to users.
- 537d6f74: Describe react-native-host API in README

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-host/package.json
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/react-native-host",
"version": "0.2.7",
"version": "0.2.8",
"description": "Simplify React Native initialization",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/react-native-host#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-lazy-index/CHANGELOG.md
@@ -1,5 +1,11 @@
# @rnx-kit/react-native-lazy-index

## 2.2.0

### Minor Changes

- b949bbd6: Extend `parseExperiencesFromObject` to support enabling/disabling flighted experiences

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-lazy-index/package.json
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/react-native-lazy-index",
"version": "2.1.7",
"version": "2.2.0",
"description": "RAM bundle friendly index.js with on-demand loaded modules",
"keywords": [
"babel",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-test-app-msal/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/react-native-test-app-msal

## 2.1.5

### Patch Changes

- 4079b5bc: Implement `initWithHost:` introduced in `react-native-test-app` 2.5.11

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-test-app-msal/package.json
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/react-native-test-app-msal",
"version": "2.1.4",
"version": "2.1.5",
"description": "Microsoft Authentication Library (MSAL) module for react-native-test-app",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/react-native-test-app-msal#readme",
"license": "MIT",
Expand Down

0 comments on commit dfbf5a4

Please sign in to comment.