Skip to content

Commit 7219610

Browse files
UIEXT-1868: Bump versions
UIEXT-1868 (Include Breadcrumbs file chooser)
1 parent beced7e commit 7219610

File tree

14 files changed

+59
-17
lines changed

14 files changed

+59
-17
lines changed

.changeset/breezy-cameras-sin.md

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

.changeset/witty-suns-turn.md

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

demo/CHANGELOG.md

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

3+
## 1.0.35
4+
5+
### Patch Changes
6+
7+
- 89e6afa: Introduce opt-in features for making breadcrumbs usable without line breaks
8+
- Updated dependencies [3e2c166]
9+
- Updated dependencies [89e6afa]
10+
- @knime/styles@1.0.8
11+
- @knime/components@1.1.10
12+
- @knime/rich-text-editor@1.2.10
13+
- @knime/utils@1.0.13
14+
315
## 1.0.34
416

517
### 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.0.34",
3+
"version": "1.0.35",
44
"description": "Showcase for common UI components",
55
"license": "UNLICENSED",
66
"author": "KNIME AG, Zurich, Switzerland",

packages/components/CHANGELOG.md

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

3+
## 1.1.10
4+
5+
### Patch Changes
6+
7+
- 89e6afa: Introduce opt-in features for making breadcrumbs usable without line breaks
8+
- Updated dependencies [3e2c166]
9+
- @knime/styles@1.0.8
10+
- @knime/utils@1.0.13
11+
312
## 1.1.9
413

514
### 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.1.9",
3+
"version": "1.1.10",
44
"description": "Vue components & composables, that can be used for the frontend of all KNIME web projects.",
55
"homepage": "https://knime.github.io/webapps-common/",
66
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",

packages/rte/CHANGELOG.md

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

3+
## 1.2.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3e2c166]
8+
- Updated dependencies [89e6afa]
9+
- @knime/styles@1.0.8
10+
- @knime/components@1.1.10
11+
- @knime/utils@1.0.13
12+
313
## 1.2.9
414

515
### Patch Changes

packages/rte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knime/rich-text-editor",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"description": "Vue components of a rich text editor that can be used for the frontend of all KNIME web projects.",
55
"homepage": "https://knime.github.io/webapps-common/",
66
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",

packages/styles/CHANGELOG.md

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

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- 3e2c166: Added a default file icon
8+
39
## 1.0.7
410

511
### Patch Changes

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knime/styles",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Internal style definitions and icons shared across @knime packages",
55
"homepage": "https://knime.github.io/webapps-common/",
66
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",

0 commit comments

Comments
 (0)