From 0a71d3979dcca8b2817deafd8e1d0133d25b1a4f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jan 2024 08:28:49 +0000 Subject: [PATCH] chore(release): 1.17.6 [skip ci] ## [1.17.6](https://github.com/nfdi4health/semlookp-widgets/compare/v1.17.5...v1.17.6) (2024-01-23) ### Bug Fixes * add updated package-lock file ([51bcb58](https://github.com/nfdi4health/semlookp-widgets/commit/51bcb58b293548973a605d1b275012913fd19b7a)) * bundling ([282f18d](https://github.com/nfdi4health/semlookp-widgets/commit/282f18d7bae846f1479990a0dca2b15489e7188d)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97989796..b7859820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nfdi4health/semlookp-widgets", - "version": "1.17.5", + "version": "1.17.6", "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",