Skip to content

Commit 5b4b055

Browse files
committed
Release new version.
1 parent 22d3c0d commit 5b4b055

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGES.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
# Changelog
12

3+
See the [history](./docs/history/index.md) for older changelog entries.
4+
5+
6+
7+
## [8.1.0](https://github.com/Patternslib/patterns/compare/8.1.0-alpha.4...8.1.0) (2022-06-11)
8+
9+
10+
### Maintenance
11+
12+
13+
* **docs:** Add history section to docs and move old history from the changelog to this new section. ([7c0e2ff](https://github.com/Patternslib/patterns/commit/7c0e2ffbc2f4c0a1276913b65f0fb5b0ef1119ec))
214

315
## [8.1.0-alpha.4](https://github.com/Patternslib/patterns/compare/8.1.0-alpha.3...8.1.0-alpha.4) (2022-06-08)
416

@@ -224,5 +236,4 @@ changed at all. Just keep using ``registry.scan``,
224236

225237
But if necessary, there is a ``PATTERN_REGISTRY`` export in ``core.registry``
226238
which points to ``window.__patternslib_registry``, a singleton in the global
227-
namespace which is shared across instances of the registry.
228-
239+
namespace which is shared across instances of the registry.

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