Skip to content

Commit 218c261

Browse files
committed
Release new version.
1 parent e8fa55f commit 218c261

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11

22

3+
### [8.0.2](https://github.com/Patternslib/patterns/compare/8.0.1...8.0.2) (2022-05-19)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **core base:** Don't initialize a already initialized pattern. ([d943de6](https://github.com/Patternslib/patterns/commit/d943de6fe5cf1d64d1f5042b6281347f71963f55))
10+
Improve the previous check by setting the var earlier.
11+
12+
* **core registry:** Do not reinitialize and already initialized patterns registry. ([809c119](https://github.com/Patternslib/patterns/commit/809c1192b533f2160f98e16ef0b852267b0c5ea5))
13+
314
### [8.0.1](https://github.com/Patternslib/patterns/compare/8.0.0...8.0.1) (2022-05-18)
415

516

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": "8.0.1",
3+
"version": "8.0.2",
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)