Skip to content

Commit

Permalink
release(packages/sui-bundler): v9.59.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sui-bot committed May 6, 2024
1 parent 90e72a7 commit 18c5ac0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions packages/sui-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# CHANGELOG

# 9.59.0 (2024-05-06)


### Bug Fixes

* add some fixes ([b53ee39](https://github.com/SUI-Components/sui/commit/b53ee39213edd2dca80366336d41ea122046fff3))
* downgrade swc versions ([72ba122](https://github.com/SUI-Components/sui/commit/72ba1229bdc023b35e1d0bb4bc92a751891e84a3))
* fix plugin extension ([b2487ab](https://github.com/SUI-Components/sui/commit/b2487abed6a1e5a007bf21fc0cd7d3ea3579eb24))
* fix resolve alias ([173221d](https://github.com/SUI-Components/sui/commit/173221d314accb50288931740eeca16c3cc5509d))


### Features

* add autoload support for MSW ([aa7d38b](https://github.com/SUI-Components/sui/commit/aa7d38b577aa7a1d45d79cd5499478a6fea774bb))
* add more changes ([d407c02](https://github.com/SUI-Components/sui/commit/d407c0231bdff12032fbc0f5098404259fbdad76))
* add more support to typescript ([0bc9fd5](https://github.com/SUI-Components/sui/commit/0bc9fd50006771d5e8c84203854b71b4432b5bfa))
* add support to typescript ([ca3f4b3](https://github.com/SUI-Components/sui/commit/ca3f4b3b6add3d0464aad407d9100f7ea5992667))
* Add TS support for dev and build ([12224a5](https://github.com/SUI-Components/sui/commit/12224a58b94649bcbb7c87a519e9a5339d73b42b))
* bump ts versions ([699a1de](https://github.com/SUI-Components/sui/commit/699a1ded5f9e7e5d65f47caf7f0e8c3c53b3910e))
* remove dynamic import ([6cab6ff](https://github.com/SUI-Components/sui/commit/6cab6ffdb4161e9904509d561d485a77b528f6f4))
* rename module rules ([f6c4f96](https://github.com/SUI-Components/sui/commit/f6c4f9607d7054bc5e044b849fe1741473007dfa))
* restore original versions ([0b2e9b6](https://github.com/SUI-Components/sui/commit/0b2e9b64574214a1cdf442449cd07f70aed40311))
* use latest version of swc ([698c932](https://github.com/SUI-Components/sui/commit/698c932ef2c5bb2ed0ebbe1b11afd165a3a3f9d9))



# 9.58.0 (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/sui-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-ui/bundler",
"version": "9.58.0",
"version": "9.59.0",
"description": "Config-free bundler for ES6 React apps.",
"bin": {
"sui-bundler": "./bin/sui-bundler.js"
Expand Down

0 comments on commit 18c5ac0

Please sign in to comment.