Skip to content

dependency updates #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ const config = {
name: '@storybook/web-components-vite',
options: {},
},
docs: {
autodocs: 'tag',
},
docs: {},
core: {
disableTelemetry: true,
}
Expand Down
1 change: 0 additions & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defineCustomElements();

const preview = {
parameters: {
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
matchers: {
color: /(background|color)$/i,
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: '@kit-data-manager/pid-component'
abstract: 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.
version: 0.1.1
version: 0.1.2
keywords:
- stencil
- webcomponent
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"name": "@kit-data-manager/pid-component",
"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.",
"version": "0.1.1",
"version": "0.1.2",
"keywords": [
"stencil",
"webcomponent",
Expand Down
Loading