Skip to content

Releases: Patternslib/pat-doclock

Release 3.0.0

28 Jun 08:30
Compare
Choose a tag to compare

3.0.0 (2022-06-28)

Maintenance

  • @patternslib/patternslib needs to be installed. Adding to devDependencies to avoid version clashes with other packages depending on it. (91946be)

  • Upgrade to @patternslib/dev 2.2.0 and adapt module federation config. (1f87b4d)

Release 3.0.0-alpha.0

15 Jun 07:20
Compare
Choose a tag to compare
Release 3.0.0-alpha.0 Pre-release
Pre-release

3.0.0-alpha.0 (2022-06-15)

Features

  • Build: Build module federation enabled bundles. (6301f27)

Breaking Changes

  • Depend on @patternslib/dev and extend config from there. (8248023)

  • Extend babel config from @patternslib/dev. (ab78a01)

  • Extend commitlint config from @patternslib/dev. (30520b4)

  • Extend eslint config from @patternslib/dev. (e204de7)

  • Extend jest config from @patternslib/dev. (1d8b72c)

  • Extend Makefile from @patternslib/dev. (6be2c2a)

  • Extend prettier config from @patternslib/dev. (17c9a63)

  • Extend release-it config from @patternslib/dev. (b208397)

  • Extend webpack config from @patternslib/dev. (2c11414)

Maintenance

  • build: Add build:dev script to package.json to create a unminified development build. (9e8f845)

  • Build: @patternslib/patternslib as peerDependency. (c2c0878)Move @patternslib/patternslib dependency to peerDependencies and set to any version to avoid version conflicts when this package is a dependency of another Patternslib based package.

  • Build: Add @patternslib/patternslib also to devDependencies so that we get it installed. (ecf2aa9)

  • Build: Add keyword "patternslib" to package.json. (d41546a)

  • Build: Extend jest.config.js from Patternslib and reuse their setupTests file too. (2b58f3e)

  • Build: Keep yarn.lock in repository. (a1bb43a)

  • Build: Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. (6cae42f)

  • Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (10e99c7)

  • Build: Update GitHub actions setup. (175dbf9)

  • Build: Upgrade and cleanup dependencies. (ec10e15)

  • webpack: Configure devServer static directory. (2d74f68)

Release 2.0.0

17 Nov 23:55
Compare
Choose a tag to compare

2.0.0 (2021-11-17)

Breaking Changes

Maintenance

  • build: Extend Patternslib release-it config file. (a2870c2)

  • build: Release on GitHub releases. (03cec09)

  • Upgrade up to minor versions. (94df2a3)