From d82a876ff30a77bf8e8449b6ca84214ea9df725f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Nov 2023 20:30:14 +0000 Subject: [PATCH] Version Packages --- .changeset/plenty-sheep-grin.md | 7 ------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .changeset/plenty-sheep-grin.md create mode 100644 CHANGELOG.md diff --git a/.changeset/plenty-sheep-grin.md b/.changeset/plenty-sheep-grin.md deleted file mode 100644 index 9687407..0000000 --- a/.changeset/plenty-sheep-grin.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'ts-dom-utils': minor ---- - -- Simplified `createElement` to handle all object properties, including style. -- Fixed issue with styles not applying correctly. -- Updated style type in `SpecialAttributes` to `Partial` for editor hints and flexibility. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f51873b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# ts-dom-utils + +## 2.2.0 + +### Minor Changes + +- 3f66d1e: - Simplified `createElement` to handle all object properties, including style. + - Fixed issue with styles not applying correctly. + - Updated style type in `SpecialAttributes` to `Partial` for editor hints and flexibility. diff --git a/package.json b/package.json index 1eb7a0e..fdc8a88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-dom-utils", - "version": "2.1.0", + "version": "2.2.0", "description": "A simple utility library for DOM manipulation. Provides TypeScript typings for enhanced development experience in TS environments.", "main": "dist/index.cjs", "module": "dist/index.js",