Skip to content

Commit

Permalink
chore(release): 2.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.11.0](v2.10.1...v2.11.0) (2024-10-15)

### Features

* **MetadataWidget:** added stories for optional tabs. ([9166c83](9166c83))
* **MetaDataWidget:** Added the ontologyInfoWidget as a new tab. ([814a3a4](814a3a4))
* **MetadataWidget:** enable users to make the term's label a link. ([c6e13b1](c6e13b1))
* **MetadataWidget:** moved the term label to the top and made it bold. ([0ece2c1](0ece2c1))
* **TabPresentation:** make the tabs optional. ([29bd512](29bd512))
  • Loading branch information
semantic-release-bot committed Oct 15, 2024
1 parent d95cb7a commit 2262aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts4nfdi/terminology-service-suite",
"version": "2.10.1",
"version": "2.11.0",
"description": "This project includes a widget component library derived from the semantic lookup service SemLookP. The Terminology Service is a repository for biomedical resources that aims to provide a single point of access to the latest ontology and terminology versions. User interface (UI) functionalities were extracted and implemented as separate widgets to allow integration into other 3rd party services, thus simplifying the development of user interfaces and the visualization of semantic information. The widgets are built with React and TypeScript and can be used in React applications. SemLookP and the widgets are based on the Ontology Lookup Service (OLS), software developed by EBI.",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 2262aea

Please sign in to comment.