Skip to content

Commit

Permalink
chore(main): release 8.0.0 (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Oct 15, 2024
1 parent b2aab07 commit 712c348
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [8.0.0](https://github.com/zakodium-oss/react-science/compare/v7.0.0...v8.0.0) (2024-10-15)


### ⚠ BREAKING CHANGES

* the module is now ESM-only

### Features

* make module native ESM ([#769](https://github.com/zakodium-oss/react-science/issues/769)) ([b2aab07](https://github.com/zakodium-oss/react-science/commit/b2aab07fe52f3e74e07dc5f324c763a7cf7185bd))

## [7.0.0](https://github.com/zakodium-oss/react-science/compare/v6.0.2...v7.0.0) (2024-10-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-science",
"version": "7.0.0",
"version": "8.0.0",
"description": "React components to build scientific applications UI",
"type": "module",
"exports": {
Expand Down

0 comments on commit 712c348

Please sign in to comment.