Skip to content

Commit

Permalink
Merge pull request #58 from Evaneos/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--front-config

chore(main): release 1.2.0
  • Loading branch information
vouill authored Feb 3, 2025
2 parents f1749c4 + f390ae7 commit 95aa206
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Changelog

## [1.2.0](https://github.com/Evaneos/front-config/compare/v1.1.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:** adds no-floating-promises eslint rules for typescript projects ([#7](https://github.com/Evaneos/front-config/issues/7)) ([4ae1fdf](https://github.com/Evaneos/front-config/commit/4ae1fdf93e2dc205fdc948fd593427019ed0acfb))
* **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.1.0](https://github.com/Evaneos/front-config/compare/v1.0.2...v1.1.0) (2025-01-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evaneos/front-config",
"version": "1.1.0",
"version": "1.2.0",
"engines": {
"node": ">=v18",
"npm": ">=9"
Expand Down

0 comments on commit 95aa206

Please sign in to comment.