Skip to content

Commit d0dad48

Browse files
authored
Merge pull request #318 from craquet/fix-hydrate
Add missing hydrate folder to package
2 parents cb11385 + 0949a64 commit d0dad48

File tree

9 files changed

+14
-13
lines changed

9 files changed

+14
-13
lines changed

package-lock.json

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

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.4
6+
version: 0.1.5
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.4",
50+
"version": "0.1.5",
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.4",
3+
"version": "0.1.5",
44
"description": "React wrapper for the package @kit-data-manager/pid-component",
55
"author": {
66
"name": "Christopher Raquet",
@@ -89,4 +89,4 @@
8989
"email": "thomas.jejkal@kit.edu"
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.4"
3+
version = "0.1.5"
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
@@ -5,7 +5,7 @@ title: '@kit-data-manager/pid-component'
55
abstract: The PID-Component is a web component that can be used to evaluate and display
66
FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly
77
way. It is easily extensible to support other identifier types.
8-
version: 0.1.4
8+
version: 0.1.5
99
keywords:
1010
- stencil
1111
- 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.1.4",
50+
"version": "0.1.5",
5151
"keywords": [
5252
"stencil",
5353
"webcomponent",

packages/stencil-library/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kit-data-manager/pid-component",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"license": "Apache-2.0",
55
"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.",
66
"author": {
@@ -89,7 +89,8 @@
8989
"collection:main": "dist/collection/index.js",
9090
"files": [
9191
"dist/",
92-
"loader/"
92+
"loader/",
93+
"hydrate/"
9394
],
9495
"scripts": {
9596
"build": "stencil build --docs",
@@ -147,4 +148,4 @@
147148
}
148149
],
149150
"homepage": "https://kit-data-manager.github.io/pid-component"
150-
}
151+
}

packages/stencil-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/pid-component"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
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."
55
license = "Apache-2.0"
66
repository = "https://github.com/kit-data-manager/pid-component"

0 commit comments

Comments
 (0)