Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/alert-style-updates.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-garlics-ask.md

This file was deleted.

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

## 0.19.0

### Minor Changes

- [#1876](https://github.com/launchdarkly/launchpad-ui/pull/1876) [`655be42`](https://github.com/launchdarkly/launchpad-ui/commit/655be4296119c0b1f84df2c8282511b5ad0246e9) Thanks [@cmwinters](https://github.com/cmwinters)! - This change updates the Alert styles to more closely resemble a traditional alert banner. The block and inline variants now share the same styles, and there are some small prop updates to the inline variant.

### Patch Changes

- [#1881](https://github.com/launchdarkly/launchpad-ui/pull/1881) [`64cccc5`](https://github.com/launchdarkly/launchpad-ui/commit/64cccc5567faad67a5851b772826b221bc0b6bc4) Thanks [@cmwinters](https://github.com/cmwinters)! - Update Alert padding and icon position

## 0.18.1

### Patch 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": "@launchpad-ui/components",
"version": "0.18.1",
"version": "0.19.0",
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
"repository": {
"type": "git",
Expand Down
Loading