@knime/hub-features 1.15.1 → 1.15.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +9 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @knime/hub-features
2
2
 
3
+ ## 1.15.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [640ba04]
8
+ - @knime/components@1.41.7
9
+
10
+ ## 1.15.2
11
+
12
+ ### Patch Changes
13
+
14
+ - b6c2eb9: add repository link to package.json
15
+ - Updated dependencies [b6c2eb9]
16
+ - @knime/components@1.41.6
17
+ - @knime/styles@1.14.3
18
+ - @knime/utils@1.7.1
19
+
3
20
  ## 1.15.1
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@knime/hub-features",
3
- "version": "1.15.1",
3
+ "version": "1.15.3",
4
4
  "description": "Vue components & composables for shared hub features",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/knime/webapps-common.git",
8
+ "directory": "packages/hub-features"
9
+ },
5
10
  "homepage": "https://knime.github.io/webapps-common/",
6
11
  "license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
7
12
  "author": "KNIME AG, Zurich, Switzerland",
@@ -31,9 +36,9 @@
31
36
  "lodash-es": "4.17.21",
32
37
  "ofetch": "^1.4.1",
33
38
  "typescript": "^5.8.3",
34
- "@knime/components": "1.41.5",
35
- "@knime/styles": "1.14.2",
36
- "@knime/utils": "1.7.0"
39
+ "@knime/components": "1.41.7",
40
+ "@knime/styles": "1.14.3",
41
+ "@knime/utils": "1.7.1"
37
42
  },
38
43
  "peerDependencies": {
39
44
  "consola": "3.x",