From 6dd3d9029abf72359a4140bb2138aee3fdeb8092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Nov 2024 20:14:43 +0000 Subject: [PATCH] chore: version packages --- .changeset/silent-tools-film.md | 6 ------ packages/alert/CHANGELOG.md | 6 ++++++ packages/alert/package.json | 2 +- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 .changeset/silent-tools-film.md diff --git a/.changeset/silent-tools-film.md b/.changeset/silent-tools-film.md deleted file mode 100644 index 1b4c1ead3..000000000 --- a/.changeset/silent-tools-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@launchpad-ui/alert": patch -"@launchpad-ui/core": patch ---- - -Fix legacy alert styles diff --git a/packages/alert/CHANGELOG.md b/packages/alert/CHANGELOG.md index cfef616e3..d8166d463 100644 --- a/packages/alert/CHANGELOG.md +++ b/packages/alert/CHANGELOG.md @@ -1,5 +1,11 @@ # @launchpad-ui/alert +## 0.9.47 + +### Patch Changes + +- [#1494](https://github.com/launchdarkly/launchpad-ui/pull/1494) [`2e03be1`](https://github.com/launchdarkly/launchpad-ui/commit/2e03be13780de17ef57ff9d7b6c0f69afad0d054) Thanks [@Niznikr](https://github.com/Niznikr)! - Fix legacy alert styles + ## 0.9.46 ### Patch Changes diff --git a/packages/alert/package.json b/packages/alert/package.json index 84d6d1f42..134727f8d 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/alert", - "version": "0.9.46", + "version": "0.9.47", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e404b2f7e..2decfdd04 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @launchpad-ui/core +## 0.51.5 + +### Patch Changes + +- [#1494](https://github.com/launchdarkly/launchpad-ui/pull/1494) [`2e03be1`](https://github.com/launchdarkly/launchpad-ui/commit/2e03be13780de17ef57ff9d7b6c0f69afad0d054) Thanks [@Niznikr](https://github.com/Niznikr)! - Fix legacy alert styles + +- Updated dependencies [[`2e03be1`](https://github.com/launchdarkly/launchpad-ui/commit/2e03be13780de17ef57ff9d7b6c0f69afad0d054)]: + - @launchpad-ui/alert@0.9.47 + ## 0.51.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 69b344503..18c502510 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/core", - "version": "0.51.4", + "version": "0.51.5", "status": "beta", "publishConfig": { "access": "public"