Skip to content

Commit

Permalink
chore(release): 4.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-alpha.1](v3.8.0...v4.0.0-alpha.1) (2024-11-09)

* build!: switch from rollup to esbuild to build ([75ef80c](75ef80c))

### BREAKING CHANGES

* UMD is no longer exported.

In order to reduce complexity and simplify the build process,
we have switched from rollup to esbuild and only export CJS and ESM versions.

This means that the UMD build is no longer exported.
  • Loading branch information
semantic-release-bot committed Nov 9, 2024
1 parent 75ef80c commit 5613845
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [4.0.0-alpha.1](https://github.com/cchanxzy/react-currency-input-field/compare/v3.8.0...v4.0.0-alpha.1) (2024-11-09)


* build!: switch from rollup to esbuild to build ([75ef80c](https://github.com/cchanxzy/react-currency-input-field/commit/75ef80ce48787bd1ea139820421e59cb35a69247))


### BREAKING CHANGES

* UMD is no longer exported.

In order to reduce complexity and simplify the build process,
we have switched from rollup to esbuild and only export CJS and ESM versions.

This means that the UMD build is no longer exported.

# [3.8.0](https://github.com/cchanxzy/react-currency-input-field/compare/v3.7.1...v3.8.0) (2024-02-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-currency-input-field",
"version": "3.8.0",
"version": "4.0.0-alpha.1",
"description": "React <input/> component for formatting currency and numbers.",
"sideEffects": false,
"files": [
Expand Down

0 comments on commit 5613845

Please sign in to comment.