Skip to content

Commit 9194213

Browse files
chore: release main (#11)
1 parent 4320693 commit 9194213

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.1","packages/critters":"1.1.1","packages/astro":"1.1.1"}
1+
{".":"1.1.2","packages/critters":"1.1.2","packages/astro":"1.1.2"}

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.2](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.1...critters-rs-v1.1.2) (2025-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* use fork of kuchikiki to allow publishing on crates.io ([5cafa0a](https://github.com/michaelhthomas/critters-rs/commit/5cafa0a599de6f7836101d54b64fa01b92ad181a))
9+
310
## [1.1.1](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.0...critters-rs-v1.1.1) (2025-01-09)
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.1"
4+
version = "1.1.2"
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.2](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.1.1...astro-v1.1.2) (2025-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **astro:** use more permissive peer dependency ([3cd1ccf](https://github.com/michaelhthomas/critters-rs/commit/3cd1ccf1d3866973a2f4c9bf80e49f7962a2a851))
9+
310
## [1.1.1](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.1.0...astro-v1.1.1) (2025-01-09)
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.1",
3+
"version": "1.1.2",
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.2](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.1...critters-v1.1.2) (2025-03-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **critters:** Synchronize critters versions
9+
310
## [1.1.1](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.0...critters-v1.1.1) (2025-01-09)
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.1",
3+
"version": "1.1.2",
44
"description": "Quickly inline your website's critical CSS.",
55
"author": "Michael Thomas",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)