Skip to content

Commit 8071137

Browse files
authored
Merge pull request #334 from kit-data-manager/dependency-update
updated dependencies
2 parents 5d05117 + f946cdd commit 8071137

File tree

18 files changed

+124
-79
lines changed

18 files changed

+124
-79
lines changed

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: pid-component-monorepo
55
abstract: Monorepo for the PID Component and related packages
6-
version: 0.1.6
6+
version: 0.2.0
77
authors:
88
- orcid: https://orcid.org/0009-0005-2800-4833
99
given-names: Maximilian

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
],
4848
"name": "pid-component-monorepo",
4949
"description": "Monorepo for the PID Component and related packages",
50-
"version": "0.1.6",
50+
"version": "0.2.0",
5151
"keywords": [
5252
"react",
5353
"pid",

package-lock.json

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pid-component-monorepo",
33
"private": true,
4-
"version": "0.1.7",
4+
"version": "0.2.0",
55
"workspaces": [
66
"packages/*"
77
],
@@ -78,4 +78,4 @@
7878
"type": "git",
7979
"url": "https://github.com/kit-data-manager/pid-component"
8080
}
81-
}
81+
}

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.1.6
6+
version: 0.2.0
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.1.6",
50+
"version": "0.2.0",
5151
"keywords": [
5252
"react",
5353
"pid",

packages/react-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kit-data-manager/react-pid-component",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"description": "React wrapper for the package @kit-data-manager/pid-component",
55
"author": {
66
"name": "Christopher Raquet",
@@ -89,4 +89,4 @@
8989
"email": "[email protected]"
9090
}
9191
]
92-
}
92+
}

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.1.6"
3+
version = "0.2.0"
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/.storybook/preview.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ export default {
3232
// runOnly: ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa', 'best-practice', 'wcag2aaa'],
3333
},
3434
},
35+
backgrounds: {
36+
options: {
37+
// 👇 Default options
38+
dark: { name: 'Dark', value: '#222' },
39+
light: { name: 'Light', value: '#F7F9F2' },
40+
},
41+
},
3542
controls: {
3643
matchers: {
3744
color: /(background|color)$/i,

packages/stencil-library/CITATION.cff

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ cff-version: 1.2.0
22
message: If you use this software, please cite it using these metadata.
33
type: software
44
title: '@kit-data-manager/pid-component'
5-
abstract: The PID-Component is a web component that can be used to evaluate and display
6-
FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly
7-
way. It is easily extensible to support other identifier types.
8-
version: 0.1.6
5+
abstract: The PID-Component is a web component that can be used to evaluate and
6+
display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in
7+
a user-friendly way. It is easily extensible to support other identifier
8+
types.
9+
version: 0.2.0
910
keywords:
1011
- stencil
1112
- webcomponent

0 commit comments

Comments
 (0)