diff --git a/.changeset/lemon-seals-visit.md b/.changeset/lemon-seals-visit.md deleted file mode 100644 index b3121d176..000000000 --- a/.changeset/lemon-seals-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@launchpad-ui/components": patch ---- - -align popover padding for filtered collections diff --git a/.changeset/rare-dancers-yell.md b/.changeset/rare-dancers-yell.md deleted file mode 100644 index 912207622..000000000 --- a/.changeset/rare-dancers-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@launchpad-ui/components": patch ---- - -remove the copyToClipboard utility method diff --git a/.changeset/seven-colts-know.md b/.changeset/seven-colts-know.md deleted file mode 100644 index 4be2160a4..000000000 --- a/.changeset/seven-colts-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@launchpad-ui/components": patch ---- - -remove the CopyToClipboard component diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 42bce7827..ef1d790e6 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,15 @@ # @launchpad-ui/components +## 0.17.6 + +### Patch Changes + +- [#1816](https://github.com/launchdarkly/launchpad-ui/pull/1816) [`fc8a904`](https://github.com/launchdarkly/launchpad-ui/commit/fc8a90401e7f40d665c2e89f1b1c79ac469ef1ba) Thanks [@apucacao](https://github.com/apucacao)! - align popover padding for filtered collections + +- [#1815](https://github.com/launchdarkly/launchpad-ui/pull/1815) [`623fa6f`](https://github.com/launchdarkly/launchpad-ui/commit/623fa6f8f87313a1d98394c70ead16ebb4ce5e49) Thanks [@ari-launchdarkly](https://github.com/ari-launchdarkly)! - remove the copyToClipboard utility method + +- [#1813](https://github.com/launchdarkly/launchpad-ui/pull/1813) [`1e97e24`](https://github.com/launchdarkly/launchpad-ui/commit/1e97e24d0a6c8d88a96b7949ec127b7489e00273) Thanks [@ari-launchdarkly](https://github.com/ari-launchdarkly)! - remove the CopyToClipboard component + ## 0.17.5 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 1a29f6153..ffd3307df 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/components", - "version": "0.17.5", + "version": "0.17.6", "description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.", "repository": { "type": "git",