Skip to content

Releases: peerigon/configs

v4.0.1

09 Mar 13:30
Compare
Choose a tag to compare

4.0.1 (2025-03-09)

Bug Fixes

  • typescript: Incorrect dist path in base config (4d06e5f)

v4.0.0

06 Mar 23:29
Compare
Choose a tag to compare

4.0.0 (2025-03-06)

Features

BREAKING CHANGES

  • Updated some peerDependencies

v3.2.0

06 Mar 23:26
Compare
Choose a tag to compare

3.2.0 (2025-03-06)

Bug Fixes

  • Incorrect types returned by presets (5744961)
  • Turn off consistent-return rule in TypeScript files (0830152)
  • Turn off no-new for tests (26bc778)

Features

v3.1.0

03 Mar 16:46
Compare
Choose a tag to compare

3.1.0 (2025-03-03)

Features

  • bump eslint-plugin-react-compiler from 19.0.0-beta-e552027-20250112 to 19.0.0-beta-714736e-20250131 (c27c0e5)
  • bump eslint-plugin-react-hooks from 5.1.0 to 5.2.0 (9c2328f)
  • bump prettier-plugin-packagejson from 2.5.8 to 2.5.10 (157df20)

v3.0.0

24 Feb 21:24
Compare
Choose a tag to compare

3.0.0 (2025-02-24)

Features

BREAKING CHANGES

v2.0.2

11 Feb 22:36
Compare
Choose a tag to compare

2.0.2 (2025-02-11)

Bug Fixes

  • Refactor module settings in tsconfig (4bce2f2)

v2.0.1

08 Feb 23:46
Compare
Choose a tag to compare

2.0.1 (2025-02-08)

Bug Fixes

v1.1.0

08 Feb 14:45
Compare
Choose a tag to compare

1.1.0 (2025-02-08)

Bug Fixes

  • Do not complain about export default in config.ts files (1e8b762)

Features

  • Disable "max-nested-callbacks" in tests (1690ac4)

v1.0.1

04 Feb 17:56
Compare
Choose a tag to compare

1.0.1 (2025-02-04)

Bug Fixes

  • Missing channel name in semantic-release config (6f669f1)

v1.0.0

04 Feb 17:47
Compare
Choose a tag to compare

1.0.0 (2025-02-04)

Bug Fixes

  • Add rootDir to lib tsconfig (764e0c1)
  • Adjust release script (df43151)
  • Adjust release script (3668267)
  • Changelog not formatted correctly (cc12fa7)
  • CHANGELOG.md not being properly formatted (22720ea)
  • Downgrade ESLint (d09f208)
  • Improve error message for no-default-export (198c911)
  • Missing files in package.json files array (97111b6)
  • Missing packages write permission in Github action (ce0d482)
  • Move package types to regular dependencies (6d6c169)
  • noEmit setting in TypeScript configs (281334c)
  • Prettify CHANGELOG.md (f904e8d)
  • Relax switch-exhaustiveness-check rule (2f158a4)
  • Remove rootDir config from lib tsconfig again (84fe9dc)
  • Turn of TS's exactOptionalPropertyTypes (4069985)
  • Turn off unicorn/import-style (f3be043)
  • Turn off unicorn/no-single-promise-in-promise-methods (0557a83)
  • TypeScript configs (0c584e7)
  • Use cross-publish semantic release config (c079ce0)

Features