Skip to content

Latest commit

 

History

History
54 lines (25 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

54 lines (25 loc) · 2.01 KB

2.0.2 (2023-11-15)

Bug Fixes

  • .eslintrc.js: remove some test-related rules that was copied from lime-elements (6315b4a)

2.0.1 (2023-10-31)

Bug Fixes

  • add postinstall script for copying .prettierrc to consumer project (6481d5f)

2.0.0 (2023-10-29)

Bug Fixes

  • dependencies: make most dependencies devDependencies (821a822)

Features

  • dependecies: put tighter restrictions on peerDependencies (0b3a8ea)

BREAKING CHANGES

  • dependecies: This commits restricts the peerDependencies from >= to ^, in order to enable better control of styles within packages depending on this shared configuration. This package is currently in a somewhat experimental phase, and restrictions may be opened up or restricted further as we find what fits best for internal use at Lime.

1.0.1 (2023-10-28)

Bug Fixes

  • package: add required peer dependencies (8294559)
  • rename repo to make it work as shared config (1d70b64)

1.0.0 (2023-10-28)

Features

  • add dependencies on, and rules for, eslint, prettier, and various plugins (185a4b6)