Releases: Patternslib/dev
Release 3.4.1
Release 3.4.0
Release 3.3.5
Release 3.3.4
3.3.4 (2023-05-29)
Bug Fixes
-
Include the correct bundle version in entry file header comment. (ea32b4d)
In order to have the correct version specifier in the bundle's entry
script header comment the bundle must be built after the version bump.
Use release-it hooks to do that.
Maintenance
- Upgrade dependencies. (56eda65)
Release 3.3.3
Release 3.3.2
Release 3.3.1
3.3.1 (2023-04-21)
Release 3.3.0
3.3.0 (2023-04-17)
Bug Fixes
-
Simplify release make commands. (49077d2)
Change the prerelease commands back to pre-3.2.0 names.
This was necessary because the previous change did create for each
command a new increment, which was not what we wanted.
Instead the Makefile is now restructured:
- First the npm release is done and the package.json written with the
correct version. If no increment is given (in case of the prerelease
targets) an interactive prompt asks the user to define one. - Second the GitHub release is done. It's no more necessary to guess the
next version before the npm version was done. Instead we now rely on
release-it choosing it for us.
Now we do have again the "prerelease-alpha" and "prerelease-beta"
Makefile targets.
Release 3.2.0
3.2.0 (2023-04-17)
Features
-
Change prerelease commands to prerelease-INCREMENT-PREID (6b488e1)
Change the prerelease commands to define the increment level.
Instead of "prerelease-alpha" there are now "prerelease-major-alpha",
"prerelease-minor-alpha" and "prerelease-patch-alpha".
Instead of "prerelease-beta" there are now "prerelease-major-beta",
"prerelease-minor-beta" and "prerelease-patch-beta".
This fixes a problem where the first prerelease for major or minor
increments got only a patch-level increment.
Maintenance
- Upgrade dependencies. (68f4ca8)
Release 3.1.13
3.1.13 (2023-04-17)
Bug Fixes
-
Improve the release-it commit template to include a newline between each commit and add any commit references to the end. (1603d0b)
-
Improve the release-it commit template to include a newline between header and body text. (14ace2b)
-
Include all changes since last regular release only in GitHub releases. (ec86755)
When doing regular releases include all the changes since the last
regular release - including changes from pre-releases in the release
notes on GitHub, but not in the CHANGES.md file. In the CHANGES.md file
every change can be seen at once. Including all the changes since the
previous regular release is useful for the GitHub release page only.
Maintenance
- Update dependencies. (b02c37b)