Skip to content

Commit cf086c2

Browse files
authored
Merge pull request #340 from kit-data-manager/updated-dependencies
Updated dependencies
2 parents b957223 + cc9a854 commit cf086c2

File tree

22 files changed

+1047
-1060
lines changed

22 files changed

+1047
-1060
lines changed

.github/workflows/npm-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: NPM Clean Install
1+
name: NPM CI
22

33
permissions:
44
contents: read
@@ -15,9 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
# Use both LTS releases and latest one for tests
18-
node: [ 16, 18, 20 ]
18+
node: [ 18, 20, 22, 24 ]
1919
steps:
20-
- uses: actions/checkout@v4.1.7
20+
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node }}

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

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# PID Component
22

3+
[![Build](https://github.com/kit-data-manager/pid-component/actions/workflows/npm-ci.yml/badge.svg?branch=main)](https://github.com/kit-data-manager/pid-component/actions/workflows/ci.yml)
34
[![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)
45
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13629109.svg)](https://doi.org/10.5281/zenodo.13629109)
6+
[![npm version](https://img.shields.io/npm/v/@kit-data-manager/pid-component.svg)](https://www.npmjs.com/package/@kit-data-manager/pid-component)
7+
[![npm downloads](https://img.shields.io/npm/dm/@kit-data-manager/pid-component.svg)](https://www.npmjs.com/package/@kit-data-manager/pid-component)
8+
[![License](https://img.shields.io/github/license/kit-data-manager/pid-component.svg)](https://spdx.org/licenses/Apache-2.0)
9+
[![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg)](https://kit-data-manager.github.io/pid-component)
510

6-
The `pid-component` is an easily extensible web component that can be used to display PIDs, ORCiDs, and possibly other
11+
The `pid-component` is an easily extensible web component that can be used to display PIDs, ORCiDs, and other
712
identifiers in a user-friendly way.
813
It is easily extensible to support other identifier types.
914

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",
4949
"description": "Monorepo for the PID Component and related packages",
50-
"version": "0.2.1",
50+
"version": "0.2.2",
5151
"keywords": [
5252
"react",
5353
"pid",

0 commit comments

Comments
 (0)