Skip to content

Commit 0c72aee

Browse files
github-actions[bot]George-Payne
authored andcommitted
Version Packages
1 parent 3098fc9 commit 0c72aee

File tree

7 files changed

+18
-17
lines changed

7 files changed

+18
-17
lines changed

.changeset/gorgeous-camels-accept.md

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

.changeset/quiet-fireants-pump.md

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

.changeset/young-melons-tap.md

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

packages/fields/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [`7a0f5fb`](https://github.com/EventStore/Design-System/commit/7a0f5fb32350675d22f7970e7e1c117be05cb8e7) - Added the `es-multi-checkbox` component, which allows the selection of multiple options from a list of checkboxes. This component enhances the form handling capabilities by providing a flexible and user-friendly way to manage multi-selection inputs.
8+
9+
### Patch Changes
10+
11+
- [`a9e23f7`](https://github.com/EventStore/Design-System/commit/a9e23f7f7b59091deb159a44757249899235ae6a) - Implement keyboard accessibility for es-checkbox
12+
313
## 1.0.2
414

515
### Patch 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": "@eventstore-ui/fields",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Forms and fields for Event Store Design System",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs.js",

packages/forms/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [`3098fc9`](https://github.com/EventStore/Design-System/commit/3098fc9c968278353a08c843fecf4a44368453a4) - Improve ValidatedForm connection typing to support Map and Set.
8+
39
## 1.0.0
410

511
### Minor Changes

packages/forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eventstore-ui/forms",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Form validation and working copy data store.",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)