From 553c1b1c170a1665df19cb3c69e1c570f023d331 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:27:07 +0100 Subject: [PATCH] Version Packages (#160) Co-authored-by: github-actions[bot] --- .changeset/lazy-geckos-try.md | 5 ----- packages/astro-embed-baseline-status/CHANGELOG.md | 6 ++++++ packages/astro-embed-baseline-status/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lazy-geckos-try.md diff --git a/.changeset/lazy-geckos-try.md b/.changeset/lazy-geckos-try.md deleted file mode 100644 index 3e57be5..0000000 --- a/.changeset/lazy-geckos-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astro-community/astro-embed-baseline-status': patch ---- - -Fixes missing README and docs link in the baseline-status package diff --git a/packages/astro-embed-baseline-status/CHANGELOG.md b/packages/astro-embed-baseline-status/CHANGELOG.md index b6e769f..b1d18b6 100644 --- a/packages/astro-embed-baseline-status/CHANGELOG.md +++ b/packages/astro-embed-baseline-status/CHANGELOG.md @@ -1,5 +1,11 @@ # @astro-community/astro-embed-baseline-status +## 0.1.1 + +### Patch Changes + +- [`a80bb8c8e0368e042ab75d6ff102d260d6400463`](https://github.com/delucis/astro-embed/commit/a80bb8c8e0368e042ab75d6ff102d260d6400463) Thanks [@delucis](https://github.com/delucis)! - Fixes missing README and docs link in the baseline-status package + ## 0.1.0 ### Minor Changes diff --git a/packages/astro-embed-baseline-status/package.json b/packages/astro-embed-baseline-status/package.json index 5192cb9..71f8a1d 100644 --- a/packages/astro-embed-baseline-status/package.json +++ b/packages/astro-embed-baseline-status/package.json @@ -1,6 +1,6 @@ { "name": "@astro-community/astro-embed-baseline-status", - "version": "0.1.0", + "version": "0.1.1", "description": "Component to easily embed the Baseline status of a web feature on your Astro site", "type": "module", "exports": {