Skip to content

Commit

Permalink
Merge pull request #1 from rafaucau/changeset-release/main
Browse files Browse the repository at this point in the history
Release version 2.2.0
  • Loading branch information
rafaucau authored Nov 22, 2023
2 parents 3f66d1e + d82a876 commit a32c766
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/plenty-sheep-grin.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<CSSStyleDeclaration>` for editor hints and flexibility.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a32c766

Please sign in to comment.