Skip to content

Commit 08bb47d

Browse files
pbaernrobin-gerling
authored andcommitted
UIEXT-2130: Bump versions
UIEXT-2130 (Create Inline Message Handling)
1 parent 337e26b commit 08bb47d

File tree

15 files changed

+66
-13
lines changed

15 files changed

+66
-13
lines changed

.changeset/hip-feet-exercise.md

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

demo/CHANGELOG.md

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

3+
## 1.0.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bdc6195]
8+
- @knime/components@1.2.5
9+
- @knime/styles@1.0.10
10+
- @knime/rich-text-editor@1.2.16
11+
- @knime/virtual-tree@1.0.2
12+
- @knime/utils@1.0.15
13+
314
## 1.0.41
415

516
### 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.41",
3+
"version": "1.0.42",
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.2.5
4+
5+
### Patch Changes
6+
7+
- bdc6195: Adjust color names to default color naming scheme
8+
- Updated dependencies [bdc6195]
9+
- @knime/styles@1.0.10
10+
- @knime/utils@1.0.15
11+
312
## 1.2.4
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.2.4",
3+
"version": "1.2.5",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @knime/rich-text-editor
22

3+
## 1.2.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bdc6195]
8+
- @knime/components@1.2.5
9+
- @knime/styles@1.0.10
10+
- @knime/utils@1.0.15
11+
312
## 1.2.15
413

514
### 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.15",
3+
"version": "1.2.16",
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.10
4+
5+
### Patch Changes
6+
7+
- bdc6195: Adjust color names to default color naming scheme
8+
39
## 1.0.9
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.9",
3+
"version": "1.0.10",
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)",

packages/ui-extension-renderer/CHANGELOG.md

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

3+
## 1.1.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bdc6195]
8+
- @knime/components@1.2.5
9+
- @knime/styles@1.0.10
10+
311
## 1.1.14
412

513
### Patch Changes

0 commit comments

Comments
 (0)