Skip to content

Commit 8c586e9

Browse files
chore: release main (#8)
1 parent 2ab0702 commit 8c586e9

File tree

8 files changed

+26
-5
lines changed

8 files changed

+26
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.0","packages/critters":"1.1.0","packages/astro":"1.1.0"}
1+
{".":"1.1.1","packages/critters":"1.1.1","packages/astro":"1.1.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.0...critters-rs-v1.1.1) (2025-01-09)
4+
5+
6+
### Bug Fixes
7+
8+
* resolve upstream bug causing template contents to be erased ([2ab0702](https://github.com/michaelhthomas/critters-rs/commit/2ab0702178ca6b9bfa5c4afe1874c510dcd82b5f))
9+
310
## [1.1.0](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.0...critters-rs-v1.1.0) (2024-12-31)
411

512

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "critters-rs"
33
description = "Quickly inline your website's critical CSS."
4-
version = "1.1.0"
4+
version = "1.1.1"
55
license = "Apache-2.0"
66
readme = "README.md"
77
homepage = "https://github.com/michaelhthomas/critters-rs"

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.1.0...astro-v1.1.1) (2025-01-09)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **astro:** Synchronize critters versions
9+
310
## [1.1.0](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.0.2...astro-v1.1.0) (2024-12-31)
411

512

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@critters-rs/astro",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Astro integration for critters-rs. Quickly inline your website's critical CSS.",
55
"author": "Michael Thomas",
66
"license": "Apache-2.0",

packages/critters/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.0...critters-v1.1.1) (2025-01-09)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* trigger release 1.1.0 ([62130e9](https://github.com/michaelhthomas/critters-rs/commit/62130e9772500cc6f68dac8a45a10a88ff932e73))
9+
310
## [1.1.0](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.0...critters-v1.1.0) (2024-12-31)
411

512

packages/critters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@critters-rs/critters",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Quickly inline your website's critical CSS.",
55
"author": "Michael Thomas",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)