Skip to content

Commit 26b403d

Browse files
committed
Release new version.
1 parent e13846e commit 26b403d

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGES.md

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

22

3+
### [8.0.3](https://github.com/Patternslib/patterns/compare/8.0.2...8.0.3) (2022-05-23)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **Build:** Don't use index.js entry which should be used for module federation and would break chunk loading if used in a non-mf environment. ([ad5381c](https://github.com/Patternslib/patterns/commit/ad5381ce21ab827db133fde3fb56d6497b442c23))
10+
11+
12+
13+
### Maintenance
14+
15+
16+
* **Build:** Support 2FA when releasing. ([e8f02b4](https://github.com/Patternslib/patterns/commit/e8f02b4b6afc1a17afb30c24ba046fab6716e52b))
17+
Remove non interactive ci-mode from Makefile to allow for OTP prompt and two-factor auth on npm.
18+
Also remove dry-run as we now have to confirm each step anyways.
19+
20+
* **Build:** Upgrade dependencies. ([f2ac7ad](https://github.com/Patternslib/patterns/commit/f2ac7ad823bdcf675b83b1033e916e1bec584ccd))
21+
22+
23+
* **Build:** Use Underscore version 1.13.3 for module federation config. ([403b9c8](https://github.com/Patternslib/patterns/commit/403b9c8615410b4d04f0805634d4420ffa7207bc))
24+
25+
26+
* Be less verbose and use more debug log messages. ([b05c03f](https://github.com/Patternslib/patterns/commit/b05c03f2fb2fa29b8bf0a818b106dfb5624bc8e9))
27+
28+
29+
* **pat modal:** Update demo, re-activate autoload modal. ([09d0e2b](https://github.com/Patternslib/patterns/commit/09d0e2b09f292d06d19af057710802b14bf05ab2))
30+
331
### [8.0.2](https://github.com/Patternslib/patterns/compare/8.0.1...8.0.2) (2022-05-19)
432

533

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.2",
3+
"version": "8.0.3",
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)