Skip to content

Commit 29c7e54

Browse files
release: v1.0.19 (#38)
## [1.0.19] - 2026-06-25 ### 🚀 Features - use rollipop runtime for react refresh wrapper by `@leegeunhyeok` - remove `globalIdentifiers` option by `@leegeunhyeok` ### 🐛 Bug Fixes - lazy barrel optimization in `rollipop` format (#35) by `@leegeunhyeok` ### 🚜 Refactor - align rollipop module table formatting (#37) by `@leegeunhyeok` - align rollipop refresh wrapper (#36) by `@leegeunhyeok` ### ⚙️ Miscellaneous Tasks - sync upstream rolldown v1.1.3 by `@leegeunhyeok` Co-authored-by: leegeunhyeok <26512984+leegeunhyeok@users.noreply.github.com>
1 parent 52b978a commit 29c7e54

5 files changed

Lines changed: 76 additions & 55 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11

2+
## [1.0.19] - 2026-06-25
3+
4+
### 🚀 Features
5+
6+
- use rollipop runtime for react refresh wrapper by `@leegeunhyeok`
7+
- remove `globalIdentifiers` option by `@leegeunhyeok`
8+
9+
### 🐛 Bug Fixes
10+
11+
- lazy barrel optimization in `rollipop` format (#35) by `@leegeunhyeok`
12+
13+
### 🚜 Refactor
14+
15+
- align rollipop module table formatting (#37) by `@leegeunhyeok`
16+
- align rollipop refresh wrapper (#36) by `@leegeunhyeok`
17+
18+
### ⚙️ Miscellaneous Tasks
19+
20+
- sync upstream rolldown v1.1.3 by `@leegeunhyeok`
21+
22+
223
## [1.1.3] - 2026-06-24
324

425
### 🐛 Bug Fixes

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rolldown/browser",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
55
"keywords": [
66
"bundler",

packages/debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollipop/rolldown-debug",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"homepage": "https://rolldown.rs/",
55
"license": "MIT",
66
"repository": {

packages/rolldown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollipop/rolldown",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
55
"keywords": [
66
"bundler",

0 commit comments

Comments
 (0)