Skip to content

Commit 9c69c23

Browse files
authored
Merge pull request #337 from kit-data-manager/release-preparation
prepared release
2 parents 1e919d9 + 191a483 commit 9c69c23

File tree

13 files changed

+17
-16
lines changed

13 files changed

+17
-16
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cff-version: 1.2.0
22
message: If you use this software, please cite it using these metadata.
33
type: software
4-
title: pid-component-monorepo
4+
title: pid-component
55
abstract: Monorepo for the PID Component and related packages
6-
version: 0.2.0
6+
version: 0.2.1
77
authors:
88
- orcid: https://orcid.org/0009-0005-2800-4833
99
given-names: Maximilian

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PID Component
22

33
[![CodeQL](https://github.com/kit-data-manager/pid-component/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/kit-data-manager/pid-component/actions/workflows/github-code-scanning/codeql)
4+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13629109.svg)](https://doi.org/10.5281/zenodo.13629109)
45

56
The `pid-component` is an easily extensible web component that can be used to display PIDs, ORCiDs, and possibly other
67
identifiers in a user-friendly way.

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"affiliation": "Karlsruhe Institute of Technology (KIT)"
4646
}
4747
],
48-
"name": "pid-component-monorepo",
48+
"name": "pid-component",
4949
"description": "Monorepo for the PID Component and related packages",
50-
"version": "0.2.0",
50+
"version": "0.2.1",
5151
"keywords": [
5252
"react",
5353
"pid",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "pid-component-monorepo",
2+
"name": "pid-component",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"workspaces": [
66
"packages/*"
77
],

packages/react-library/CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: If you use this software, please cite it using these metadata.
33
type: software
44
title: '@kit-data-manager/react-pid-component'
55
abstract: React wrapper for the package @kit-data-manager/pid-component
6-
version: 0.2.0
6+
version: 0.2.1
77
keywords:
88
- react
99
- pid

packages/react-library/codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
],
4848
"name": "@kit-data-manager/react-pid-component",
4949
"description": "React wrapper for the package @kit-data-manager/pid-component",
50-
"version": "0.2.0",
50+
"version": "0.2.1",
5151
"keywords": [
5252
"react",
5353
"pid",

packages/react-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kit-data-manager/react-pid-component",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React wrapper for the package @kit-data-manager/pid-component",
55
"author": {
66
"name": "Christopher Raquet",

packages/react-library/somesy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "@kit-data-manager/react-pid-component"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "React wrapper for the package @kit-data-manager/pid-component"
55
license = "Apache-2.0"
66
repository = "https://github.com/kit-data-manager/pid-component"

packages/stencil-library/CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ abstract: The PID-Component is a web component that can be used to evaluate and
66
display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in
77
a user-friendly way. It is easily extensible to support other identifier
88
types.
9-
version: 0.2.0
9+
version: 0.2.1
1010
keywords:
1111
- stencil
1212
- webcomponent

packages/stencil-library/codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
],
4848
"name": "@kit-data-manager/pid-component",
4949
"description": "The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.",
50-
"version": "0.2.0",
50+
"version": "0.2.1",
5151
"keywords": [
5252
"stencil",
5353
"webcomponent",

0 commit comments

Comments
 (0)