Skip to content

Commit c42a20a

Browse files
committed
Release new version.
1 parent 5060fa4 commit c42a20a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### [7.1.2](https://github.com/Patternslib/patterns/compare/7.1.1...7.1.2) (2022-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **pat validation:** With depending date validation also validate the dependend date. ([5060fa4](https://github.com/Patternslib/patterns/commit/5060fa4421ed581d5e64717e75eadff8f0c391d7)), closes [#970](https://github.com/Patternslib/patterns/issues/970)
7+
Fixes: #970
8+
9+
10+
### Maintenance
11+
12+
* **Build:** Makefile - Resolve package version for ZIP bundle at target runtime. ([2d799f8](https://github.com/Patternslib/patterns/commit/2d799f8ad2d29870cca8c8f371c6af11c6e2c924))
13+
14+
* **pat tabs:** Fix test for error not thrown. ([c4e00aa](https://github.com/Patternslib/patterns/commit/c4e00aae51df79922893b01a9f593e0f0b1b91e0))
15+
Fix an ``UnhandledPromiseRejection`` error with an asynchronous test.
16+
The problem popped up in node version 16 and was passing in node version 14.
17+
118
### [7.1.1](https://github.com/Patternslib/patterns/compare/7.1.0...7.1.1) (2022-02-16)
219

320

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