From b7100a157da9c3250cf4a7de61c6b4659bb4fb67 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 May 2024 06:26:21 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/ts4nfdi/terminology-service-suite/compare/v2.0.1...v2.0.2) (2024-05-15) ### Bug Fixes * **SearchResults:** encode IRI ([53cd9fd](https://github.com/ts4nfdi/terminology-service-suite/commit/53cd9fd77e7961ff6757f2231e52c1d159c98ab2)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc2412b2..8f922620 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ts4nfdi/terminology-service-suite", - "version": "2.0.1", + "version": "2.0.2", "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",