Skip to content

Commit 242a2cb

Browse files
github-actions[bot]George-Payne
authored andcommitted
Version Packages
1 parent 11c9a86 commit 242a2cb

File tree

9 files changed

+34
-28
lines changed

9 files changed

+34
-28
lines changed

.changeset/gentle-mayflies-glow.md

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

.changeset/heavy-bananas-bow.md

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

.changeset/smart-cycles-return.md

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

packages/components/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @kurrent-ui/components
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [`214f35df`](https://github.com/EventStore/Design-System/commit/214f35df89a403d472f1c0a78888af0e6d6a6dfc) - Table Details overhaul
8+
9+
Table details has been redesigned to be
10+
11+
- More information dense
12+
- Handle longer labels and data
13+
- Fluidly size itself to it's available space
14+
15+
Additionally, cell auto extract now handles more data types by attempting to convert all data type to a string, otherwise returning an empty placeholder.
16+
17+
### Patch Changes
18+
19+
- [`b04e459e`](https://github.com/EventStore/Design-System/commit/b04e459e98473685d83782d8c4d878ec709640b8) - Fix missing spacing fallbacks
20+
321
## 2.2.0
422

523
### Minor 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": "@kurrent-ui/components",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Core components for Kurrent Design System",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs.js",

packages/fields/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [`b04e459e`](https://github.com/EventStore/Design-System/commit/b04e459e98473685d83782d8c4d878ec709640b8) - Fix missing spacing fallbacks
8+
39
## 2.1.0
410

511
### Minor Changes

packages/fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurrent-ui/fields",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Forms and fields for Kurrent Design System",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs.js",

packages/layout/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [`9ea92fb0`](https://github.com/EventStore/Design-System/commit/9ea92fb0563b4c43e7fbe9a6de580b1e48fdf670) - New Component: `<l2-tab-bar />`
8+
Displays a set of links as tabs, matching the style of `<c2-tabs />`
9+
310
## 2.1.0
411

512
### Minor Changes

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurrent-ui/layout",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Page layout components for Kurrent Design System",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)