Skip to content

Commit 50a73c6

Browse files
committed
Release new version.
1 parent f8106d3 commit 50a73c6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.8.1](https://github.com/Patternslib/patterns/compare/9.8.1-alpha.0...9.8.1) (2023-02-02)
8+
9+
10+
### Features
11+
12+
13+
* **build:** Update patternslib.com with each non-pre release. ([143031d](https://github.com/Patternslib/patterns/commit/143031df875e31cfec1577dac3886950a5721d00))
14+
15+
16+
### Bug Fixes
17+
18+
19+
* **Build:** Fix luxon (again) to 2.4.0 to avoid webpack MF error due to non standard package.json setup. ([9661ae7](https://github.com/Patternslib/patterns/commit/9661ae7cc9bfbe51b8987ac2d70ae08d697be499))
20+
21+
* **pat checklist:** Also set the "checked" and "unchecked" classes on the toggle checkbox. ([8154775](https://github.com/Patternslib/patterns/commit/81547755be231b47689dc26492cd62811096e0b5))
22+
723
## [9.8.1-alpha.0](https://github.com/Patternslib/patterns/compare/9.8.0...9.8.1-alpha.0) (2023-01-25)
824

925

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "9.8.1-alpha.0",
3+
"version": "9.8.1",
44
"title": "Markup patterns to drive behaviour.",
55
"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.",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)