Skip to content

Commit 6138415

Browse files
committed
Merge branch 'master' of github.com:hugocxl/react-to-image
* 'master' of github.com:hugocxl/react-to-image: RELEASING: Releasing 1 package(s)
2 parents 6271a14 + 20a20c5 commit 6138415

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/unlucky-ads-decide.md

-5
This file was deleted.

CHANGELOG.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
11
## [0.0.8](https://github.com/hugocxl/react-to-image/compare/v0.0.7...v0.0.8) (2023-10-12)
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- 3acf0ad: Update deps
8+
39
## [0.0.7](https://github.com/hugocxl/react-to-image/compare/v0.0.6...v0.0.7) (2023-10-12)
410

511
### Features
612

7-
* replaced rollup with tsup and improved config ([d338613](https://github.com/hugocxl/react-to-image/commit/d338613c17b58131738c7a8580e55845386c9c82))
13+
- replaced rollup with tsup and improved config ([d338613](https://github.com/hugocxl/react-to-image/commit/d338613c17b58131738c7a8580e55845386c9c82))
814

915
## [0.0.6](https://github.com/hugocxl/react-to-image/compare/v0.0.5...v0.0.6) (2023-08-05)
1016

1117
### Bug Fixes
1218

13-
* github actions config ([c8171e8](https://github.com/hugocxl/react-to-image/commit/c8171e86cad8951e4773954ee31bed04392b16de))
14-
* preversion add pull changes ([4d77d73](https://github.com/hugocxl/react-to-image/commit/4d77d73cac2278f2f88cc2047b4c5456f89b4730))
15-
* update dependencies ([9b75c8c](https://github.com/hugocxl/react-to-image/commit/9b75c8cfc3b031af52f32ae432117ae13e96e387))
19+
- github actions config ([c8171e8](https://github.com/hugocxl/react-to-image/commit/c8171e86cad8951e4773954ee31bed04392b16de))
20+
- preversion add pull changes ([4d77d73](https://github.com/hugocxl/react-to-image/commit/4d77d73cac2278f2f88cc2047b4c5456f89b4730))
21+
- update dependencies ([9b75c8c](https://github.com/hugocxl/react-to-image/commit/9b75c8cfc3b031af52f32ae432117ae13e96e387))
1622

1723
## [0.0.5](https://github.com/hugocxl/react-to-image/compare/v0.0.4...v0.0.5) (2023-07-16)
1824

1925
### Bug Fixes
2026

21-
* github actions ([66035a8](https://github.com/hugocxl/react-to-image/commit/66035a8f53f673a31db0424f24c1796aa224ccfc))
27+
- github actions ([66035a8](https://github.com/hugocxl/react-to-image/commit/66035a8f53f673a31db0424f24c1796aa224ccfc))
2228

2329
## [0.0.4](https://github.com/hugocxl/react-to-image/compare/v0.0.3...v0.0.4) (2023-07-16)
2430

2531
### Bug Fixes
2632

27-
* github actions ([988683c](https://github.com/hugocxl/react-to-image/commit/988683c0bc3ce909a64d66fd4bbd693a919e57af))
33+
- github actions ([988683c](https://github.com/hugocxl/react-to-image/commit/988683c0bc3ce909a64d66fd4bbd693a919e57af))
2834

2935
## [0.0.3](https://github.com/hugocxl/react-to-image/compare/v0.0.2...v0.0.3) (2023-07-09)
3036

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@hugocxl/react-to-image",
33
"description": "Transform your React components into images",
44
"productName": "@hugocxl/react-to-image",
5-
"version": "0.0.8",
5+
"version": "0.0.9",
66
"license": "MIT",
77
"private": false,
88
"author": "hugocxl (http://github.com/hugocxl)",

0 commit comments

Comments
 (0)