Skip to content

Commit

Permalink
chore: release 1.0.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Dec 4, 2022
1 parent 80bcf52 commit 5381953
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0](https://www.github.com/zakodium-oss/react-d3-utils/compare/v0.6.1...v1.0.0) (2022-12-04)


### Bug Fixes

* prevent responsive chart from affecting the size of its parents ([#32](https://www.github.com/zakodium-oss/react-d3-utils/issues/32)) ([80bcf52](https://www.github.com/zakodium-oss/react-d3-utils/commit/80bcf52969c6a19538b402547f15950dfc91c688))

### [0.6.1](https://www.github.com/zakodium-oss/react-d3-utils/compare/v0.6.0...v0.6.1) (2022-11-01)


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-d3-utils",
"version": "0.6.1",
"version": "1.0.0",
"description": "Low-level utilities to build charts with React and D3",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down

0 comments on commit 5381953

Please sign in to comment.