Releases: skyra-project/discord-components
Releases · skyra-project/discord-components
v2.11.3
2.11.3 (2021-11-08)
Note: Version bump only for package root
v2.11.3-alpha.3
Bug Fixes
- react: add dependency on tslib (cc0b85e)
v2.11.3-alpha.2
Bug Fixes
- react: no longer use esbuild for bundling (d03ed4d)
v2.11.3-alpha.1
Bug Fixes
- debump required nodejs engine to 14.0.0 (310f9bc)
v2.11.3-alpha.0
Bug Fixes
- deps: update all non-major dependencies (#158) (069255e)
- deps: update all non-major dependencies (#166) (8d22036)
v2.11.2
2.11.2 (2021-10-03)
Bug Fixes
- re-fix react bundle. The output file has to be mjs for this to all work (946652b)
Reverts
- Revert "fix(react): fixed output targets" (129f14f)
v2.11.1
2.11.1 (2021-10-03)
Bug Fixes
- react: fixed output targets (ba9faf1)
v2.10.1-alpha.0
Bug Fixes
- output react bundle as
.js
to fix a Webpack issue, not loading named imports of .mjs
files (bc166f6)