# Changelog

## [1.20.0](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.19.0...astro-opengraph-images-v1.20.0) (2026-08-25)

A major `satori` bump plus a startup-cost improvement; no public API changes.

- `satori` and `@resvg/resvg-js` are now imported lazily, at the moment a page is rendered, rather than when the integration module is loaded. Builds whose filter matches no pages no longer pay to load the native resvg binding ([6f0d73e](https://github.com/shepherdjerred/monorepo/commit/6f0d73e8b171bae4ff66ed9c921185af9f61e924))
- Runtime dep `satori` bumped to `^0.33.0` (was `^0.29.0`) ([6f0d73e](https://github.com/shepherdjerred/monorepo/commit/6f0d73e8b171bae4ff66ed9c921185af9f61e924))
- README logo assets now resolve from the monorepo instead of the retired standalone repository's CDN ([3dd65f4](https://github.com/shepherdjerred/monorepo/commit/3dd65f47c287056c61edde228fb944d8fd83cc3d))

## [1.19.0](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.18.0...astro-opengraph-images-v1.19.0) (2026-08-23)


### Features

* **astro-opengraph-images:** add early path filtering ([#2331](https://github.com/shepherdjerred/monorepo/issues/2331)) ([63bbab7](https://github.com/shepherdjerred/monorepo/commit/63bbab7ed1deb40db3628b63a314dc82af524a5e))

## [1.18.0](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.17.4...astro-opengraph-images-v1.18.0) (2026-08-03)


### Features

* **ci:** add complete coverage reporting ([#1786](https://github.com/shepherdjerred/monorepo/issues/1786)) ([d17b7ce](https://github.com/shepherdjerred/monorepo/commit/d17b7cecd76e5fdd6f742275c6744112ff579700))
* **ci:** add test reporting foundation ([#1782](https://github.com/shepherdjerred/monorepo/issues/1782)) ([09a6ed1](https://github.com/shepherdjerred/monorepo/commit/09a6ed1566aec6cbe9e3f951586ab7ec9961e368))


### Bug Fixes

* **deps:** roll out TypeScript 7 native compiler ([#1843](https://github.com/shepherdjerred/monorepo/issues/1843)) ([e7cd0b6](https://github.com/shepherdjerred/monorepo/commit/e7cd0b6bde573a6c366f344461c3d46e37b79f48))

## [1.17.4](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.17.3...astro-opengraph-images-v1.17.4) (2026-07-31)


### Bug Fixes

* **deps:** pilot TypeScript 7 native compiler ([#1842](https://github.com/shepherdjerred/monorepo/issues/1842)) ([9516987](https://github.com/shepherdjerred/monorepo/commit/9516987e989ebfe1c92c81dd286d7dd1668ce698))

## [1.17.3](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.17.2...astro-opengraph-images-v1.17.3) (2026-07-27)

No library behavior changes. The shipped code is identical to 1.17.2; this release exists only because of repo-level housekeeping that release-please picked up.

- Removed a dead `satori@0.18.3` patch. It no longer applied (the package now depends on `satori@^0.26.0`) and was never part of the published tarball anyway (`patches/` is not in `files`), so npm consumers are unaffected ([0218d1c](https://github.com/shepherdjerred/monorepo/commit/0218d1cb8ab9b63897d248dacb9cedbe0e2f726c))

## [1.17.2](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.17.1...astro-opengraph-images-v1.17.2) (2026-07-26)

No public API changes.

- Bump runtime dep `react` to `19.2.7` (was `19.2.6`) ([091a43f](https://github.com/shepherdjerred/monorepo/commit/091a43fb6fe7ec4494aa1a470d243941f119b3a6))

## [1.17.1](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.17.0...astro-opengraph-images-v1.17.1) (2026-06-14)

No runtime behavior changes. The released code resolves to the same modules at runtime as 1.17.0.

- Preset re-exports in `src/presets/index.ts` now reference the actual `.tsx` source files instead of the wrong `.ts` extension; resolution behavior is unchanged ([7a4ac9e](https://github.com/shepherdjerred/monorepo/commit/7a4ac9e5321bf2db97e3b244d9db3531e20e45bb))

## [1.17.0](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.16.1...astro-opengraph-images-v1.17.0) (2026-05-27)

No library behavior changes. The shipped code is identical to 1.16.1; this release exists only because of repo-level housekeeping that release-please picked up.

* `react` runtime dep pinned to exact `19.2.6` (was `^19.2.5`) ([d040b0b](https://github.com/shepherdjerred/monorepo/commit/d040b0b231ca7e047a29d306aa35c5e2a5744592))
* README links updated to the monorepo location ([4806f78](https://github.com/shepherdjerred/monorepo/commit/4806f78e4920397845536ee843a36f950b6c86dd), [aeebe5c](https://github.com/shepherdjerred/monorepo/commit/aeebe5cc6b0d4b55ebb236357f8848ebf9566e3c))

## [1.16.1](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.16.0...astro-opengraph-images-v1.16.1) (2026-04-23)


### Bug Fixes

* **root:** regenerate bun lockfiles after eslint-plugin-unicorn bump ([6f0102f](https://github.com/shepherdjerred/monorepo/commit/6f0102f4b042e67dbd3867c41f878668d6fb3531))

## [1.16.0](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.15.0...astro-opengraph-images-v1.16.0) (2026-04-22)


### Features

* **astro-opengraph:** add filter function to integration input and update related hooks ([a7c636d](https://github.com/shepherdjerred/monorepo/commit/a7c636d67716ec5174c0d876f15b8a9c051acc74))


### Bug Fixes

* **scout-for-lol:** DRY prematch caption, repair prettier on main ([6295d07](https://github.com/shepherdjerred/monorepo/commit/6295d07c4342a23cccb5ca6afe716112e5c8e72c))
* **util:** correct path handling for file retrieval in getFilePath function ([e7cb79b](https://github.com/shepherdjerred/monorepo/commit/e7cb79bfa7817d3bec9f7955e06b2a1e2d48f0d7))

## [1.15.0](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.14.3...astro-opengraph-images-v1.15.0) (2026-04-05)

Maintenance release with dependency updates and build system improvements.

## [1.14.3](https://github.com/shepherdjerred/monorepo/compare/v1.14.2...v1.14.3) (2026-02-08)

### Bug Fixes

- **deps:** update dependency @shepherdjerred/dagger-utils to ^0.8.0 ([c961730](https://github.com/shepherdjerred/monorepo/commit/c9617302b044410dc23988a5c41bf68df41cefe6))
- **deps:** update dependency jsdom to v28 ([8abd356](https://github.com/shepherdjerred/monorepo/commit/8abd3568684c520fdb8357b8edaf6b7a5247dd79))

## [1.14.2](https://github.com/shepherdjerred/monorepo/compare/v1.14.1...v1.14.2) (2026-01-20)

### Bug Fixes

- use bunx for npm publish in Dagger pipeline ([8777819](https://github.com/shepherdjerred/monorepo/commit/8777819df948cced2aafc22811496947fc365393))

## [1.14.1](https://github.com/shepherdjerred/monorepo/compare/v1.14.0...v1.14.1) (2026-01-18)

### Bug Fixes

- **ci:** move example tests to GitHub Actions to avoid Dagger symlink loop ([ac92cbb](https://github.com/shepherdjerred/monorepo/commit/ac92cbbf440a6fe19c3e9976fbe82447988c3273))
- **deps:** update dependency @shepherdjerred/dagger-utils to ^0.6.0 ([82b7f14](https://github.com/shepherdjerred/monorepo/commit/82b7f14aace728a8706c9ddd1b20e77e527d97be))
- **deps:** update dependency satori to ^0.19.0 ([715a685](https://github.com/shepherdjerred/monorepo/commit/715a68548bdf7b7ee3fd96c1ba80f04d1a7962a5))

## [1.14.0](https://github.com/shepherdjerred/monorepo/compare/v1.13.1...v1.14.0) (2026-01-04)

### Features

- **ci:** migrate to Dagger with GitHub Actions and release-please integration ([c03a2d3](https://github.com/shepherdjerred/monorepo/commit/c03a2d34cbd8afbc368893b49901af076307cb1a))
- **ci:** migrate to Dagger with GitHub Actions and release-please integration ([b689e51](https://github.com/shepherdjerred/monorepo/commit/b689e51bd8b7a058e76b0dc4bcaf771b60137952))

### Bug Fixes

- add bunfig.toml for JSX configuration ([401faa3](https://github.com/shepherdjerred/monorepo/commit/401faa3fd0b3119cf97c398c1f4b804e2d84aa5a))
- add fs import and configure JSX for bun compatibility ([f6bbb23](https://github.com/shepherdjerred/monorepo/commit/f6bbb231bf05fa8681c9d9b473901230827d73a1))
- **deps:** update dependency @shepherdjerred/dagger-utils to ^0.5.0 ([#185](https://github.com/shepherdjerred/monorepo/issues/185)) ([d0e5f13](https://github.com/shepherdjerred/monorepo/commit/d0e5f13f096a331c5cc6d7996c357d0ffb1e077a))
- **deps:** update dependency jsdom to v27 ([ded5e18](https://github.com/shepherdjerred/monorepo/commit/ded5e18a866d2a6a22c00efdcaf2e75e7d131776))
- **deps:** update dependency satori to ^0.18.0 ([337a788](https://github.com/shepherdjerred/monorepo/commit/337a7885ed4d020e1cc60a2a6e743983639cec5b))
- handle URL-encoded paths and add emoji support ([#188](https://github.com/shepherdjerred/monorepo/issues/188)) ([08bf28b](https://github.com/shepherdjerred/monorepo/commit/08bf28bb422090b58b1815cc7ddad0245ce228df))
- remove explicit React import for new JSX transform ([b768047](https://github.com/shepherdjerred/monorepo/commit/b7680474f9aabc75741c7eb9be0fa1039854684b))
- Remove fortc.com ([51db246](https://github.com/shepherdjerred/monorepo/commit/51db24618dd8676c6922898067b3344e56e1650f))
- use createElement instead of JSX in custom example ([a9c3b45](https://github.com/shepherdjerred/monorepo/commit/a9c3b45fd1fc97a60e0f7a687cc5cfdef052b1e7))

## [1.13.1](https://github.com/shepherdjerred/monorepo/compare/v1.13.0...v1.13.1) (2025-06-15)

### Bug Fixes

- **deps:** update npm ([b9fcade](https://github.com/shepherdjerred/monorepo/commit/b9fcade117d727d0ab2d1f697e06ec29356010bb))
- **deps:** update npm ([613f9f5](https://github.com/shepherdjerred/monorepo/commit/613f9f51c0ec3842e5a19325d6a856812eff87cb))

## [1.13.0](https://github.com/shepherdjerred/monorepo/compare/v1.12.3...v1.13.0) (2025-06-01)

### Features

- **docs:** add guide for loading local images with base64 encoding in custom renderers ([a48d338](https://github.com/shepherdjerred/monorepo/commit/a48d33872ba3b328c8f742beaf09d1a59148f125))

### Bug Fixes

- **deps:** update npm ([9639719](https://github.com/shepherdjerred/monorepo/commit/963971966ecfef257dbd99f3107ef5e1504e4f82))

## [1.12.3](https://github.com/shepherdjerred/monorepo/compare/v1.12.2...v1.12.3) (2025-04-17)

### Bug Fixes

- use path.relative for og:image check, properly handle ntfs paths & add more comments ([d45c4cd](https://github.com/shepherdjerred/monorepo/commit/d45c4cd0d1b9037829f64b806edd0e46e82813d3))

## [1.12.2](https://github.com/shepherdjerred/monorepo/compare/v1.12.1...v1.12.2) (2025-04-16)

### Bug Fixes

- **deps:** update dependency jsdom to v26.1.0 ([0f3737b](https://github.com/shepherdjerred/monorepo/commit/0f3737b2764b38523cfbecc56061c76754fd6042))
- **deps:** update npm ([20adbbb](https://github.com/shepherdjerred/monorepo/commit/20adbbb1f8253a5693e42b3fabfd33f4c4fe415c))
- **plugin:** correct outDir path handling in buildDoneHook ([0838ede](https://github.com/shepherdjerred/monorepo/commit/0838ede01e1a62072726e7aef39053b0cf3018e4))

## [1.12.1](https://github.com/shepherdjerred/monorepo/compare/v1.12.0...v1.12.1) (2025-03-13)

### Bug Fixes

- update README ([0445a43](https://github.com/shepherdjerred/monorepo/commit/0445a4354ade6ef8c70ec88d4c050a0534d5f317))

## [1.12.0](https://github.com/shepherdjerred/monorepo/compare/v1.11.7...v1.12.0) (2025-03-13)

### Features

- use Earthly for CI ([72c0d6b](https://github.com/shepherdjerred/monorepo/commit/72c0d6bd95293be919b640a2b09c799ca2d8a2ea))

### Bug Fixes

- **deps:** update dependency jsdom to v26 ([874f2d5](https://github.com/shepherdjerred/monorepo/commit/874f2d5a8795b0fd990de3aafa556c03db054d3c))
- **deps:** update npm ([4e3e51a](https://github.com/shepherdjerred/monorepo/commit/4e3e51aad322c6901606c2a652ccbeb513cce16d))
- lockfile ([8a7de4f](https://github.com/shepherdjerred/monorepo/commit/8a7de4f9f681210746f1491ae285d84656e38656))
- reviewer ([fdb470d](https://github.com/shepherdjerred/monorepo/commit/fdb470d9befdea1af56d4d9d59cafe4467933d87))
- tests ([f89e00c](https://github.com/shepherdjerred/monorepo/commit/f89e00c3eda59d16930de5982c99e0aac5448b3f))

## [1.11.7](https://github.com/shepherdjerred/monorepo/compare/v1.11.6...v1.11.7) (2024-11-10)

### Bug Fixes

- **deps:** update dependency satori to v0.11.3 ([4788d22](https://github.com/shepherdjerred/monorepo/commit/4788d22365000761e3849bcd9bc39771421c0937))

## [1.11.6](https://github.com/shepherdjerred/monorepo/compare/v1.11.5...v1.11.6) (2024-10-06)

### Bug Fixes

- **deps:** update dependency satori to v0.11.2 ([76d8412](https://github.com/shepherdjerred/monorepo/commit/76d8412c730319bb17a11e50fa9eb24175c88430))

## [1.11.5](https://github.com/shepherdjerred/monorepo/compare/v1.11.4...v1.11.5) (2024-10-05)

### Bug Fixes

- update package-lock of example ([5bab5d5](https://github.com/shepherdjerred/monorepo/commit/5bab5d5b253931af2ee4e73e3fabbc4ea318cbb2))

## [1.11.4](https://github.com/shepherdjerred/monorepo/compare/v1.11.3...v1.11.4) (2024-10-05)

### Bug Fixes

- **deps:** update dependency jsdom to v25.0.1 ([4b4f12c](https://github.com/shepherdjerred/monorepo/commit/4b4f12cdaf93862038413fdbf20b80241aeeb1d7))
- fixed test cases on Windows ([9183350](https://github.com/shepherdjerred/monorepo/commit/9183350f751f9951620e05050dc3882e28ff1580))

## [1.11.3](https://github.com/shepherdjerred/monorepo/compare/v1.11.2...v1.11.3) (2024-08-25)

### Bug Fixes

- **deps:** update dependency jsdom to v24.1.2 ([6f3cf83](https://github.com/shepherdjerred/monorepo/commit/6f3cf83fdaf77525d7226af61256f94ca6f6f9f9))
- **deps:** update dependency jsdom to v24.1.3 ([323c9ae](https://github.com/shepherdjerred/monorepo/commit/323c9ae91e427defb1e0f5c1810a925796299237))
- **deps:** update dependency jsdom to v25 ([3e05681](https://github.com/shepherdjerred/monorepo/commit/3e0568117ae00e2cf3973886c8ca6e027d4e2daa))

## [1.11.2](https://github.com/shepherdjerred/monorepo/compare/v1.11.1...v1.11.2) (2024-08-11)

### Bug Fixes

- **deps:** update npm ([51aae20](https://github.com/shepherdjerred/monorepo/commit/51aae202981a0613c80b9ab1a75613ccb396116c))

## [1.11.1](https://github.com/shepherdjerred/monorepo/compare/v1.11.0...v1.11.1) (2024-08-04)

### Bug Fixes

- use correct type for verbose ([8876098](https://github.com/shepherdjerred/monorepo/commit/88760989def15079c5ab2aefac7ce8e7fb3ad0ad))

## [1.11.0](https://github.com/shepherdjerred/monorepo/compare/v1.10.0...v1.11.0) (2024-08-04)

### Features

- add verbose option ([0a640ae](https://github.com/shepherdjerred/monorepo/commit/0a640aec1457d275c9de0cefafb7bb8460ee5017))

## [1.10.0](https://github.com/shepherdjerred/monorepo/compare/v1.9.0...v1.10.0) (2024-08-04)

### Features

- add document to render input ([9b41de8](https://github.com/shepherdjerred/monorepo/commit/9b41de85c6bf42bee585c2a52bc2363e75f85763))

## [1.9.0](https://github.com/shepherdjerred/monorepo/compare/v1.8.2...v1.9.0) (2024-08-04)

### Features

- add custom property preset ([9ebff27](https://github.com/shepherdjerred/monorepo/commit/9ebff2708d951b27f125cc7d8a0a44276446765d))
- update to eslint 9 ([d19f8fc](https://github.com/shepherdjerred/monorepo/commit/d19f8fcd5670088a0563af41fd533a3f28af212f))

### Bug Fixes

- **deps:** update dependency astro-opengraph-images to v1.8.2 ([f20bf7a](https://github.com/shepherdjerred/monorepo/commit/f20bf7a6497aae31c8ab1546bdc5aa10c946eef5))

## [1.8.2](https://github.com/shepherdjerred/monorepo/compare/v1.8.1...v1.8.2) (2024-07-28)

### Bug Fixes

- **deps:** update dependency jsdom to v24.1.1 ([30d1506](https://github.com/shepherdjerred/monorepo/commit/30d15061e07bbd0f65d3daa988c1788944fcfda7))
- **deps:** update npm ([3ab6868](https://github.com/shepherdjerred/monorepo/commit/3ab68680992c923443d9eb3aa0bdc37fc4ff67df))
- **deps:** update npm ([19bd9d6](https://github.com/shepherdjerred/monorepo/commit/19bd9d6ed48103d8278ee6e3baaedfcc5e587a4b))

## [1.8.1](https://github.com/shepherdjerred/monorepo/compare/v1.8.0...v1.8.1) (2024-07-16)

### Bug Fixes

- require react ([e59bb2c](https://github.com/shepherdjerred/monorepo/commit/e59bb2cf9600734e8b41e2aaa133ab9fa761206b))

## [1.8.0](https://github.com/shepherdjerred/monorepo/compare/v1.7.2...v1.8.0) (2024-07-16)

### Features

- don't require react ([b724b15](https://github.com/shepherdjerred/monorepo/commit/b724b158f29e88318dc0467b497b78367823fefa))

## [1.7.2](https://github.com/shepherdjerred/monorepo/compare/v1.7.1...v1.7.2) (2024-07-16)

### Bug Fixes

- **deps:** update dependency @astrojs/check to ^0.8.0 ([9df8d2c](https://github.com/shepherdjerred/monorepo/commit/9df8d2c3037c55c15828b953bd6d0cfb2495c12e))
- **deps:** update dependency satori to v0.10.14 ([cea07df](https://github.com/shepherdjerred/monorepo/commit/cea07df65264c1ff3b5099618ed8f2b3cc4ab7ad))

## [1.7.1](https://github.com/shepherdjerred/monorepo/compare/v1.7.0...v1.7.1) (2024-07-04)

### Bug Fixes

- relative paths being handled as absolute ones ([bfd1174](https://github.com/shepherdjerred/monorepo/commit/bfd117431a793e61926aed08e2f9474a87733918))

## [1.7.0](https://github.com/shepherdjerred/monorepo/compare/v1.6.6...v1.7.0) (2024-07-03)

### Features

- add windows support & proper path handling ([fe6c5f4](https://github.com/shepherdjerred/monorepo/commit/fe6c5f4abdf47c354afce4b2513588a759cbd8d7))

## [1.6.6](https://github.com/shepherdjerred/monorepo/compare/v1.6.5...v1.6.6) (2024-07-02)

### Bug Fixes

- update README steps ([8726aa0](https://github.com/shepherdjerred/monorepo/commit/8726aa0b7f76f73b097077d9168cd17a3f0cb805))

## [1.6.5](https://github.com/shepherdjerred/monorepo/compare/v1.6.4...v1.6.5) (2024-07-02)

### Bug Fixes

- fix logger capitalization ([1405fb8](https://github.com/shepherdjerred/monorepo/commit/1405fb8ee98e0d0bb4974e17f10b35d009bcf7f9))

## [1.6.4](https://github.com/shepherdjerred/monorepo/compare/v1.6.3...v1.6.4) (2024-07-02)

### Bug Fixes

- deps ([134d1d2](https://github.com/shepherdjerred/monorepo/commit/134d1d26038bbe1a1c0f66bda0de0cc4c6ef269c))

## [1.6.3](https://github.com/shepherdjerred/monorepo/compare/v1.6.2...v1.6.3) (2024-07-02)

### Bug Fixes

- add more context to site ([3db768a](https://github.com/shepherdjerred/monorepo/commit/3db768aef904a95915696accae28b9aa239a1419))
- don't set description if it equals the title ([42763b5](https://github.com/shepherdjerred/monorepo/commit/42763b523ff25ba8b88a7d4ce463f972974f3ddc))
- formatting ([94ed9b9](https://github.com/shepherdjerred/monorepo/commit/94ed9b99c8db98c284e9ffcc39b050ad3ab8e762))
- regenerate README ([b8c204e](https://github.com/shepherdjerred/monorepo/commit/b8c204e0e9b37868e43692fc1d57e795d8dbb456))
- regenerate README ([531d5f4](https://github.com/shepherdjerred/monorepo/commit/531d5f4780b273e317d608411c64fcba4f3e50db))
- regenerate README ([4e432c6](https://github.com/shepherdjerred/monorepo/commit/4e432c6059b7b6f3f10e54c75307cbbd3e204bf0))

## [1.6.2](https://github.com/shepherdjerred/monorepo/compare/v1.6.1...v1.6.2) (2024-07-01)

### Bug Fixes

- remove type ([0400a2e](https://github.com/shepherdjerred/monorepo/commit/0400a2e71d33dcd3fbc5e595e9f984f14097118b))

## [1.6.1](https://github.com/shepherdjerred/monorepo/compare/v1.6.0...v1.6.1) (2024-07-01)

### Bug Fixes

- correct preset return types ([21e668a](https://github.com/shepherdjerred/monorepo/commit/21e668acc0c426a07435af73e4ccbae351d83d40))

## [1.6.0](https://github.com/shepherdjerred/monorepo/compare/v1.5.0...v1.6.0) (2024-07-01)

### Features

- polish ([8b46f0b](https://github.com/shepherdjerred/monorepo/commit/8b46f0bb710e805c01e4658a4fda02793004e78c))

## [1.5.0](https://github.com/shepherdjerred/monorepo/compare/v1.4.1...v1.5.0) (2024-07-01)

### Features

- simplify ([6236085](https://github.com/shepherdjerred/monorepo/commit/6236085749e19cc93d1df06c494a18e78a9c2b27))

### Bug Fixes

- correctly determine paths ([adc97a2](https://github.com/shepherdjerred/monorepo/commit/adc97a2638b6a9593eea7f61939a8931f6249c08))
- **deps:** update dependency astro-opengraph-images to v1.4.1 ([9aaeeb1](https://github.com/shepherdjerred/monorepo/commit/9aaeeb1d4226d89eac726053fe18edd7de4955f0))
- require at least one font to be defined ([58eae4c](https://github.com/shepherdjerred/monorepo/commit/58eae4ccc400d201e4b6b8c100f9884cc64d7927))

## [1.4.1](https://github.com/shepherdjerred/monorepo/compare/v1.4.0...v1.4.1) (2024-06-30)

### Bug Fixes

- correct image ([de0a076](https://github.com/shepherdjerred/monorepo/commit/de0a07680b2e31fbd3ee2ca615c927e5c1823f49))
- don't require width and height ([1793584](https://github.com/shepherdjerred/monorepo/commit/17935846ec2b29fe45e1612a5bb76de0fecdbc56))
- use correct image ([d0398fa](https://github.com/shepherdjerred/monorepo/commit/d0398fa9c4639374df608901f8ff8c5e47c26b49))

## [1.4.0](https://github.com/shepherdjerred/monorepo/compare/v1.3.1...v1.4.0) (2024-06-30)

### Features

- add new presets ([8a54687](https://github.com/shepherdjerred/monorepo/commit/8a5468741998557dc740ffd5b053787ccfb567b8))

## [1.3.1](https://github.com/shepherdjerred/monorepo/compare/v1.3.0...v1.3.1) (2024-06-29)

### Bug Fixes

- update import ([585b310](https://github.com/shepherdjerred/monorepo/commit/585b3100ec97f3634a67d8b8a9694a56380fd388))

## [1.3.0](https://github.com/shepherdjerred/monorepo/compare/v1.2.1...v1.3.0) (2024-06-29)

### Features

- use React jsx ([b2e8622](https://github.com/shepherdjerred/monorepo/commit/b2e862217788735eacebf20396951193dfdb894d))

## [1.2.1](https://github.com/shepherdjerred/monorepo/compare/v1.2.0...v1.2.1) (2024-06-29)

### Bug Fixes

- resolve merge conflict ([ba0c596](https://github.com/shepherdjerred/monorepo/commit/ba0c596b3f10a95d0cbe67bf9eef51b552fc7afe))

## [1.2.0](https://github.com/shepherdjerred/monorepo/compare/v1.1.0...v1.2.0) (2024-06-29)

### Features

- simplify ([d82ab03](https://github.com/shepherdjerred/monorepo/commit/d82ab031aa971437a9b02999be52c04a8a9e089c))
- simplify ([0e1e7c6](https://github.com/shepherdjerred/monorepo/commit/0e1e7c6b1d4effa4fb0caa5fcf676168d3b03dd2))

### Bug Fixes

- fix json ([0799f5f](https://github.com/shepherdjerred/monorepo/commit/0799f5f055d12a3cabd9cc72dd30c9cef9219b84))

## [1.1.0](https://github.com/shepherdjerred/monorepo/compare/v1.0.0...v1.1.0) (2024-06-29)

### Features

- simplify setup ([08a922e](https://github.com/shepherdjerred/monorepo/commit/08a922e7d096930e3af40865d34ac18c480384fa))

## 1.0.0 (2024-06-28)

### Features

- init ([a7b0623](https://github.com/shepherdjerred/monorepo/commit/a7b06237cec0b4c7228f5d91a07c03d168395d52))

### Bug Fixes

- remove eslintcache ([1b6d4a2](https://github.com/shepherdjerred/monorepo/commit/1b6d4a27080b92ed9189d2cdb45a3f4009b84c08))
