From 6f9d42de4ce9dba3e494d4e3a32d1e58ee074e1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Sep 2023 13:32:29 +0000 Subject: [PATCH] chore: version packages --- .changeset/polite-teachers-walk.md | 6 ------ packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- packages/markdown/CHANGELOG.md | 6 ++++++ packages/markdown/package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 .changeset/polite-teachers-walk.md diff --git a/.changeset/polite-teachers-walk.md b/.changeset/polite-teachers-walk.md deleted file mode 100644 index b77e5fbfb..000000000 --- a/.changeset/polite-teachers-walk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@launchpad-ui/markdown': patch -'@launchpad-ui/core': patch ---- - -Update dependencies diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5c9f86112..83b5d6d47 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @launchpad-ui/core +## 0.45.2 + +### Patch Changes + +- [#988](https://github.com/launchdarkly/launchpad-ui/pull/988) [`ccf7efcf`](https://github.com/launchdarkly/launchpad-ui/commit/ccf7efcfbb3d10dc48874b6e3b39183f8f3ed305) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`ccf7efcf`](https://github.com/launchdarkly/launchpad-ui/commit/ccf7efcfbb3d10dc48874b6e3b39183f8f3ed305)]: + - @launchpad-ui/markdown@0.4.19 + ## 0.45.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e0a4c68a6..cf76b0fde 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/core", - "version": "0.45.1", + "version": "0.45.2", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/markdown/CHANGELOG.md b/packages/markdown/CHANGELOG.md index c57f7966d..8d2233f70 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,11 @@ # @launchpad-ui/markdown +## 0.4.19 + +### Patch Changes + +- [#988](https://github.com/launchdarkly/launchpad-ui/pull/988) [`ccf7efcf`](https://github.com/launchdarkly/launchpad-ui/commit/ccf7efcfbb3d10dc48874b6e3b39183f8f3ed305) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + ## 0.4.18 ### Patch Changes diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 873ecd48b..7f8b042e9 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/markdown", - "version": "0.4.18", + "version": "0.4.19", "status": "beta", "publishConfig": { "access": "public"