Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhthomas committed Nov 28, 2024
1 parent 9d24e8f commit f8f209c
Show file tree
Hide file tree
Showing 8 changed files with 26 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"}
7 changes: 7 additions & 0 deletions 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-rs-v0.1.0...critters-rs-v1.0.2) (2024-11-28)


### Features

* implement "swap" preload strategy ([07c7579](https://github.com/michaelhthomas/critters-rs/commit/07c75796a387f82d6269c91d75ceac2b8179b058))

## 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 ([9d24e8f](https://github.com/michaelhthomas/critters-rs/commit/9d24e8f75e239ae9c05ff23d1f7e8e611807193e))

## [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 ([9d24e8f](https://github.com/michaelhthomas/critters-rs/commit/9d24e8f75e239ae9c05ff23d1f7e8e611807193e))

## [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 f8f209c

Please sign in to comment.