We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fced3b1 commit aa04e3fCopy full SHA for aa04e3f
packages/sui-bundler/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# CHANGELOG
2
3
+# 9.73.0 (2025-04-23)
4
+
5
6
+### Features
7
8
+* add proper context to bundler ([0ff836b](https://github.com/SUI-Components/sui/commit/0ff836b06731093fb3235e50ea999fc11cba0f86))
9
+* use cwd ([36fc4d5](https://github.com/SUI-Components/sui/commit/36fc4d5281d7197ab39573a1c69a2a4885f6dbe7))
10
11
12
13
# 9.72.0 (2025-03-17)
14
15
packages/sui-bundler/package.json
@@ -1,6 +1,6 @@
{
"name": "@s-ui/bundler",
- "version": "9.72.0",
+ "version": "9.73.0",
"description": "Config-free bundler for ES6 React apps.",
"bin": {
"sui-bundler": "./bin/sui-bundler.js"
0 commit comments