Skip to content

Commit c646185

Browse files
committed
Release new version.
1 parent 64e8103 commit c646185

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGES.md

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

55

66

7+
## [9.9.10-alpha.4](https://github.com/Patternslib/patterns/compare/9.9.10-alpha.3...9.9.10-alpha.4) (2023-11-23)
8+
9+
10+
### Features
11+
12+
13+
* Upgrade dependencies. ([a896a80](https://github.com/Patternslib/patterns/commit/a896a80d07d5bc471fd5495aacb56496d0e64edb))
14+
15+
16+
17+
### Bug Fixes
18+
19+
20+
* Upgrade node version for GitHub Actions. ([1cf4d6a](https://github.com/Patternslib/patterns/commit/1cf4d6a620ac361b99bbf7c2d13f6b4da4d96694))
21+
722
## [9.9.10-alpha.3](https://github.com/Patternslib/patterns/compare/9.9.10-alpha.2...9.9.10-alpha.3) (2023-11-17)
823

924

@@ -2002,4 +2017,4 @@ For usage see: src/core/basepattern.md
20022017

20032018
- **docs:** Move upgrade 2 to 3 guide to history section. ([5449491](https://github.com/Patternslib/patterns/commit/5449491cbb851af9d1a2b3f5f017a6b599f8d9a7))
20042019

2005-
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
2020+
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))

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