Skip to content

Tags: arminbro/generate-react-cli

Tags

v9.1.0

Toggle v9.1.0's commit message
chore(release): 9.1.0 [skip ci]

# [9.1.0](v9.0.1...v9.1.0) (2025-10-14)

### Features

* implement TEMPLATENAME support ([6fb0001](6fb0001))

v9.0.1

Toggle v9.0.1's commit message
chore(release): 9.0.1 [skip ci]

## [9.0.1](v9.0.0...v9.0.1) (2025-09-09)

### Bug Fixes

* **security:** bump chalk to 5.6.2 ([6d69eef](6d69eef))

v9.0.0

Toggle v9.0.0's commit message
chore(release): 9.0.0 [skip ci]

# [9.0.0](v8.4.9...v9.0.0) (2025-08-30)

### Bug Fixes

* **deps:** update dependency chalk to v5.6.0 ([658e38d](658e38d))
* **deps:** update dependency dotenv to v16.6.1 ([9164a5a](9164a5a))
* remove invalid short flag format for dry-run option ([ca39d64](ca39d64))

### BREAKING CHANGES

* Removed -dr short flag. Users must now use
  --dry-run flag instead.

v8.4.9

Toggle v8.4.9's commit message
chore(release): 8.4.9 [skip ci]

## [8.4.9](v8.4.8...v8.4.9) (2024-11-02)

### Bug Fixes

* **deps:** update dependency inquirer to v9.3.7 ([24f6dcf](24f6dcf))
* the naming conflict by adjusting the component variable casing in the Testing Library template ([b229da5](b229da5))

v8.4.8

Toggle v8.4.8's commit message
chore(release): 8.4.8 [skip ci]

## [8.4.8](v8.4.7...v8.4.8) (2024-07-05)

### Bug Fixes

* package-lock.json ([371386a](371386a))

v8.4.7

Toggle v8.4.7's commit message
chore(release): 8.4.7 [skip ci]

## [8.4.7](v8.4.6...v8.4.7) (2024-07-05)

### Bug Fixes

* **deps:** update dependency commander to v12.1.0 ([84afaa1](84afaa1))
* **deps:** update dependency inquirer to v9.3.4 ([a910972](a910972))

v8.4.6

Toggle v8.4.6's commit message
chore(release): 8.4.6 [skip ci]

## [8.4.6](v8.4.5...v8.4.6) (2024-05-26)

### Bug Fixes

* remove pipe symbol from custom template filename search ([f3c830e](f3c830e))

v8.4.5

Toggle v8.4.5's commit message
chore(release): 8.4.5 [skip ci]

## [8.4.5](v8.4.4...v8.4.5) (2024-05-25)

### Bug Fixes

* ensure that we're also using the templatename casing within the main componentTemplateGenerator ([7fb3a39](7fb3a39))

v8.4.4

Toggle v8.4.4's commit message
chore(release): 8.4.4 [skip ci]

## [8.4.4](v8.4.3...v8.4.4) (2024-05-22)

### Bug Fixes

* the default grc templates to use templatename casing ([d3a6b2a](d3a6b2a))

v8.4.3

Toggle v8.4.3's commit message
chore(release): 8.4.3 [skip ci]

## [8.4.3](v8.4.2...v8.4.3) (2024-05-18)

### Bug Fixes

* default TestingLibraryTemplate to drop 'extend-expect' from the [@testing-library](https://github.com/testing-library) import path ([99b5756](99b5756))