Releases: Patternslib/dev
Releases · Patternslib/dev
Release 3.1.12
Release 3.1.11
Release 3.1.10
Release 3.1.9
Release 3.1.8
Release 3.1.7
3.1.7 (2022-12-11)
Maintenance
-
Include changelog from pre-releases in final. (b053a10)When doing a final release after a series of pre-releases, include all
the pre-releases changelog items in the final release.
See: https://github.com/release-it/release-it/blob/master/docs/pre-releases.md -
Upgrade dependencies. (98d81a3)
Release 3.1.6
Release 3.1.5
Release 3.1.4
3.1.4 (2022-11-18)
Bug Fixes
- Makefile: Change the 'check' target to not be a double-colon rule, which cannot be overwritten. See: https://www.gnu.org/software/make/manual/html_node/Double_002dColon.html (5f0f08c)
Release 3.1.3
3.1.3 (2022-11-18)
Bug Fixes
- Webpack: Add the version banner only to the entry point files. (6f82df1)This fixes a problem where each chunk file was changed with a new release, even if nothing else than the version has changed.
Adding the version banner only to the entry points still allows to check the version while keeping the changeset for releases small.
Maintenance
- Upgrade dependencies. (b2167b4)