Skip to content

Releases: Patternslib/dev

Release 3.2.0

17 Apr 21:35

Choose a tag to compare

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

Release 3.1.13

17 Apr 09:11

Choose a tag to compare

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

Release 3.1.12

03 Apr 10:52

Choose a tag to compare

3.1.12 (2023-04-03)

Maintenance

Release 3.1.11

09 Mar 09:17

Choose a tag to compare

3.1.11 (2023-03-09)

Maintenance

Release 3.1.10

14 Feb 15:31

Choose a tag to compare

3.1.10 (2023-02-14)

Maintenance

  • Upgrade dependencies. (4aad9c8)

  • When doing a final release, set tagExclude to ignore pre-releases when finding the last release. This should include all changelog entrief from the pre-releases. (4abf750)

Release 3.1.9

25 Jan 17:22

Choose a tag to compare

3.1.9 (2023-01-25)

Maintenance

  • enable source maps for development again. (fdf8a86)

  • Upgrade dependencies. (feb26ce)

Release 3.1.8

19 Dec 11:28

Choose a tag to compare

3.1.8 (2022-12-19)

Maintenance

  • For non-minified development builds, do not generate source maps. (babf289)

  • Upgrade dependencies. (20f7b31)

Release 3.1.7

11 Dec 13:34

Choose a tag to compare

3.1.7 (2022-12-11)

Maintenance

Release 3.1.6

07 Dec 00:21

Choose a tag to compare

3.1.6 (2022-12-07)

Maintenance

Release 3.1.5

18 Nov 09:44

Choose a tag to compare

3.1.5 (2022-11-18)

Bug Fixes

  • Build: Get the correct version increment for prereleases. (8947884)