Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.2.0 #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# Changelog

## [1.2.0](https://github.com/Evaneos/front-config/compare/v1.2.0...v1.2.0) (2025-02-03)


### Features

* add build check ([4cae164](https://github.com/Evaneos/front-config/commit/4cae164f6be8e8cd11c367d118f2faa106f24fca))
* add ci checks ([983b652](https://github.com/Evaneos/front-config/commit/983b652a5842fb65cd63f1d51410774268d74339))
* add force publish option to lerna cmd ([4b27103](https://github.com/Evaneos/front-config/commit/4b271038baf904558cbc2afee68e3267b96c362e))
* adds eslint-plugin-testing-library ([bc0b1be](https://github.com/Evaneos/front-config/commit/bc0b1beb67e27398ba2968a8d328d614a429d223))
* change newlines-between rule to always ([40fe9c9](https://github.com/Evaneos/front-config/commit/40fe9c996bdba8bb0190225a1d0302e00afd9999))
* cleanup TS, Eslint and Prettier configs & docs ([#26](https://github.com/Evaneos/front-config/issues/26)) ([0aa6cf3](https://github.com/Evaneos/front-config/commit/0aa6cf34f264a789bb44a84f4f2b4229f87046ee))
* **eslint:** add import/no-duplicates ([e5a2d8f](https://github.com/Evaneos/front-config/commit/e5a2d8ff98fd29ec90d33e9516aa0a060e31fe5d))
* **eslint:** no-unused-vars ignoreRestSiblings ([#29](https://github.com/Evaneos/front-config/issues/29)) ([1a52aaf](https://github.com/Evaneos/front-config/commit/1a52aafe57f4bfc12a96d8254b86a594e327dcff))
* move to single package format ([bdcd6d3](https://github.com/Evaneos/front-config/commit/bdcd6d389042a867cac350462973ea02a1ba7877))
* supports prettier 3 ([d928c2d](https://github.com/Evaneos/front-config/commit/d928c2d5b16cf47466795a14f64621cca60e9f37))
* update config and fix build setup ([8075f65](https://github.com/Evaneos/front-config/commit/8075f6583aaae00c28d939a34df5da6d0cfb6380))
* update readme ([703c4d2](https://github.com/Evaneos/front-config/commit/703c4d23962a721478bdd68a443f27f286b7d848))
* update to ts and use tsup to build ([54e01e5](https://github.com/Evaneos/front-config/commit/54e01e55fef7938cfdd60542797e9a793418b08b))
* updates dependencies and improve peerDependencies versions ([aaffed0](https://github.com/Evaneos/front-config/commit/aaffed010215e25f3bde5fbde308ac5f12d24b20))
* use flat config from eslint 9 ([9b1075d](https://github.com/Evaneos/front-config/commit/9b1075d153dcc0d7fad3492ba194a4338aa7e487))


### Bug Fixes

* actually use jsx a11y eslint config ([17dcd6e](https://github.com/Evaneos/front-config/commit/17dcd6eacf95a688803050d39157b9b96260732f))
* align bump eslint-plugin-testing-library from both packages ([65826fe](https://github.com/Evaneos/front-config/commit/65826fe4455284dd8f2a2436840343de4217ff42))
* bumps eslint-config-prettier peerDependencies version to 8 and higher ([#23](https://github.com/Evaneos/front-config/issues/23)) ([d3e2b83](https://github.com/Evaneos/front-config/commit/d3e2b83d7979470cf63f85baf185f2b2f4e3e6f3))
* ci update lint call ([90015c4](https://github.com/Evaneos/front-config/commit/90015c4d4c38f646f14f47ef92db9a431c55940e))
* **ci:** lerna needs specific arguments in release-please ([#41](https://github.com/Evaneos/front-config/issues/41)) ([7cd6e34](https://github.com/Evaneos/front-config/commit/7cd6e34c1fcf1e8ecb0a1f63d2b0374fc175616a))
* give some slack to bump eslint-config-prettier ([a125375](https://github.com/Evaneos/front-config/commit/a125375f2dd37b69c3623439c5f52be4c04d3faf))
* move react jsx to override ([ca3cb6d](https://github.com/Evaneos/front-config/commit/ca3cb6df0cfcbc971c82181b797aa1e3b0224eb4))
* package-lock properties ordering ([#44](https://github.com/Evaneos/front-config/issues/44)) ([ac26853](https://github.com/Evaneos/front-config/commit/ac268537c4c320c1c0895511b3a2e87e22980596))
* reorganize rules ([d2977c7](https://github.com/Evaneos/front-config/commit/d2977c781c83b9df957008d4415319d40ed4ac54))
* update gitignore ([c470a71](https://github.com/Evaneos/front-config/commit/c470a71896da1e42d74183d390fbaf9058309c51))
* update rules not working rules ([863a03f](https://github.com/Evaneos/front-config/commit/863a03f31a26c3f38e966f913d0f869383f1fd0a))
* update rules setup ([6c3a94c](https://github.com/Evaneos/front-config/commit/6c3a94ccc315c704fbd97387e4831dcca7baf7c2))
* updated env token to retrigger npm publish ([d5ab911](https://github.com/Evaneos/front-config/commit/d5ab911ca06c222915d9203c16872d752fff8e4d))
* use npm publish, bye Lerna ([ead60f0](https://github.com/Evaneos/front-config/commit/ead60f025c26f05debf4cb41699d87fd1e30f3d3))


### Miscellaneous Chores

* release 1.0.0 ([dd955a7](https://github.com/Evaneos/front-config/commit/dd955a70493f52f9a3d584873da95a031e095af1))
* release 1.2.0 ([e691e11](https://github.com/Evaneos/front-config/commit/e691e11ac5a36cb27beea8dec0d4ae53374bf823))
* release 4.5.0 ([0cf9506](https://github.com/Evaneos/front-config/commit/0cf9506040e01ee4e025907e8b79fc966da5d310))
* release 4.5.1 ([#42](https://github.com/Evaneos/front-config/issues/42)) ([25a45ac](https://github.com/Evaneos/front-config/commit/25a45ac264d5b5afcc02353dabe0b4e97c1eb0c4))

## [1.2.0](https://github.com/Evaneos/front-config/compare/v1.1.0...v1.2.0) (2025-02-03)


Expand Down