Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and George-Payne committed Aug 1, 2024
1 parent 3098fc9 commit 0c72aee
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-camels-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-fireants-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-melons-tap.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @eventstore-ui/fields

## 1.1.0

### Minor Changes

- [`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.

### Patch Changes

- [`a9e23f7`](https://github.com/EventStore/Design-System/commit/a9e23f7f7b59091deb159a44757249899235ae6a) - Implement keyboard accessibility for es-checkbox

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/fields",
"version": "1.0.2",
"version": "1.1.0",
"description": "Forms and fields for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eventstore-ui/forms

## 1.0.1

### Patch Changes

- [`3098fc9`](https://github.com/EventStore/Design-System/commit/3098fc9c968278353a08c843fecf4a44368453a4) - Improve ValidatedForm connection typing to support Map and Set.

## 1.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/forms",
"version": "1.0.0",
"version": "1.0.1",
"description": "Form validation and working copy data store.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down

0 comments on commit 0c72aee

Please sign in to comment.