Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Dec 7, 2024
1 parent 2f86a27 commit 1be7b1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/zakodium-oss/react-mf/compare/v2.0.3...v3.0.0) (2024-12-07)


### ⚠ BREAKING CHANGES

* Package is now ESM-only and requires at least React 18.

### Miscellaneous Chores

* update dependencies and migrate to TS ([#19](https://github.com/zakodium-oss/react-mf/issues/19)) ([2f86a27](https://github.com/zakodium-oss/react-mf/commit/2f86a27c98b9d01498c043bdf9c68447bd8aa881))

## [2.0.3](https://github.com/zakodium-oss/react-mf/compare/v2.0.2...v2.0.3) (2024-06-29)


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-mf",
"version": "2.0.3",
"version": "3.0.0",
"description": "A react component to display molecular formulae",
"type": "module",
"exports": "./lib/index.js",
Expand Down

0 comments on commit 1be7b1a

Please sign in to comment.