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 22, 2023
1 parent 50c64c1 commit 8c690ab
Show file tree
Hide file tree
Showing 20 changed files with 179 additions and 10 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
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.9](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2023-10-22)

### Features

- add resolver extension configs ([3c303fa](https://github.com/leegeunhyeok/react-native-esbuild/commit/3c303faff1214d8201789c47e8ac78ef17879e8b))
- add SharedStorage ([50c64c1](https://github.com/leegeunhyeok/react-native-esbuild/commit/50c64c1d239322882ffe50a57b8470189367c494))
- **core:** add resolver config ([f8e753d](https://github.com/leegeunhyeok/react-native-esbuild/commit/f8e753d1681852e96598e9d2cc8de06e2a4e9693))
- initialize before serve ([8993689](https://github.com/leegeunhyeok/react-native-esbuild/commit/899368955fe939c65689d833ef76799ecab61c66))
- **plugins:** refactor assets destionation rules ([ac39e0c](https://github.com/leegeunhyeok/react-native-esbuild/commit/ac39e0c5ae23568088a22f1581d7cfad6bf84113))
- support float scaled assets ([00beadf](https://github.com/leegeunhyeok/react-native-esbuild/commit/00beadf345411a9b3a99e7bd82847dc794a7ff3c))
- supports task boundary shared data ([a8d91c8](https://github.com/leegeunhyeok/react-native-esbuild/commit/a8d91c88c5079acbae3f1b554527893f48e27945))

### Bug Fixes

- **demo:** duplicate safearea insets ([d72aa1e](https://github.com/leegeunhyeok/react-native-esbuild/commit/d72aa1eefe02da6a5043b4c87426543928ebb370))
- **plugins:** invalid injectScriptPaths import statements ([8c86e59](https://github.com/leegeunhyeok/react-native-esbuild/commit/8c86e5908d4b0bab4738df41c067dc9a0207fbf0))
- **plugins:** strip platform suffix before copy assets ([cba44a5](https://github.com/leegeunhyeok/react-native-esbuild/commit/cba44a58588b7250cb809e3e75f502c90711ae43))
- set watcher shared data only on change event ([7ff0675](https://github.com/leegeunhyeok/react-native-esbuild/commit/7ff06759b093437e4ada7d1cd4e84ffcedf66ef0))

### Miscellaneous Chores

- change react-native peer deps version to any ([7b2570b](https://github.com/leegeunhyeok/react-native-esbuild/commit/7b2570ba51ffaa5027b54a4782d3d49db614faa6))
- **deps:** bump version up react-native to 0.72.6 ([93270ab](https://github.com/leegeunhyeok/react-native-esbuild/commit/93270ab17e24c6f615954fc77ed2115a5ae5f66f))
- remove unused directive and log ([67fb681](https://github.com/leegeunhyeok/react-native-esbuild/commit/67fb681392cd6770da9b0ae24998e5e3ecc35679))

### Code Refactoring

- add Storage interface ([d27172a](https://github.com/leegeunhyeok/react-native-esbuild/commit/d27172a9b5e2eca1d85a625fadfdab73ca4ca696))
- **dev-server:** now read assets from origin path ([64e75df](https://github.com/leegeunhyeok/react-native-esbuild/commit/64e75df281e32e549c51a0f544c5c8ae2779fe92))
- handle errors and type assertions ([486ee8c](https://github.com/leegeunhyeok/react-native-esbuild/commit/486ee8c05f2910f90c29335d8a58c1e9987737e2))
- move transformer options to each tranform module ([5d8cc9b](https://github.com/leegeunhyeok/react-native-esbuild/commit/5d8cc9ba0e870e47cbbd4d8591f1bc643df1f25c))
- rename getBundle to getBundleResult ([b293094](https://github.com/leegeunhyeok/react-native-esbuild/commit/b293094000dbac39e8b77e6ba9854ce455ef0795))

### Build System

- **deps:** bump @babel/traverse from 7.22.8 to 7.23.2 ([f335554](https://github.com/leegeunhyeok/react-native-esbuild/commit/f3355549fa615176f07251d612d85aee5f2fc2bd))
- **deps:** bump react-devtools-core from 4.28.0 to 4.28.4 ([9ce1cc9](https://github.com/leegeunhyeok/react-native-esbuild/commit/9ce1cc9b1a509f022180ea307f5872bdf2a70360))
- **deps:** bump version up transform packages ([205d3ff](https://github.com/leegeunhyeok/react-native-esbuild/commit/205d3ff2dc0c8df62e3d0ddfce2576e726256c94))

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

### Bug Fixes
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.8",
"version": "0.1.0-beta.9",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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.9](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2023-10-22)

### Features

- initialize before serve ([8993689](https://github.com/leegeunhyeok/react-native-esbuild/commit/899368955fe939c65689d833ef76799ecab61c66))

### Miscellaneous Chores

- remove unused directive and log ([67fb681](https://github.com/leegeunhyeok/react-native-esbuild/commit/67fb681392cd6770da9b0ae24998e5e3ecc35679))

### Code Refactoring

- handle errors and type assertions ([486ee8c](https://github.com/leegeunhyeok/react-native-esbuild/commit/486ee8c05f2910f90c29335d8a58c1e9987737e2))

### Build System

- **deps:** bump version up transform packages ([205d3ff](https://github.com/leegeunhyeok/react-native-esbuild/commit/205d3ff2dc0c8df62e3d0ddfce2576e726256c94))

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

**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.8",
"version": "0.1.0-beta.9",
"description": "cli tool for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
11 changes: 11 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.9](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2023-10-22)

### Code Refactoring

- **dev-server:** now read assets from origin path ([64e75df](https://github.com/leegeunhyeok/react-native-esbuild/commit/64e75df281e32e549c51a0f544c5c8ae2779fe92))
- move transformer options to each tranform module ([5d8cc9b](https://github.com/leegeunhyeok/react-native-esbuild/commit/5d8cc9ba0e870e47cbbd4d8591f1bc643df1f25c))

### Build System

- **deps:** bump version up transform packages ([205d3ff](https://github.com/leegeunhyeok/react-native-esbuild/commit/205d3ff2dc0c8df62e3d0ddfce2576e726256c94))

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

**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.8",
"version": "0.1.0-beta.9",
"description": "shared configs for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
30 changes: 30 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
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.9](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2023-10-22)

### Features

- add resolver extension configs ([3c303fa](https://github.com/leegeunhyeok/react-native-esbuild/commit/3c303faff1214d8201789c47e8ac78ef17879e8b))
- add SharedStorage ([50c64c1](https://github.com/leegeunhyeok/react-native-esbuild/commit/50c64c1d239322882ffe50a57b8470189367c494))
- **core:** add resolver config ([f8e753d](https://github.com/leegeunhyeok/react-native-esbuild/commit/f8e753d1681852e96598e9d2cc8de06e2a4e9693))
- initialize before serve ([8993689](https://github.com/leegeunhyeok/react-native-esbuild/commit/899368955fe939c65689d833ef76799ecab61c66))
- supports task boundary shared data ([a8d91c8](https://github.com/leegeunhyeok/react-native-esbuild/commit/a8d91c88c5079acbae3f1b554527893f48e27945))

### Bug Fixes

- set watcher shared data only on change event ([7ff0675](https://github.com/leegeunhyeok/react-native-esbuild/commit/7ff06759b093437e4ada7d1cd4e84ffcedf66ef0))

### Miscellaneous Chores

- change react-native peer deps version to any ([7b2570b](https://github.com/leegeunhyeok/react-native-esbuild/commit/7b2570ba51ffaa5027b54a4782d3d49db614faa6))
- remove unused directive and log ([67fb681](https://github.com/leegeunhyeok/react-native-esbuild/commit/67fb681392cd6770da9b0ae24998e5e3ecc35679))

### Code Refactoring

- add Storage interface ([d27172a](https://github.com/leegeunhyeok/react-native-esbuild/commit/d27172a9b5e2eca1d85a625fadfdab73ca4ca696))
- handle errors and type assertions ([486ee8c](https://github.com/leegeunhyeok/react-native-esbuild/commit/486ee8c05f2910f90c29335d8a58c1e9987737e2))
- move transformer options to each tranform module ([5d8cc9b](https://github.com/leegeunhyeok/react-native-esbuild/commit/5d8cc9ba0e870e47cbbd4d8591f1bc643df1f25c))
- rename getBundle to getBundleResult ([b293094](https://github.com/leegeunhyeok/react-native-esbuild/commit/b293094000dbac39e8b77e6ba9854ce455ef0795))

### Build System

- **deps:** bump version up transform packages ([205d3ff](https://github.com/leegeunhyeok/react-native-esbuild/commit/205d3ff2dc0c8df62e3d0ddfce2576e726256c94))

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

### Bug Fixes
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.8",
"version": "0.1.0-beta.9",
"description": "core of @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
16 changes: 16 additions & 0 deletions packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.9](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2023-10-22)

### Features

- initialize before serve ([8993689](https://github.com/leegeunhyeok/react-native-esbuild/commit/899368955fe939c65689d833ef76799ecab61c66))

### Code Refactoring

- **dev-server:** now read assets from origin path ([64e75df](https://github.com/leegeunhyeok/react-native-esbuild/commit/64e75df281e32e549c51a0f544c5c8ae2779fe92))
- handle errors and type assertions ([486ee8c](https://github.com/leegeunhyeok/react-native-esbuild/commit/486ee8c05f2910f90c29335d8a58c1e9987737e2))
- rename getBundle to getBundleResult ([b293094](https://github.com/leegeunhyeok/react-native-esbuild/commit/b293094000dbac39e8b77e6ba9854ce455ef0795))

### Build System

- **deps:** bump version up transform packages ([205d3ff](https://github.com/leegeunhyeok/react-native-esbuild/commit/205d3ff2dc0c8df62e3d0ddfce2576e726256c94))

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

**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.8",
"version": "0.1.0-beta.9",
"description": "development server for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
10 changes: 10 additions & 0 deletions packages/internal/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.9](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2023-10-22)

### Features

- add resolver extension configs ([3c303fa](https://github.com/leegeunhyeok/react-native-esbuild/commit/3c303faff1214d8201789c47e8ac78ef17879e8b))

### Build System

- **deps:** bump version up transform packages ([205d3ff](https://github.com/leegeunhyeok/react-native-esbuild/commit/205d3ff2dc0c8df62e3d0ddfce2576e726256c94))

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

**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.8",
"version": "0.1.0-beta.9",
"description": "shared configs and helpers for internal of react-native",
"keywords": [
"react-native",
Expand Down
23 changes: 23 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
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.9](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2023-10-22)

### Features

- add SharedStorage ([50c64c1](https://github.com/leegeunhyeok/react-native-esbuild/commit/50c64c1d239322882ffe50a57b8470189367c494))
- **plugins:** refactor assets destionation rules ([ac39e0c](https://github.com/leegeunhyeok/react-native-esbuild/commit/ac39e0c5ae23568088a22f1581d7cfad6bf84113))
- support float scaled assets ([00beadf](https://github.com/leegeunhyeok/react-native-esbuild/commit/00beadf345411a9b3a99e7bd82847dc794a7ff3c))

### Bug Fixes

- **plugins:** invalid injectScriptPaths import statements ([8c86e59](https://github.com/leegeunhyeok/react-native-esbuild/commit/8c86e5908d4b0bab4738df41c067dc9a0207fbf0))
- **plugins:** strip platform suffix before copy assets ([cba44a5](https://github.com/leegeunhyeok/react-native-esbuild/commit/cba44a58588b7250cb809e3e75f502c90711ae43))

### Code Refactoring

- **dev-server:** now read assets from origin path ([64e75df](https://github.com/leegeunhyeok/react-native-esbuild/commit/64e75df281e32e549c51a0f544c5c8ae2779fe92))
- handle errors and type assertions ([486ee8c](https://github.com/leegeunhyeok/react-native-esbuild/commit/486ee8c05f2910f90c29335d8a58c1e9987737e2))
- move transformer options to each tranform module ([5d8cc9b](https://github.com/leegeunhyeok/react-native-esbuild/commit/5d8cc9ba0e870e47cbbd4d8591f1bc643df1f25c))

### Build System

- **deps:** bump version up transform packages ([205d3ff](https://github.com/leegeunhyeok/react-native-esbuild/commit/205d3ff2dc0c8df62e3d0ddfce2576e726256c94))

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

**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.8",
"version": "0.1.0-beta.9",
"description": "plugins for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
6 changes: 6 additions & 0 deletions packages/symbolicate/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.9](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2023-10-22)

### Build System

- **deps:** bump version up transform packages ([205d3ff](https://github.com/leegeunhyeok/react-native-esbuild/commit/205d3ff2dc0c8df62e3d0ddfce2576e726256c94))

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

**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.8",
"version": "0.1.0-beta.9",
"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.9](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2023-10-22)

### Code Refactoring

- move transformer options to each tranform module ([5d8cc9b](https://github.com/leegeunhyeok/react-native-esbuild/commit/5d8cc9ba0e870e47cbbd4d8591f1bc643df1f25c))

### Build System

- **deps:** bump version up transform packages ([205d3ff](https://github.com/leegeunhyeok/react-native-esbuild/commit/205d3ff2dc0c8df62e3d0ddfce2576e726256c94))

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

**Note:** Version bump only for package @react-native-esbuild/transformer
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.8",
"version": "0.1.0-beta.9",
"description": "transformer for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/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.9](https://github.com/leegeunhyeok/react-native-esbuild/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2023-10-22)

### Build System

- **deps:** bump version up transform packages ([205d3ff](https://github.com/leegeunhyeok/react-native-esbuild/commit/205d3ff2dc0c8df62e3d0ddfce2576e726256c94))

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

**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.8",
"version": "0.1.0-beta.9",
"description": "utilities for @react-native-esbuild",
"keywords": [
"react-native",
Expand Down

2 comments on commit 8c690ab

@vercel
Copy link

@vercel vercel bot commented on 8c690ab Oct 22, 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 15.66% 355/2267
🔴 Branches 18.19% 137/753
🔴 Functions 10.73% 69/643
🔴 Lines 14.93% 312/2090

Test suite run success

85 tests passing in 12 suites.

Report generated by 🧪jest coverage report action from 8c690ab

Please sign in to comment.