-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
491d050
commit bec2d0c
Showing
7 changed files
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,50 @@ | ||
# @chart-it/d3 | ||
|
||
## 0.9.0 | ||
|
||
### Minor Changes | ||
|
||
- 491d050: Added ZoomBrush support | ||
|
||
## 0.8.0 | ||
|
||
### Minor Changes | ||
|
||
- f8166d8: Added support for Legends | ||
- f8166d8: Added support for Legends | ||
|
||
## 0.7.0 | ||
|
||
### Minor Changes | ||
|
||
- 5f4f1fd: Updating dependencies | ||
- 5f4f1fd: Updating dependencies | ||
|
||
## 0.6.0 | ||
|
||
### Minor Changes | ||
|
||
- f0231e1: Test | ||
- f0231e1: Test | ||
|
||
## 0.5.0 | ||
|
||
### Minor Changes | ||
|
||
- ce6284f: Test | ||
- ce6284f: Test | ||
|
||
## 0.4.0 | ||
|
||
### Minor Changes | ||
|
||
- 6f8b2af: Test3 | ||
- 6f8b2af: Test3 | ||
|
||
## 0.3.0 | ||
|
||
### Minor Changes | ||
|
||
- 494a204: Test | ||
- 5c9ca11: testing | ||
- 494a204: Test | ||
- 5c9ca11: testing | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- feddec9: TypeScript support | ||
- feddec9: TypeScript support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@chart-it/d3", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"description": "Provides a custom d3 bundle", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@chart-it/react", | ||
"private": false, | ||
"version": "0.26.0", | ||
"version": "0.27.0", | ||
"packageManager": "[email protected]", | ||
"description": "@chart-it is a react-d3 charting library", | ||
"repository": "[email protected]:IPWright83/chart-it.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @chart-it/types | ||
|
||
## 0.11.0 | ||
|
||
### Minor Changes | ||
|
||
- 491d050: Added ZoomBrush support | ||
|
||
## 0.10.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@chart-it/types", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"description": "Provides core type definitions for chart-it packages", | ||
|