Skip to content

Commit b8eeba0

Browse files
committed
Release new version.
1 parent 46d3ff5 commit b8eeba0

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGES.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
11
# Changelog
22

33

4+
5+
## 3.7.0 (2025-02-13)
6+
7+
8+
* Fix Changelog. ([](https://github.com/patternslib/dev/commit/7202edf))
9+
10+
11+
* Release new version. ([](https://github.com/patternslib/dev/commit/b837a68))
12+
13+
14+
* yarn install. ([](https://github.com/patternslib/dev/commit/0225956))
15+
16+
17+
* yarn install. ([](https://github.com/patternslib/dev/commit/dfe8b0a))
18+
19+
20+
* Add postinstall script to upgrade dev. ([](https://github.com/patternslib/dev/commit/16b900d))
21+
22+
Note: the "make upgrade" target is run in the directory where npm
23+
install is invoked. If you install "@patternslib/dev" as a dependency in
24+
"@pattersnlib/patternslib", the Patternslib project is upgraded.
25+
26+
27+
* Add upgrade to remove husky. ([](https://github.com/patternslib/dev/commit/6e3629c))
28+
29+
30+
* Directly use git's commit hooks and remove dependency on husky. ([](https://github.com/patternslib/dev/commit/ae05dd3))
31+
32+
33+
* Makefile: Define targets as phony, if they are. ([](https://github.com/patternslib/dev/commit/d4c63b7))
34+
35+
36+
* Makefile: Let the install target depend on yarn.lock file to allow reinstalls when yarn.lock changes. ([](https://github.com/patternslib/dev/commit/9de2d28))
37+
38+
39+
* Upgrade dependencies. ([](https://github.com/patternslib/dev/commit/74027e8))
40+
41+
42+
* Upgrade to eslint v9. ([](https://github.com/patternslib/dev/commit/1279e70))
43+
444
## [3.6.1](https://github.com/patternslib/dev/compare/3.6.0...3.6.1) (2024-08-14)
545

646

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.6.1",
3+
"version": "3.7.0",
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)