Skip to content

Commit eb2631e

Browse files
committed
HUB-8597: bump versions
HUB-8597 (Adapt WAC toast to api errors)
1 parent 0fd52b2 commit eb2631e

File tree

9 files changed

+33
-10
lines changed

9 files changed

+33
-10
lines changed

.changeset/strange-eels-itch.md

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

demo/CHANGELOG.md

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

3+
## 1.0.36
4+
5+
### Patch Changes
6+
7+
- 0fd52b2: add component prop to Toast interface to enable custom formatted toast content, update demo
8+
- Updated dependencies [0fd52b2]
9+
- @knime/components@1.2.0
10+
- @knime/rich-text-editor@1.2.11
11+
312
## 1.0.35
413

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

packages/components/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 0fd52b2: add component prop to Toast interface to enable custom formatted toast content, update demo
8+
39
## 1.1.10
410

511
### 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.10",
3+
"version": "1.2.0",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @knime/rich-text-editor
22

3+
## 1.2.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0fd52b2]
8+
- @knime/components@1.2.0
9+
310
## 1.2.10
411

512
### 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.10",
3+
"version": "1.2.11",
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/ui-extension-renderer/CHANGELOG.md

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

3+
## 1.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0fd52b2]
8+
- @knime/components@1.2.0
9+
310
## 1.1.9
411

512
### Patch Changes

packages/ui-extension-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knime/ui-extension-renderer",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "Internal shared components and utilities to render UI-Extensions. Used in other consuming `@knime` packages.",
55
"homepage": "https://knime.github.io/webapps-common/",
66
"license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE LICENSE IN license.txt)",

0 commit comments

Comments
 (0)