diff --git a/CHANGES.md b/CHANGES.md index af3a97538..e27f21c7f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,24 @@ See the [history](./docs/history/index.md) for older changelog entries. + + +## [9.8.1-alpha.0](https://github.com/Patternslib/patterns/compare/9.8.0...9.8.1-alpha.0) (2023-01-25) + + +### Features + + +* **pat checklist:** Toggle checkbox to toggle checked boxes true/false. ([2a435fa](https://github.com/Patternslib/patterns/commit/2a435fa7d616e14722312a6b9b43ee98e3f0c7ea)) + + +### Maintenance + + +* **Build:** Upgrade dependencies. ([7e7cc20](https://github.com/Patternslib/patterns/commit/7e7cc20b50044bbbc4b26647b452a2a8bddcfd1f)) + +* **pat-checklist:** Document the available options. ([625f7e5](https://github.com/Patternslib/patterns/commit/625f7e54e360aa7ae6bfa5adea4fd73626e3f24d)) + ## [9.8.0](https://github.com/Patternslib/patterns/compare/9.8.0-beta.6...9.8.0) (2022-12-23) ### Maintenance @@ -1067,4 +1085,4 @@ For usage see: src/core/basepattern.md - **docs:** Move upgrade 2 to 3 guide to history section. ([5449491](https://github.com/Patternslib/patterns/commit/5449491cbb851af9d1a2b3f5f017a6b599f8d9a7)) -- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c)) +- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c)) \ No newline at end of file diff --git a/package.json b/package.json index 80417bdae..1e448a2d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/patternslib", - "version": "9.8.0", + "version": "9.8.1-alpha.0", "title": "Markup patterns to drive behaviour.", "description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.", "license": "BSD-3-Clause",