diff --git a/CITATION.cff b/CITATION.cff index 5612fa2..6e8210a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ message: If you use this software, please cite it using these metadata. type: software title: data-view-web-component abstract: Monorepo for the Data-View-Web-Component and related packages -version: 0.1.0 +version: 0.1.1 authors: - orcid: https://orcid.org/0000-0003-2804-688X given-names: Thomas diff --git a/codemeta.json b/codemeta.json index f36932f..eeffb01 100644 --- a/codemeta.json +++ b/codemeta.json @@ -25,7 +25,7 @@ ], "name": "data-view-web-component", "description": "Monorepo for the Data-View-Web-Component and related packages", - "version": "0.1.0", + "version": "0.1.1", "keywords": [ "stencil", "webcomponent", diff --git a/package.json b/package.json index 3754168..cea3c4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "data-view-web-component", "private": true, - "version": "0.1.0", + "version": "0.1.1", "workspaces": [ "packages/*" ], @@ -44,4 +44,4 @@ "type": "git", "url": "https://github.com/kit-data-manager/data-view-web-component" } -} +} \ No newline at end of file diff --git a/packages/react-library/CITATION.cff b/packages/react-library/CITATION.cff index 8b6bef1..54ffe30 100644 --- a/packages/react-library/CITATION.cff +++ b/packages/react-library/CITATION.cff @@ -5,7 +5,7 @@ title: '@kit-data-manager/data-view-web-component-react' abstract: A generic Stencil Web Component that can be used to render single elements in lists showing customizable details, actions, and tags, e.g., for rendering search results. -version: 0.1.0 +version: 0.1.1 keywords: - stencil - webcomponent diff --git a/packages/react-library/codemeta.json b/packages/react-library/codemeta.json index 5f69dee..7bb071f 100644 --- a/packages/react-library/codemeta.json +++ b/packages/react-library/codemeta.json @@ -25,7 +25,7 @@ ], "name": "@kit-data-manager/data-view-web-component-react", "description": "A generic Stencil Web Component that can be used to render single elements in lists showing customizable details, actions, and tags, e.g., for rendering search results.", - "version": "0.1.0", + "version": "0.1.1", "keywords": [ "stencil", "webcomponent", diff --git a/packages/react-library/package.json b/packages/react-library/package.json index c3c1c39..5cbc64c 100644 --- a/packages/react-library/package.json +++ b/packages/react-library/package.json @@ -1,6 +1,6 @@ { "name": "@kit-data-manager/data-view-web-component-react", - "version": "0.1.0", + "version": "0.1.1", "description": "A generic Stencil Web Component that can be used to render single elements in lists showing customizable details, actions, and tags, e.g., for rendering search results.", "author": { "name": "Thomas Jejkal", diff --git a/packages/react-library/somesy.toml b/packages/react-library/somesy.toml index c18da28..7680246 100644 --- a/packages/react-library/somesy.toml +++ b/packages/react-library/somesy.toml @@ -1,6 +1,6 @@ [project] name = "@kit-data-manager/data-view-web-component-react" -version = "0.1.0" +version = "0.1.1" description = "A generic Stencil Web Component that can be used to render single elements in lists showing customizable details, actions, and tags, e.g., for rendering search results." license = "Apache-2.0" repository = "https://github.com/kit-data-manager/data-view-web-component" diff --git a/packages/stencil-library/CITATION.cff b/packages/stencil-library/CITATION.cff index 5746b5d..3ad266f 100644 --- a/packages/stencil-library/CITATION.cff +++ b/packages/stencil-library/CITATION.cff @@ -5,7 +5,7 @@ title: '@kit-data-manager/data-view-web-component' abstract: A generic Stencil Web Component that can be used to render single elements in lists showing customizable details, actions, and tags, e.g., for rendering search results. -version: 0.1.0 +version: 0.1.1 keywords: - stencil - webcomponent diff --git a/packages/stencil-library/codemeta.json b/packages/stencil-library/codemeta.json index 99b6b53..3694e90 100644 --- a/packages/stencil-library/codemeta.json +++ b/packages/stencil-library/codemeta.json @@ -25,7 +25,7 @@ ], "name": "@kit-data-manager/data-view-web-component", "description": "A generic Stencil Web Component that can be used to render single elements in lists showing customizable details, actions, and tags, e.g., for rendering search results.", - "version": "0.1.0", + "version": "0.1.1", "keywords": [ "stencil", "webcomponent", diff --git a/packages/stencil-library/package.json b/packages/stencil-library/package.json index 48dc4d9..1991fcd 100644 --- a/packages/stencil-library/package.json +++ b/packages/stencil-library/package.json @@ -1,6 +1,6 @@ { "name": "@kit-data-manager/data-view-web-component", - "version": "0.1.0", + "version": "0.1.1", "description": "A generic Stencil Web Component that can be used to render single elements in lists showing customizable details, actions, and tags, e.g., for rendering search results.", "main": "dist/index.cjs.js", "module": "dist/index.js", @@ -109,4 +109,4 @@ "overrides": { "storybook": "$storybook" } -} +} \ No newline at end of file diff --git a/packages/stencil-library/somesy.toml b/packages/stencil-library/somesy.toml index f188bab..3f25f2d 100644 --- a/packages/stencil-library/somesy.toml +++ b/packages/stencil-library/somesy.toml @@ -1,6 +1,6 @@ [project] name = "@kit-data-manager/data-view-web-component" -version = "0.1.0" +version = "0.1.1" description = "A generic Stencil Web Component that can be used to render single elements in lists showing customizable details, actions, and tags, e.g., for rendering search results." license = "Apache-2.0" repository = "https://github.com/kit-data-manager/data-view-web-component" diff --git a/somesy.toml b/somesy.toml index 0828f58..89e4c02 100644 --- a/somesy.toml +++ b/somesy.toml @@ -1,6 +1,6 @@ [project] name = "data-view-web-component" -version = "0.1.0" +version = "0.1.1" description = "Monorepo for the Data-View-Web-Component and related packages" license = "Apache-2.0" repository = "https://github.com/kit-data-manager/data-view-web-component"