From e85c27beb9cb03d541d402bb3867a21b1fba995b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 09:14:48 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @hugocxl/react-to-image@0.0.9 [skip ci] --- .changeset/unlucky-ads-decide.md | 5 ----- CHANGELOG.md | 18 ++++++++++++------ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/unlucky-ads-decide.md diff --git a/.changeset/unlucky-ads-decide.md b/.changeset/unlucky-ads-decide.md deleted file mode 100644 index da454d7..0000000 --- a/.changeset/unlucky-ads-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hugocxl/react-to-image": patch ---- - -Update deps diff --git a/CHANGELOG.md b/CHANGELOG.md index 57a38a5..d95e137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,36 @@ ## [0.0.8](https://github.com/hugocxl/react-to-image/compare/v0.0.7...v0.0.8) (2023-10-12) +## 0.0.9 + +### Patch Changes + +- 3acf0ad: Update deps + ## [0.0.7](https://github.com/hugocxl/react-to-image/compare/v0.0.6...v0.0.7) (2023-10-12) ### Features -* replaced rollup with tsup and improved config ([d338613](https://github.com/hugocxl/react-to-image/commit/d338613c17b58131738c7a8580e55845386c9c82)) +- replaced rollup with tsup and improved config ([d338613](https://github.com/hugocxl/react-to-image/commit/d338613c17b58131738c7a8580e55845386c9c82)) ## [0.0.6](https://github.com/hugocxl/react-to-image/compare/v0.0.5...v0.0.6) (2023-08-05) ### Bug Fixes -* github actions config ([c8171e8](https://github.com/hugocxl/react-to-image/commit/c8171e86cad8951e4773954ee31bed04392b16de)) -* preversion add pull changes ([4d77d73](https://github.com/hugocxl/react-to-image/commit/4d77d73cac2278f2f88cc2047b4c5456f89b4730)) -* update dependencies ([9b75c8c](https://github.com/hugocxl/react-to-image/commit/9b75c8cfc3b031af52f32ae432117ae13e96e387)) +- github actions config ([c8171e8](https://github.com/hugocxl/react-to-image/commit/c8171e86cad8951e4773954ee31bed04392b16de)) +- preversion add pull changes ([4d77d73](https://github.com/hugocxl/react-to-image/commit/4d77d73cac2278f2f88cc2047b4c5456f89b4730)) +- update dependencies ([9b75c8c](https://github.com/hugocxl/react-to-image/commit/9b75c8cfc3b031af52f32ae432117ae13e96e387)) ## [0.0.5](https://github.com/hugocxl/react-to-image/compare/v0.0.4...v0.0.5) (2023-07-16) ### Bug Fixes -* github actions ([66035a8](https://github.com/hugocxl/react-to-image/commit/66035a8f53f673a31db0424f24c1796aa224ccfc)) +- github actions ([66035a8](https://github.com/hugocxl/react-to-image/commit/66035a8f53f673a31db0424f24c1796aa224ccfc)) ## [0.0.4](https://github.com/hugocxl/react-to-image/compare/v0.0.3...v0.0.4) (2023-07-16) ### Bug Fixes -* github actions ([988683c](https://github.com/hugocxl/react-to-image/commit/988683c0bc3ce909a64d66fd4bbd693a919e57af)) +- github actions ([988683c](https://github.com/hugocxl/react-to-image/commit/988683c0bc3ce909a64d66fd4bbd693a919e57af)) ## [0.0.3](https://github.com/hugocxl/react-to-image/compare/v0.0.2...v0.0.3) (2023-07-09) diff --git a/package.json b/package.json index b0fee26..62091c5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@hugocxl/react-to-image", "description": "Transform your React components into images", "productName": "@hugocxl/react-to-image", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "private": false, "author": "hugocxl (http://github.com/hugocxl)",