Skip to content

Commit 77bdf5f

Browse files
chore: version packages (#1894)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 857f7ae commit 77bdf5f

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/alert-layout-and-styles.md

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

packages/components/CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [#1892](https://github.com/launchdarkly/launchpad-ui/pull/1892) [`857f7ae`](https://github.com/launchdarkly/launchpad-ui/commit/857f7ae6463a8faa645b15b765930e895c6cc59f) Thanks [@cmwinters](https://github.com/cmwinters)! - - Update **Alert** visuals (block backgrounds, borders, spacing, and icon sizing) and add **`AlertText`** for grouping heading and body when using **`actionsLayout="inline"`**.
8+
- New optional props: **`actionsLayout`** (`stacked` | `inline`, block variant only) and **`hideIcon`**.
9+
- Dismiss control uses a medium icon button for alignment with the refreshed layout.
10+
311
## 0.18.2
412

513
### 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": "@launchpad-ui/components",
3-
"version": "0.18.2",
3+
"version": "0.19.0",
44
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)