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 May 24, 2024
1 parent 7bd143d commit 23f45d5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-parrots-sparkle.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/proud-rice-matter.md

This file was deleted.

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

## 1.6.0

### Minor Changes

- [`389e7e2`](https://github.com/EventStore/Design-System/commit/389e7e26d2e558c853da0d08323b6447109fa2aa) - Add `actions` for use in tables and panel headers

`es-actions` - Action container.
`es-action` - Generic button action.
`es-action-with-confirmation` - An action button with confirmation modal.
`es-action-link` - Link action.
`es-action-dropdown` - A dropdown to contain more actions.
`ActionCopy` - Copy some text.
`ActionDelete` - Delete icon and confirmation modal.
`action.css` - Styles for creating custom actions.

### Patch Changes

- [`918e384`](https://github.com/EventStore/Design-System/commit/918e384300a018ce4e048040b8efadf235db87d6) - Bug fix: Persist portaled elements when parent `es-portal` is moved in the DOM.

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/components",
"version": "1.5.0",
"version": "1.6.0",
"description": "Core components for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit 23f45d5

Please sign in to comment.