From fe8706730b14a8d0814e6fe69c428b807c5d0554 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sun, 5 Mar 2023 12:11:50 +1030 Subject: [PATCH] Release 0.2.2 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4257270..26b1c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.2] - 2023-03-05 ### Added - Alerts: Handle pre-existing children and any subsequently added to the container. Options can be specified as `[data-*]` attributes. - Popup: Allow popups to be disabled using the `[disabled]` attribute. @@ -116,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Mark package as side-effect free. -[unreleased]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.1...HEAD +[unreleased]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.3...v0.2.0 [0.1.3]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.2...v0.1.3 diff --git a/package.json b/package.json index e8a77ed..a809e62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inclusive-elements", - "version": "0.2.1", + "version": "0.2.2", "description": "Accessible, lightweight, unstyled implementations of common UI controls.", "module": "dist/inclusive-elements.js", "type": "module",