Skip to content

Commit

Permalink
chore: release main (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhthomas authored Nov 28, 2024
1 parent fc52369 commit c94be53
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.0","packages/critters":"1.0.1","packages/astro":"1.0.1"}
{".":"1.0.2","packages/critters":"1.0.2","packages/astro":"1.0.2"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.2](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v0.1.0...critters-rs-v1.0.2) (2024-11-28)


### Features

* implement "media" preload strategy ([a4c5d06](https://github.com/michaelhthomas/critters-rs/commit/a4c5d063cd7c3bcb1992c3f038f996ccdb471d4b))
* implement "swap-high" preload strategy ([7086983](https://github.com/michaelhthomas/critters-rs/commit/7086983165ff3a49544c8c028193b0832652dc36))
* implement "swap" preload strategy ([07c7579](https://github.com/michaelhthomas/critters-rs/commit/07c75796a387f82d6269c91d75ceac2b8179b058))
* support merging stylesheets ([1588b9c](https://github.com/michaelhthomas/critters-rs/commit/1588b9c81dbf499ade82348febb7561e09af8ebf))


### Bug Fixes

* disable unimplemented preload strategies ([ba86c9d](https://github.com/michaelhthomas/critters-rs/commit/ba86c9d59bf5813c3f73d65c1d3385c95766efa3))

## 0.1.0 (2024-11-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "critters-rs"
description = "Quickly inline your website's critical CSS."
version = "0.1.0"
version = "1.0.2"
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/michaelhthomas/critters-rs"
Expand Down
7 changes: 7 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.0.1...astro-v1.0.2) (2024-11-28)


### Miscellaneous Chores

* trigger release 1.0.2 ([fc52369](https://github.com/michaelhthomas/critters-rs/commit/fc52369bac524544e3f73a34827dfcb32022ddf9))

## [1.0.1](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.0.0...astro-v1.0.1) (2024-11-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@critters-rs/astro",
"version": "1.0.1",
"version": "1.0.2",
"description": "Astro integration for critters-rs. Quickly inline your website's critical CSS.",
"author": "Michael Thomas",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/critters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.0.1...critters-v1.0.2) (2024-11-28)


### Miscellaneous Chores

* trigger release 1.0.2 ([fc52369](https://github.com/michaelhthomas/critters-rs/commit/fc52369bac524544e3f73a34827dfcb32022ddf9))

## [1.0.1](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.0.0...critters-v1.0.1) (2024-11-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/critters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@critters-rs/critters",
"version": "1.0.1",
"version": "1.0.2",
"description": "Quickly inline your website's critical CSS.",
"author": "Michael Thomas",
"license": "Apache-2.0",
Expand Down

0 comments on commit c94be53

Please sign in to comment.