Skip to content

Commit 9ff25d2

Browse files
github-actions[bot]hejtful
authored andcommitted
Version Packages
1 parent 553eeda commit 9ff25d2

File tree

15 files changed

+63
-16
lines changed

15 files changed

+63
-16
lines changed

.changeset/proud-dragons-march.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

demo/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# demo
22

3+
## 1.6.46
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [553eeda]
8+
- @knime/components@1.42.0
9+
- @knime/hub-features@1.15.8
10+
- @knime/rich-text-editor@1.7.40
11+
- @knime/virtual-tree@1.6.40
12+
313
## 1.6.45
414

515
### Patch Changes

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "1.6.45",
3+
"version": "1.6.46",
44
"description": "Showcase for common UI components",
55
"license": "UNLICENSED",
66
"author": "KNIME AG, Zurich, Switzerland",

packages/components/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @knime/components
22

3+
## 1.42.0
4+
5+
### Minor Changes
6+
7+
- 553eeda: - Add onContextMenuOutside hook from knime-ui (vueuse `onClickOutside` ignores `contextmenu` events)
8+
- Prevent default contextmenu behavior on BaseMenuItems
9+
- Close file explorer context menu on file explorer options button click, if context menu was already open by option button
10+
- Close file explorer context menu on right-click (`contextmenu` event) outside
11+
- Combine `shift` and `flip` middleware from `floating-ui` on file explorer context menu
12+
313
## 1.41.10
414

515
### Patch Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knime/components",
3-
"version": "1.41.10",
3+
"version": "1.42.0",
44
"description": "Vue components & composables, that can be used for the frontend of all KNIME web projects.",
55
"repository": {
66
"type": "git",

packages/hub-features/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @knime/hub-features
22

3+
## 1.15.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [553eeda]
8+
- @knime/components@1.42.0
9+
310
## 1.15.7
411

512
### Patch Changes

packages/hub-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knime/hub-features",
3-
"version": "1.15.7",
3+
"version": "1.15.8",
44
"description": "Vue components & composables for shared hub features",
55
"repository": {
66
"type": "git",

packages/jsonforms/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @knime/json-forms
22

3+
## 1.15.46
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [553eeda]
8+
- @knime/components@1.42.0
9+
- @knime/rich-text-editor@1.7.40
10+
311
## 1.15.45
412

513
### Patch Changes

packages/jsonforms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knime/jsonforms",
3-
"version": "1.15.45",
3+
"version": "1.15.46",
44
"description": "Internal JSON Forms integration for frontend KNIME projects",
55
"repository": {
66
"type": "git",

packages/rich-text-editor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @knime/rich-text-editor
22

3+
## 1.7.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [553eeda]
8+
- @knime/components@1.42.0
9+
310
## 1.7.39
411

512
### Patch Changes

0 commit comments

Comments
 (0)