Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Jul 30, 2024
1 parent b2e58eb commit ff27575
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

## [2.0.0](https://github.com/zakodium-oss/react-plot/compare/v1.4.2...v2.0.0) (2024-07-30)


### ⚠ BREAKING CHANGES

* Changed React peer dependency to >=18.0.0

### Bug Fixes

* update dependencies ([#464](https://github.com/zakodium-oss/react-plot/issues/464)) ([aa7d579](https://github.com/zakodium-oss/react-plot/commit/aa7d579c91353e7bb180bd1d5025675b10fa26b2))

## [1.4.2](https://github.com/zakodium-oss/react-plot/compare/v1.4.1...v1.4.2) (2022-12-04)


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-plot",
"version": "1.4.2",
"version": "2.0.0",
"description": "Library of React components to render SVG 2D plots.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down

0 comments on commit ff27575

Please sign in to comment.