Skip to content

Commit 08e0dde

Browse files
committed
Bump all to 0.1.6
1 parent 6a587ac commit 08e0dde

File tree

9 files changed

+15
-12
lines changed

9 files changed

+15
-12
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.0.0
6+
version: 0.1.6
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.0.0",
50+
"version": "0.1.6",
5151
"keywords": [
5252
"react",
5353
"pid",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pid-component-monorepo",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.6",
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.1.5
6+
version: 0.1.6
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.5",
50+
"version": "0.1.6",
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.1.5",
3+
"version": "0.1.6",
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.1.5"
3+
version = "0.1.6"
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"

somesy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pid-component-monorepo"
3-
version = "0.0.0"
3+
version = "0.1.6"
44
description = "Monorepo for the PID Component and related packages"
55
license = "Apache-2.0"
66
repository = "https://github.com/kit-data-manager/pid-component"

0 commit comments

Comments
 (0)