Skip to content

Commit

Permalink
0.23 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jri committed Jul 22, 2019
1 parent 577a5b8 commit 843d85a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Version History

**0.23** -- Jul 22, 2019

* Improvements:
* Make no assumption about the topicmap data format
* Correct "competing store modules" error message
* Chore:
* Adapt to `dm5` library ("children" renaming)
* Change license to `AGPL-3.0`

**0.22** -- Apr 22, 2019

* Fix: adding toolbar components after instantiation is supported
Expand Down Expand Up @@ -119,4 +128,4 @@

------------
Jörg Richter
Apr 22, 2019
Jul 22, 2019
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "dm5-topicmap-panel",
"version": "0.22.0",
"version": "0.23.0",
"description": "The DeepaMehta 5 topicmap panel as a composable GUI component",
"author": "Jörg Richter <[email protected]>",
"license": "GPL-3.0-or-later",
"license": "AGPL-3.0",
"main": "src/components/dm5-topicmap-panel.vue",
"repository": {
"type": "git",
Expand Down

0 comments on commit 843d85a

Please sign in to comment.