Skip to content

Commit

Permalink
Merge pull request #8 from NFDI4Chem/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--release-please-action

chore(main): release 0.2.0
  • Loading branch information
CS76 authored Aug 3, 2023
2 parents 4573505 + 04fb95c commit 370915b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [0.2.0](https://github.com/NFDI4Chem/ontology-elements/compare/v0.1.0...v0.2.0) (2023-08-03)


### Features

* added citation.cff ([fc745c5](https://github.com/NFDI4Chem/ontology-elements/commit/fc745c523286126465d5ffe5c6b1325d5b68d1d0))
* added docs site ([1c8ad71](https://github.com/NFDI4Chem/ontology-elements/commit/1c8ad71b7f196fa6874f1694a5ef2dda96b34a56))
* added ontology select (hierarchy tree based selection) ([b0ef1aa](https://github.com/NFDI4Chem/ontology-elements/commit/b0ef1aab4570bdac96a66bc74474d358b66b0a71))
* added roll up and auto registering components ([95dc8f1](https://github.com/NFDI4Chem/ontology-elements/commit/95dc8f1eba96e79a635be10a844ef0a21fc343a0))
* added stackblitz embeds and other updates ([5529113](https://github.com/NFDI4Chem/ontology-elements/commit/5529113b776f162dc1be11752faeb0e201d58851))
* added svelte example ([d3c9a1e](https://github.com/NFDI4Chem/ontology-elements/commit/d3c9a1e666c0d2916ce52a144d607e0e0963b170))
* added text annotation component updated the term annotation accordingly ([cc5e0ca](https://github.com/NFDI4Chem/ontology-elements/commit/cc5e0cacb374b464f660172f93663545a7847c72))
* exposed annotate and compose elements ([ae924cb](https://github.com/NFDI4Chem/ontology-elements/commit/ae924cb80d2d08bd12967a8d7d3ad96bb0b230e1))
* fixed ontology compose component ([dd594c7](https://github.com/NFDI4Chem/ontology-elements/commit/dd594c7b458138ec135b1895cbe458127b4e5afb))
* react stackblitz issue fix ([abb9061](https://github.com/NFDI4Chem/ontology-elements/commit/abb9061d816cdcdde76f35e88a55fefdbf01977c))
* updated demo page ([9b24d4f](https://github.com/NFDI4Chem/ontology-elements/commit/9b24d4f4d0ed933cf21bb79694669abda53a7fd8))
* updated docs and read me ([892580e](https://github.com/NFDI4Chem/ontology-elements/commit/892580ee72cc7496b8cc253196e215f994fb73e0))
* various bug fixes and docs update ([2da05e5](https://github.com/NFDI4Chem/ontology-elements/commit/2da05e522a0b8168e43a1b1d0321d2af949032c2))


### Bug Fixes

* add logos to docs ([628a772](https://github.com/NFDI4Chem/ontology-elements/commit/628a7728aaeb928d03a963da6f0039a77b928b6c))
* added model value support, other fixes and formatting ([5944c02](https://github.com/NFDI4Chem/ontology-elements/commit/5944c02e3bfbe2eb923dfe76f147ef97552b6f95))
* base path error fix ([4004323](https://github.com/NFDI4Chem/ontology-elements/commit/4004323c8a5247dd97c0a2951cc4025634c11d58))
* element tag bug fix ([0eaf72f](https://github.com/NFDI4Chem/ontology-elements/commit/0eaf72f3a05451319c0a563e93098711fd25b705))
* Index page updates and react version updates ([ff6045c](https://github.com/NFDI4Chem/ontology-elements/commit/ff6045cedcefa91c66352efd63a63fdd83f2e950))
* ReferenceError: customElements is not defined fix ([3df9c92](https://github.com/NFDI4Chem/ontology-elements/commit/3df9c92f248619f482c9f29c4ab77b24bdb09c42))
* resolved conflicts ([895b799](https://github.com/NFDI4Chem/ontology-elements/commit/895b79998dae7a486098544844d2679f861ccd96))
* resolved dead link issue in md ([6e7bf6d](https://github.com/NFDI4Chem/ontology-elements/commit/6e7bf6dfb21131482bfebaed580dcf89b3a1a849))
* updated ontology-elements-why image in readme ([e652051](https://github.com/NFDI4Chem/ontology-elements/commit/e652051b5fdc69d549aba0f8f22ef8e20b6199aa))

## 1.0.0 (2023-04-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ontology-elements",
"version": "0.2.3",
"version": "0.2.0",
"private": false,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 370915b

Please sign in to comment.