From 77b1d45f598c05864314c2dc31b945999db6388f Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Tue, 31 Dec 2024 16:00:25 -0500 Subject: [PATCH] chore: release main (#7) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ packages/astro/CHANGELOG.md | 7 +++++++ packages/astro/package.json | 2 +- packages/critters/CHANGELOG.md | 7 +++++++ 5 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cc4256..1c41e28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0","packages/critters":"1.1.0","packages/astro":"1.0.2"} +{".":"1.1.0","packages/critters":"1.1.0","packages/astro":"1.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index a97efdc..d6dd089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.0...critters-rs-v1.1.0) (2024-12-31) + + +### Miscellaneous Chores + +* **critters-rs:** Synchronize critters versions + ## [1.1.0](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.0.3...critters-rs-v1.1.0) (2024-12-31) diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index dfb8634..9a36b9f 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.0.2...astro-v1.1.0) (2024-12-31) + + +### Miscellaneous Chores + +* trigger release 1.1.0 ([62130e9](https://github.com/michaelhthomas/critters-rs/commit/62130e9772500cc6f68dac8a45a10a88ff932e73)) + ## [1.0.2](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.0.1...astro-v1.0.2) (2024-11-28) diff --git a/packages/astro/package.json b/packages/astro/package.json index 19fcb94..3d1656a 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@critters-rs/astro", - "version": "1.0.2", + "version": "1.1.0", "description": "Astro integration for critters-rs. Quickly inline your website's critical CSS.", "author": "Michael Thomas", "license": "Apache-2.0", diff --git a/packages/critters/CHANGELOG.md b/packages/critters/CHANGELOG.md index d978fc0..c60fc1f 100644 --- a/packages/critters/CHANGELOG.md +++ b/packages/critters/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.0...critters-v1.1.0) (2024-12-31) + + +### Miscellaneous Chores + +* trigger release 1.1.0 ([62130e9](https://github.com/michaelhthomas/critters-rs/commit/62130e9772500cc6f68dac8a45a10a88ff932e73)) + ## [1.1.0](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.0.3...critters-v1.1.0) (2024-12-31)