Skip to content

Commit a5de813

Browse files
committed
Release new version.
1 parent d9cf6e0 commit a5de813

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.md

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

22

3+
## [8.1.0-alpha.2](https://github.com/Patternslib/patterns/compare/8.1.0-alpha.1...8.1.0-alpha.2) (2022-06-02)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **pat close panel:** Do not break if no parent .has-close-panel element was found. ([894c05c](https://github.com/Patternslib/patterns/commit/894c05c9995a120cc53305d76d2ac1c69ac30b9e))
10+
11+
12+
13+
### Maintenance
14+
15+
16+
* **Build:** Module Federation - Remove the underscore version fixture. ([87347b7](https://github.com/Patternslib/patterns/commit/87347b73cb3441ef5bd3a26b3156ae9957ba6710))
17+
Remove the underscore version fixture in webpack.mf.js.
18+
Since unterscore 1.13.4 this fixture isn't necessary anymore.
19+
20+
* **docs:** Document that you only have to iport module_federation if you are creating a host bundle. ([bccd803](https://github.com/Patternslib/patterns/commit/bccd80391f5c7695bcc439f3c95414d799c72334))
21+
322
## [8.1.0-alpha.1](https://github.com/Patternslib/patterns/compare/8.1.0-alpha.0...8.1.0-alpha.1) (2022-05-31)
423

524

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.1.0-alpha.1",
3+
"version": "8.1.0-alpha.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)