Skip to content

Commit

Permalink
Publish 1.0.8
Browse files Browse the repository at this point in the history
SHA256 hashes:

ipecharts-1.0.8-py3-none-any.whl: 08a27e674c3bd03e00ca4fcedd12797a814cfc24a0ae4c896c7c5a1c4e36d76c

ipecharts-1.0.8.tar.gz: 8819948dfea851ce053e77ea5cccda70371c4568084e6d630d94c0660ac0b8ee

ipecharts-1.0.8.tgz: 704c73a349f1b70387c4c3e81daa981b504fc11257466688dd7d97450e778b49
  • Loading branch information
trungleduc committed Oct 2, 2024
1 parent 04dd1d2 commit 774d471
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 1.0.8

([Full Changelog](https://github.com/trungleduc/ipecharts/compare/v1.0.7...04dd1d26c7c736bd1cee470cb135072882b43e24))

### Enhancements made

- refactor classes [#16](https://github.com/trungleduc/ipecharts/pull/16) ([@dfguerrerom](https://github.com/dfguerrerom))
- Refactor widget classes [#14](https://github.com/trungleduc/ipecharts/pull/14) ([@trungleduc](https://github.com/trungleduc))

### Bugs fixed

- Defer chart init [#18](https://github.com/trungleduc/ipecharts/pull/18) ([@trungleduc](https://github.com/trungleduc))

### Maintenance and upkeep improvements

- Add integration tests [#15](https://github.com/trungleduc/ipecharts/pull/15) ([@trungleduc](https://github.com/trungleduc))

### Documentation improvements

- add dynamic style vide [#12](https://github.com/trungleduc/ipecharts/pull/12) ([@dfguerrerom](https://github.com/dfguerrerom))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/trungleduc/ipecharts/graphs/contributors?from=2024-09-24&to=2024-10-02&type=c))

[@dfguerrerom](https://github.com/search?q=repo%3Atrungleduc%2Fipecharts+involves%3Adfguerrerom+updated%3A2024-09-24..2024-10-02&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Atrungleduc%2Fipecharts+involves%3Atrungleduc+updated%3A2024-09-24..2024-10-02&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.0.7

([Full Changelog](https://github.com/trungleduc/ipecharts/compare/v1.0.6...21d5cf521d53adaf99fe42d5bd95ca253cb9a3d4))
Expand All @@ -16,8 +45,6 @@

[@dfguerrerom](https://github.com/search?q=repo%3Atrungleduc%2Fipecharts+involves%3Adfguerrerom+updated%3A2024-08-29..2024-09-24&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Atrungleduc%2Fipecharts+involves%3Atrungleduc+updated%3A2024-08-29..2024-09-24&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.0.6

([Full Changelog](https://github.com/trungleduc/ipecharts/compare/v1.0.5...ccb7f5aa0641e623ced8609a23ae912212cba1bb))
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": "ipecharts",
"version": "1.0.7",
"version": "1.0.8",
"description": "Apache Echarts Jupyter Widget.",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5901,11 +5901,11 @@ __metadata:

"typescript@patch:typescript@~5.0.2#~builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058"
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
languageName: node
linkType: hard

Expand Down

0 comments on commit 774d471

Please sign in to comment.