Skip to content

Commit

Permalink
chore(release): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeunhyeok committed Oct 25, 2023
1 parent c9c7daa commit a3c4606
Show file tree
Hide file tree
Showing 22 changed files with 59 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

### Features

- skip printing logo in jest worker ([c9c7daa](https://github.com/leegeunhyeok/react-native-esbuild/commit/c9c7daa00639bec38121aa9bf35c3e559a01a95e))

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/cli

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-esbuild/cli",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"description": "cli tool for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
4 changes: 4 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/config

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/config
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-esbuild/config",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"description": "shared configs for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

### Features

- skip printing logo in jest worker ([c9c7daa](https://github.com/leegeunhyeok/react-native-esbuild/commit/c9c7daa00639bec38121aa9bf35c3e559a01a95e))

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

### Build System
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-esbuild/core",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"description": "core of @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
4 changes: 4 additions & 0 deletions packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/dev-server

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/dev-server
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-esbuild/dev-server",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"description": "development server for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
4 changes: 4 additions & 0 deletions packages/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/internal

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/internal
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-esbuild/internal",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"description": "shared configs and helpers for internal of react-native",
"keywords": [
"react-native",
Expand Down
4 changes: 4 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/jest

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/jest
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-esbuild/jest",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"description": "react-native preset for jest powered by @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/plugins

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-esbuild/plugins",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"description": "plugins for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
4 changes: 4 additions & 0 deletions packages/symbolicate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/symbolicate

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/symbolicate
Expand Down
2 changes: 1 addition & 1 deletion packages/symbolicate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-esbuild/symbolicate",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"description": "symbolicate utilities for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
4 changes: 4 additions & 0 deletions packages/transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/transformer

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-esbuild/transformer",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"description": "transformer for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-beta.12](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.11...v0.1.0-beta.12) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/utils

## [0.1.0-beta.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

**Note:** Version bump only for package @react-native-esbuild/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-esbuild/utils",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.12",
"description": "utilities for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down

2 comments on commit a3c4606

@vercel
Copy link

@vercel vercel bot commented on a3c4606 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 16.25% 329/2024
🔴 Branches 16.08% 82/510
🔴 Functions 11.02% 66/599
🔴 Lines 15.53% 299/1925

Test suite run success

83 tests passing in 10 suites.

Report generated by 🧪jest coverage report action from a3c4606

Please sign in to comment.