Skip to content

Commit

Permalink
Version Packages (#968)
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] committed Dec 21, 2021
1 parent 28f632a commit f7871e0
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-eels-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-rockets-hang.md

This file was deleted.

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

## 0.9.58

### Patch Changes

- Updated dependencies [28f632a]
- @rnx-kit/typescript-react-native-resolver@0.2.0

## 0.9.57

### 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.9.57",
"version": "0.9.58",
"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 Down Expand Up @@ -31,7 +31,7 @@
"@rnx-kit/tools-language": "^1.2.6",
"@rnx-kit/tools-node": "^1.2.6",
"@rnx-kit/tools-react-native": "^1.0.10",
"@rnx-kit/typescript-react-native-resolver": "^0.1.3",
"@rnx-kit/typescript-react-native-resolver": "^0.2.0",
"@rnx-kit/typescript-service": "^1.5.3",
"chalk": "^4.1.0",
"readline": "^1.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/rn-changelog-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/rn-changelog-generator

## 0.2.0

### Minor Changes

- e136a30: Add `single` command to see changelog message and dimensions for a single commit

## 0.1.0

Fri, 12 Nov 2021 18:30:41 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/rn-changelog-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/rn-changelog-generator",
"version": "0.1.2",
"version": "0.2.0",
"description": "Generate a markdown-formatted list of changes between two version of react-native",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/rn-changelog-generator#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript-react-native-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @rnx-kit/typescript-react-native-compiler

## 0.0.7

### Patch Changes

- Updated dependencies [28f632a]
- @rnx-kit/typescript-react-native-resolver@0.2.0

## 0.0.6

Tue, 30 Nov 2021 17:24:14 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-react-native-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/typescript-react-native-compiler",
"version": "0.0.6",
"version": "0.0.7",
"description": "TypeScript compiler with a custom module resolver for react-native projects",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/typescript-react-native-compiler#readme",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@rnx-kit/tools-language": "^1.2.6",
"@rnx-kit/tools-node": "^1.2.6",
"@rnx-kit/typescript-react-native-resolver": "^0.1.3",
"@rnx-kit/typescript-react-native-resolver": "^0.2.0",
"@rnx-kit/typescript-service": "^1.5.3",
"chalk": "^4.1.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-react-native-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @rnx-kit/typescript-react-native-resolver

## 0.2.0

### Minor Changes

- 28f632a: Resolve modules in 3 passes - TS, then JS, then JSON. Also, always resolve to JS files -- don't gate on checkJs anymore.

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-react-native-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/typescript-react-native-resolver",
"version": "0.1.4",
"version": "0.2.0",
"description": "TypeScript module resolver for use with react-native projects",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/typescript-react-native-resolver#readme",
"license": "MIT",
Expand Down

0 comments on commit f7871e0

Please sign in to comment.