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 fcea8b9 commit e2b35ee
Show file tree
Hide file tree
Showing 22 changed files with 73 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

### Features

- **jest:** cjs exported modules to configurable ([e7dc06c](https://github.com/leegeunhyeok/react-native-esbuild/commit/e7dc06c0054880cf1b4bd79251e99d437f03cd95))

### Miscellaneous Chores

- replace ts-jest to @swc/jest ([fcea8b9](https://github.com/leegeunhyeok/react-native-esbuild/commit/fcea8b97c03b5ce21604ba95a17649e727e8d6c1))

### Build System

- **deps:** bump version up packages ([09e5ba3](https://github.com/leegeunhyeok/react-native-esbuild/commit/09e5ba3314e668de48284ac115229292e282a085))

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

### 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.10",
"version": "0.1.0-beta.11",
"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.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

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

### Features
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.10",
"version": "0.1.0-beta.11",
"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.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

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

### Miscellaneous Chores
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.10",
"version": "0.1.0-beta.11",
"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.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

### Build System

- **deps:** bump version up packages ([09e5ba3](https://github.com/leegeunhyeok/react-native-esbuild/commit/09e5ba3314e668de48284ac115229292e282a085))

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

### Features
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.10",
"version": "0.1.0-beta.11",
"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.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

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

### Features
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.10",
"version": "0.1.0-beta.11",
"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.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

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

### Features
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.10",
"version": "0.1.0-beta.11",
"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.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

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

### Features
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.10",
"version": "0.1.0-beta.11",
"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.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

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

### Features
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.10",
"version": "0.1.0-beta.11",
"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.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

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

### Miscellaneous Chores
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.10",
"version": "0.1.0-beta.11",
"description": "symbolicate utilities for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
10 changes: 10 additions & 0 deletions packages/transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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.11](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.10...v0.1.0-beta.11) (2023-10-25)

### Features

- **jest:** cjs exported modules to configurable ([e7dc06c](https://github.com/leegeunhyeok/react-native-esbuild/commit/e7dc06c0054880cf1b4bd79251e99d437f03cd95))

### Build System

- **deps:** bump version up packages ([09e5ba3](https://github.com/leegeunhyeok/react-native-esbuild/commit/09e5ba3314e668de48284ac115229292e282a085))

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

### 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.10",
"version": "0.1.0-beta.11",
"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.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

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

### Features
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.10",
"version": "0.1.0-beta.11",
"description": "utilities for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down

2 comments on commit e2b35ee

@vercel
Copy link

@vercel vercel bot commented on e2b35ee 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.26% 329/2023
🔴 Branches 16.11% 82/509
🔴 Functions 11.02% 66/599
🔴 Lines 15.54% 299/1924

Test suite run success

83 tests passing in 10 suites.

Report generated by 🧪jest coverage report action from e2b35ee

Please sign in to comment.