Skip to content

Commit e6997b1

Browse files
committed
Release new version.
1 parent 3ab80eb commit e6997b1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.md

+11-1
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.9.3](https://github.com/Patternslib/patterns/compare/9.9.2...9.9.3) (2023-05-29)
8+
9+
10+
### Maintenance
11+
12+
13+
* Upgrade to @patternslib/dev 3.3.4 ([61b3c56](https://github.com/Patternslib/patterns/commit/61b3c56d00ab76c656a2b56d6441ed209da2578d))
14+
15+
This fixes the wrong version number comment in the package-included build files.
16+
717
## [9.9.2](https://github.com/Patternslib/patterns/compare/9.9.1...9.9.2) (2023-05-29)
818

919

@@ -1567,4 +1577,4 @@ For usage see: src/core/basepattern.md
15671577

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

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "9.9.2",
3+
"version": "9.9.3",
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)