@knime/hub-features 1.0.17 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @knime/hub-features
|
|
2
2
|
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 893d560: Add IntervalInput component for setting either date or time intervals
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [893d560]
|
|
12
|
+
- @knime/components@1.12.0
|
|
13
|
+
- @knime/utils@1.2.0
|
|
14
|
+
|
|
3
15
|
## 1.0.17
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/hub-features",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Vue components & composables for shared hub features",
|
|
5
5
|
"homepage": "https://knime.github.io/webapps-common/",
|
|
6
6
|
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"consola": "3.2.3",
|
|
28
28
|
"ofetch": "^1.4.1",
|
|
29
29
|
"typescript": "^5.4.5",
|
|
30
|
-
"@knime/components": "1.
|
|
30
|
+
"@knime/components": "1.12.0",
|
|
31
31
|
"@knime/styles": "1.1.1",
|
|
32
|
-
"@knime/utils": "1.
|
|
32
|
+
"@knime/utils": "1.2.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"vue": "3.x"
|