Skip to content

Files

Latest commit

 

History

History
163 lines (82 loc) · 7.29 KB

CHANGELOG.md

File metadata and controls

163 lines (82 loc) · 7.29 KB

3.4.0 (2025-01-08)

Features

  • npm publish uses distribution tags (8715172)

Refactoring

  • remove trailing semicolon (ed04275)
  • revert formatting (4b3005d)
  • revert further format changes (a04186d)

3.3.0 (2024-01-20)

Features

  • npm-publish: do not override current .npmrc file (c71f7dd)

3.2.0 (2024-01-18)

Features

  • npm-publish: add option to specify npm registry (f576088)

3.1.6 (2023-09-27)

Bug Fixes

  • 🐛 add missing inquirer dependency (c05a44b)

3.1.5 (2023-07-13)

Bug Fixes

3.1.4 (2023-07-12)

Bug Fixes

  • 🐛 install missing conventional commits dep (4671b5e)

3.1.3 (2023-07-11)

Bug Fixes

  • 🐛 remove the all selection option (2fc13d0)

3.1.2 (2023-07-11)

Bug Fixes

  • 🐛 generate files before installing (928237f)

3.1.1 (2023-07-11)

Bug Fixes

3.1.0 (2023-07-11)

Features

  • 🎸 select all option on libraries configurator (22a3208)

Chores

  • 🤖 add test libs (0e29dd2)
  • 🤖 remove release target from nx-release project.json (c68b49e)

3.0.0 (2023-07-11)

⚠ BREAKING CHANGES

  • 🧨 libName option input is removed

Features

  • 🎸 add configure libraries generator (ec61506)
  • 🎸 add configure libraries generator (e445d24)
  • 🎸 add configure library generator (e615fcf)
  • 🎸 add configure-libraries generator (ed1ba0b)
  • 🎸 add required prompts (f6d1a67)
  • 🎸 add workspace configuration generator (dbe072f)
  • 🎸 add workspace configurator generator (92cca1c)
  • 🎸 extract gh-action and release config into generators (7dfd196)
  • 🎸 improve executors (b1410d7)

Bug Fixes

  • 🐛 remove lib path (ad8d811)
  • 🐛 remove required options (94e8ee9)
  • 🐛 update generate GitHub actions workflow generator (556fbc8)
  • 🐛 use correct source root (c0f6933)
  • 🐛 use root instead of src root (0296ab9)

Chores

  • 🤖 add all-contributors as dep (d64a92a)
  • 🤖 adjust build scripts (09b16e5)
  • 🤖 generate coverage report (8f6dec1)
  • 🤖 remove test libraries (bba255e)
  • 🤖 run tests with release (a12438d)

Refactoring

  • 💡 generators and update docs (f3b0d3d)

2.1.0 (2023-07-07)

Features

  • 🎸 add build, update & publish executor (80357c1)

2.0.0 (2023-07-07)

⚠ BREAKING CHANGES

  • 🧨 version input is no longer supported

Features

  • 🎸 access version from node env (cc684d3)

1.0.1 (2023-07-07)

Bug Fixes

1.0.0 (2023-07-07)

Features

  • 🎸 implement executors (f4bc2a7)

Chores

  • 🤖 add dedicated release script (4cb00ff)
  • 🤖 add npm publish script (9ec7052)
  • 🤖 prepare for release (c19dc1f)