Skip to content

Commit 9c6d711

Browse files
committed
Release new version.
1 parent 2be3389 commit 9c6d711

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33

44

5+
## [3.9.0-alpha.0](https://github.com/patternslib/dev/compare/3.8.1...3.9.0-alpha.0) (2025-09-20)
6+
7+
8+
### Features
9+
10+
11+
* Add prettier Makefile target to format files. ([c84e312](https://github.com/patternslib/dev/commit/c84e31255f914982c45e0025625951556df27f9e))
12+
13+
14+
15+
### Maintenance
16+
17+
18+
* Install caniuse-lite and maintain it at it's latest version. ([43ebf53](https://github.com/patternslib/dev/commit/43ebf535b1b1fc6cd43bd38ad3080f3a1ce6ef7b))
19+
20+
Explicitly install caniuse-lite, which is used by browserslist, webpack,
21+
babel etc.
22+
This allows us to maintain it ourselves at the latest version and prevent build
23+
messages to update the browserslist database.
24+
25+
26+
* Update the compatible node version to the current LTS version. ([9bdc66e](https://github.com/patternslib/dev/commit/9bdc66e9b04d44c6fbb68c6ae3ab1a3165f235f6))
27+
28+
29+
* Upgrade dependencies. ([137063d](https://github.com/patternslib/dev/commit/137063d0c697c500847b315dfc89ef5799ad791d))
30+
531
## [3.8.1](https://github.com/patternslib/dev/compare/3.8.0...3.8.1) (2025-05-08)
632

733

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/dev",
3-
"version": "3.8.1",
3+
"version": "3.9.0-alpha.0",
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)