Skip to content

Commit

Permalink
Version Packages (#1097)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 21, 2022
1 parent 37b980b commit db1f74a
Show file tree
Hide file tree
Showing 20 changed files with 46 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-cooks-appear.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/flat-bottles-yell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lucky-rats-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-kiwis-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-peaches-reply.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/popular-poems-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-garlics-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-peas-carry.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/dep-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/dep-check

## 1.12.4

### Patch Changes

- 0eb8b8b: Bump workspace-tools to 0.18.2 for performance improvements
- 64ce5a1: Bump react-native-screens for 0.66 and 0.68

## 1.12.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dep-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/dep-check",
"version": "1.12.3",
"version": "1.12.4",
"description": "Dependency checker for React Native apps",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/dep-check#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/golang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/golang

## 0.1.9

### Patch Changes

- 0eb8b8b: Bump workspace-tools to 0.18.2 for performance improvements

## 0.1.7

Thu, 18 Nov 2021 20:51:05 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/golang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/golang",
"version": "0.1.8",
"version": "0.1.9",
"description": "Integrate Go into your monorepo and create native apps that accelerate development and CI builds",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/golang#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/metro-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/metro-config

## 1.2.28

### Patch Changes

- 0eb8b8b: Bump workspace-tools to 0.18.2 for performance improvements
- 8ffd299: Ignore .tlog files to avoid crashing the dev server while building the Windows app

## 1.2.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-config",
"version": "1.2.27",
"version": "1.2.28",
"description": "Metro config for monorepos",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-config#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/metro-serializer-esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/metro-serializer-esbuild

## 0.1.3

### Patch Changes

- b7cc4c5: Add `analyze` option to output a report about the contents of the bundle

## 0.1.2

### Patch 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.1.2",
"version": "0.1.3",
"description": "Experimental esbuild serializer for Metro",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-serializer-esbuild#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @rnx-kit/react-native-auth

## 0.1.0
### Minor Changes

- 6507cb5: `@rnx-kit/react-native-auth` provides a cross-app uniform API for user authentication
2 changes: 1 addition & 1 deletion packages/react-native-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/react-native-auth",
"version": "0.0.1",
"version": "0.1.0",
"description": "@rnx-kit/react-native-auth provides a cross-app uniform API for user authentication",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/react-native-auth#readme",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native-test-app-msal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log - @rnx-kit/react-native-test-app-msal

## 1.0.0

### Patch Changes

- 6507cb5: Adds support for @rnx-kit/react-native-auth module
- Updated dependencies [6507cb5]
- @rnx-kit/react-native-auth@0.1.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-test-app-msal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/react-native-test-app-msal",
"version": "0.3.0",
"version": "1.0.0",
"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 db1f74a

Please sign in to comment.