Skip to content

Commit 10d4e08

Browse files
committed
Release new version.
1 parent e52d49c commit 10d4e08

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.8.0-beta.0](https://github.com/Patternslib/patterns/compare/9.8.0-alpha.3...9.8.0-beta.0) (2022-12-07)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **Build:** Fix tiptap error. ([6e67655](https://github.com/Patternslib/patterns/commit/6e676550550b3b68aab266fc41b3c61622b00321))Fix tiptap "Unhandled Promise Rejection" error due to multiple versions
14+
of a tiptap dependency installed. Removing yarn.lock in re-installing
15+
solves this.
16+
717
## [9.8.0-alpha.3](https://github.com/Patternslib/patterns/compare/9.8.0-alpha.2...9.8.0-alpha.3) (2022-12-07)
818

919

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": "9.8.0-alpha.3",
3+
"version": "9.8.0-beta.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)