RELEASING: Releasing 7 package(s) (#1607)

Releases:
  @rnx-kit/tools-node@1.3.0
  @rnx-kit/react-native-test-app-msal@1.0.2
  @rnx-kit/metro-resolver-symlinks@0.1.21
  @rnx-kit/react-native-auth@0.1.2
  @rnx-kit/metro-config@1.2.33
  @rnx-kit/dep-check@1.12.16
  @rnx-kit/jest-preset@0.1.10

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-06-07 11:27:02 +02:00 коммит произвёл GitHub
Родитель b56846f2b5
Коммит a7e1da7d17
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
23 изменённых файлов: 59 добавлений и 52 удалений

Просмотреть файл

@ -1,5 +0,0 @@
---
"@rnx-kit/tools-node": minor
---
Added a flag, `resolveSymlinks`, to `findPackageDependencyDir` to make it return fully resolved symlinks

Просмотреть файл

@ -1,5 +0,0 @@
---
"@rnx-kit/react-native-test-app-msal": patch
---
Fix git tag format in podspec

Просмотреть файл

@ -1,5 +0,0 @@
---
"@rnx-kit/metro-resolver-symlinks": patch
---
Fix empty modules not being handled correctly

Просмотреть файл

@ -1,5 +0,0 @@
---
"@rnx-kit/metro-resolver-symlinks": patch
---
Fix `browser` field module redirection not being handled correctly

Просмотреть файл

@ -1,5 +0,0 @@
---
"@rnx-kit/react-native-auth": patch
---
Rename `acquireToken` to better fit Swift naming conventions

Просмотреть файл

@ -1,6 +0,0 @@
---
"@rnx-kit/metro-config": patch
"@rnx-kit/metro-resolver-symlinks": patch
---
Enable `resolveSymlinks` and remove dupe code

Просмотреть файл

@ -1,5 +0,0 @@
---
"@rnx-kit/dep-check": patch
---
Fix dep-check failing to visit dependencies in a repository using pnpm or pnpm-like solutions

Просмотреть файл

@ -1,5 +0,0 @@
---
"@rnx-kit/jest-preset": patch
---
Use publicly exported `loadConfig` if it exists

Просмотреть файл

@ -1,2 +0,0 @@
---
---

Просмотреть файл

@ -1,5 +1,11 @@
# Change Log - @rnx-kit/dep-check
## 1.12.16
### Patch Changes
- 1edb9acd: Fix dep-check failing to visit dependencies in a repository using pnpm or pnpm-like solutions
## 1.12.15
### Patch Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/dep-check",
"version": "1.12.15",
"version": "1.12.16",
"description": "Dependency checker for React Native apps",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/dep-check#readme",
"license": "MIT",

Просмотреть файл

@ -1,5 +1,11 @@
# Change Log - @rnx-kit/jest-preset
## 0.1.10
### Patch Changes
- 78a6c4ed: Use publicly exported `loadConfig` if it exists
## 0.1.1
Wed, 04 Aug 2021 10:08:23 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/jest-preset",
"version": "0.1.9",
"version": "0.1.10",
"description": "Jest preset for React Native code bases",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/jest-preset#readme",
"license": "MIT",

Просмотреть файл

@ -1,5 +1,13 @@
# Change Log - @rnx-kit/metro-config
## 1.2.33
### Patch Changes
- 4674e761: Enable `resolveSymlinks` and remove dupe code
- Updated dependencies [1edb9acd]
- @rnx-kit/tools-node@1.3.0
## 1.2.32
### Patch Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-config",
"version": "1.2.32",
"version": "1.2.33",
"description": "Metro config for monorepos",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-config#readme",
"license": "MIT",
@ -21,7 +21,7 @@
},
"dependencies": {
"@rnx-kit/babel-preset-metro-react-native": "^1.0.17",
"@rnx-kit/tools-node": "^1.2.7",
"@rnx-kit/tools-node": "^1.3.0",
"workspace-tools": "^0.18.3"
},
"peerDependencies": {

Просмотреть файл

@ -1,5 +1,15 @@
# Change Log - @rnx-kit/metro-resolver-symlinks
## 0.1.21
### Patch Changes
- b56846f2: Fix empty modules not being handled correctly
- 28a302a1: Fix `browser` field module redirection not being handled correctly
- 4674e761: Enable `resolveSymlinks` and remove dupe code
- Updated dependencies [1edb9acd]
- @rnx-kit/tools-node@1.3.0
## 0.1.20
### Patch Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-resolver-symlinks",
"version": "0.1.20",
"version": "0.1.21",
"description": "Metro resolver with support for symlinks",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-resolver-symlinks#readme",
"license": "MIT",
@ -22,7 +22,7 @@
"test": "rnx-kit-scripts test"
},
"dependencies": {
"@rnx-kit/tools-node": "^1.2.7",
"@rnx-kit/tools-node": "^1.3.0",
"@rnx-kit/tools-react-native": "^1.2.0",
"enhanced-resolve": "^5.8.3"
},

Просмотреть файл

@ -1,5 +1,11 @@
# @rnx-kit/react-native-auth
## 0.1.2
### Patch Changes
- aec1f838: Rename `acquireToken` to better fit Swift naming conventions
## 0.1.1
### Patch Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/react-native-auth",
"version": "0.1.1",
"version": "0.1.2",
"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",

Просмотреть файл

@ -1,5 +1,13 @@
# Change Log - @rnx-kit/react-native-test-app-msal
## 1.0.2
### Patch Changes
- aec1f838: Fix git tag format in podspec
- Updated dependencies [aec1f838]
- @rnx-kit/react-native-auth@0.1.2
## 1.0.1
### Patch Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/react-native-test-app-msal",
"version": "1.0.1",
"version": "1.0.2",
"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",

Просмотреть файл

@ -1,5 +1,11 @@
# Change Log - @rnx-kit/tools-node
## 1.3.0
### Minor Changes
- 1edb9acd: Added a flag, `resolveSymlinks`, to `findPackageDependencyDir` to make it return fully resolved symlinks
## 1.2.7
### Patch Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/tools-node",
"version": "1.2.7",
"version": "1.3.0",
"description": "A collection of supplemental NodeJS functions and types",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-node#readme",
"license": "MIT",