Skip to content

Commit 77bb1ae

Browse files
committed
4.48.0
1 parent 94c96fa commit 77bb1ae

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# rollup changelog
22

3+
## 4.48.0
4+
5+
_2025-08-23_
6+
7+
### Features
8+
9+
- If configured, also keep unparseable import attributes of external dynamic imports in the output(#6071)
10+
11+
### Bug Fixes
12+
13+
- Ensure variables referenced in non-removed import attributes are included (#6071)
14+
15+
### Pull Requests
16+
17+
- [#6071](https://github.com/rollup/rollup/pull/6071): Keep attributes for external dynamic imports (@TrickyPi)
18+
- [#6079](https://github.com/rollup/rollup/pull/6079): fix(deps): update swc monorepo (major) (@renovate[bot])
19+
- [#6080](https://github.com/rollup/rollup/pull/6080): fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
20+
321
## 4.47.1
422

523
_2025-08-21_

browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/browser",
3-
"version": "4.47.1",
3+
"version": "4.48.0",
44
"description": "Next-generation ES module bundler browser build",
55
"main": "dist/rollup.browser.js",
66
"module": "dist/es/rollup.browser.js",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup",
3-
"version": "4.47.1",
3+
"version": "4.48.0",
44
"description": "Next-generation ES module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/es/rollup.js",

0 commit comments

Comments
 (0)