Skip to content

Commit 0391861

Browse files
Merge pull request #765 from remarkablemark/release-please--branches--master--components--style-to-object
chore(master): release 1.0.10
2 parents 0b9f29c + 83f9978 commit 0391861

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.10](https://github.com/remarkablemark/style-to-object/compare/v1.0.9...v1.0.10) (2025-10-02)
4+
5+
### Bug Fixes
6+
7+
- remove esm build dir ([79df2e8](https://github.com/remarkablemark/style-to-object/commit/79df2e80346d57668dae6d95626ad6b8fa501178))
8+
- switch to true esm build ([8e7b7ed](https://github.com/remarkablemark/style-to-object/commit/8e7b7edad01aa46c6b83d8308da5e9fffd143e20))
9+
10+
### Miscellaneous Chores
11+
12+
- export StyleObject interface ([45e8343](https://github.com/remarkablemark/style-to-object/commit/45e834300a2f75eb165f2f8100d6c356fa2c7b2a))
13+
314
## [1.0.9](https://github.com/remarkablemark/style-to-object/compare/v1.0.8...v1.0.9) (2025-06-06)
415

516
### Miscellaneous Chores

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "style-to-object",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Parse CSS inline style to JavaScript object.",
55
"author": "Mark <[email protected]>",
66
"main": "./cjs/index.js",

0 commit comments

Comments
 (0)