Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-03-09 17:00:27 +01:00 коммит произвёл GitHub
Родитель 4a15331492
Коммит 31dea743c4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
17 изменённых файлов: 43 добавлений и 32 удалений

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

@ -1,5 +0,0 @@
---
"@rnx-kit/scripts": minor
---
remove draft- extra logic

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

@ -1,5 +0,0 @@
---
"@rnx-kit/metro-swc-worker": patch
---
Mark as experimental

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

@ -1,5 +0,0 @@
---
"docsite": patch
---
Documentation site framework and theming. No content yet other than the landing page.

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

@ -1,5 +0,0 @@
---
"@rnx-kit/metro-serializer-esbuild": patch
---
Strip out `"use strict"` even when targeting ES6+

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

@ -1,6 +0,0 @@
---
"@rnx-kit/patcher-rnmacos": patch
"@rnx-kit/rn-changelog-generator": patch
---
moving into incubator and consequent work

7
docsite/CHANGELOG.md Normal file
Просмотреть файл

@ -0,0 +1,7 @@
# docsite
## 0.0.1
### Patch Changes
- ee96c01: Documentation site framework and theming. No content yet other than the landing page.

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

@ -1,6 +1,6 @@
{
"name": "docsite",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",

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

@ -1,5 +1,11 @@
# Change Log - @rnx-kit/metro-swc-worker
## 0.1.8
### Patch Changes
- 4a15331: Mark as experimental
## 0.1.7
### Patch Changes

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

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-swc-worker",
"version": "0.1.7",
"version": "0.1.8",
"experimental": true,
"description": "Metro transform worker that uses swc under the hood",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-swc-worker#readme",

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

@ -1,5 +1,11 @@
# @rnx-kit/patcher-rnmacos
## 0.1.3
### Patch Changes
- 648ce3c: moving into incubator and consequent work
## 0.1.2
### Patch Changes

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

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/patcher-rnmacos",
"version": "0.1.2",
"version": "0.1.3",
"experimental": true,
"description": "EXPERIMENTAL - USE WITH CAUTION - A tool to generate patches and apply them to a codebase",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/patcher-rnmacos#readme",

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

@ -1,5 +1,11 @@
# Change Log - @rnx-kit/rn-changelog-generator
## 0.3.1
### Patch Changes
- 648ce3c: moving into incubator and consequent work
## 0.3.0
### Minor Changes

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

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/rn-changelog-generator",
"version": "0.3.0",
"version": "0.3.1",
"experimental": true,
"description": "EXPERIMENTAL - USE WITH CAUTION - Generate a markdown-formatted list of changes between two version of react-native",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/rn-changelog-generator#readme",

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

@ -1,5 +1,11 @@
# Change Log - @rnx-kit/metro-serializer-esbuild
## 0.1.5
### Patch Changes
- 174a608: Strip out `"use strict"` even when targeting ES6+
## 0.1.4
### Patch Changes

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

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/metro-serializer-esbuild",
"version": "0.1.4",
"version": "0.1.5",
"description": "Experimental esbuild serializer for Metro",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/metro-serializer-esbuild#readme",
"license": "MIT",

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

@ -1,5 +1,11 @@
# Change Log - @rnx-kit/scripts
## 1.1.0
### Minor Changes
- 648ce3c: remove draft- extra logic
## 1.0.1
### Patch Changes

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

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/scripts",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"main": "src/index.js",
"bin": {