Skip to content

Commit e885ed0

Browse files
authored
Merge pull request #67 from Evaneos/release-please--branches--main--components--front-config
chore(main): release 5.0.0
2 parents 59d6d6a + c1cf73e commit e885ed0

File tree

3 files changed

+55
-3
lines changed

3 files changed

+55
-3
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/Evaneos/front-config/compare/v1.2.0...v5.0.0) (2025-02-19)
4+
5+
6+
### Features
7+
8+
* add build check ([4cae164](https://github.com/Evaneos/front-config/commit/4cae164f6be8e8cd11c367d118f2faa106f24fca))
9+
* add ci checks ([983b652](https://github.com/Evaneos/front-config/commit/983b652a5842fb65cd63f1d51410774268d74339))
10+
* add force publish option to lerna cmd ([4b27103](https://github.com/Evaneos/front-config/commit/4b271038baf904558cbc2afee68e3267b96c362e))
11+
* adds eslint-plugin-testing-library ([bc0b1be](https://github.com/Evaneos/front-config/commit/bc0b1beb67e27398ba2968a8d328d614a429d223))
12+
* change newlines-between rule to always ([40fe9c9](https://github.com/Evaneos/front-config/commit/40fe9c996bdba8bb0190225a1d0302e00afd9999))
13+
* 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))
14+
* **eslint:** add import/no-duplicates ([e5a2d8f](https://github.com/Evaneos/front-config/commit/e5a2d8ff98fd29ec90d33e9516aa0a060e31fe5d))
15+
* **eslint:** no-unused-vars ignoreRestSiblings ([#29](https://github.com/Evaneos/front-config/issues/29)) ([1a52aaf](https://github.com/Evaneos/front-config/commit/1a52aafe57f4bfc12a96d8254b86a594e327dcff))
16+
* move to single package format ([bdcd6d3](https://github.com/Evaneos/front-config/commit/bdcd6d389042a867cac350462973ea02a1ba7877))
17+
* supports prettier 3 ([d928c2d](https://github.com/Evaneos/front-config/commit/d928c2d5b16cf47466795a14f64621cca60e9f37))
18+
* update config and fix build setup ([8075f65](https://github.com/Evaneos/front-config/commit/8075f6583aaae00c28d939a34df5da6d0cfb6380))
19+
* update readme ([703c4d2](https://github.com/Evaneos/front-config/commit/703c4d23962a721478bdd68a443f27f286b7d848))
20+
* update to ts and use tsup to build ([54e01e5](https://github.com/Evaneos/front-config/commit/54e01e55fef7938cfdd60542797e9a793418b08b))
21+
* updates dependencies and improve peerDependencies versions ([aaffed0](https://github.com/Evaneos/front-config/commit/aaffed010215e25f3bde5fbde308ac5f12d24b20))
22+
* use flat config from eslint 9 ([9b1075d](https://github.com/Evaneos/front-config/commit/9b1075d153dcc0d7fad3492ba194a4338aa7e487))
23+
24+
25+
### Bug Fixes
26+
27+
* actually use jsx a11y eslint config ([17dcd6e](https://github.com/Evaneos/front-config/commit/17dcd6eacf95a688803050d39157b9b96260732f))
28+
* align bump eslint-plugin-testing-library from both packages ([65826fe](https://github.com/Evaneos/front-config/commit/65826fe4455284dd8f2a2436840343de4217ff42))
29+
* 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))
30+
* change import of a11y plugin ([7679993](https://github.com/Evaneos/front-config/commit/7679993469c3cea3895ec57cb0d3b9b37df627da))
31+
* ci update lint call ([90015c4](https://github.com/Evaneos/front-config/commit/90015c4d4c38f646f14f47ef92db9a431c55940e))
32+
* **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))
33+
* fix release please ([119e0b0](https://github.com/Evaneos/front-config/commit/119e0b0b437a133dd744ae02bb343aefd02bb2b8))
34+
* give some slack to bump eslint-config-prettier ([a125375](https://github.com/Evaneos/front-config/commit/a125375f2dd37b69c3623439c5f52be4c04d3faf))
35+
* move react jsx to override ([ca3cb6d](https://github.com/Evaneos/front-config/commit/ca3cb6df0cfcbc971c82181b797aa1e3b0224eb4))
36+
* package-lock properties ordering ([#44](https://github.com/Evaneos/front-config/issues/44)) ([ac26853](https://github.com/Evaneos/front-config/commit/ac268537c4c320c1c0895511b3a2e87e22980596))
37+
* reorganize rules ([d2977c7](https://github.com/Evaneos/front-config/commit/d2977c781c83b9df957008d4415319d40ed4ac54))
38+
* revert test yaml run ([99ada8c](https://github.com/Evaneos/front-config/commit/99ada8c87f8b4a164734f470acbf0356b9e7b09e))
39+
* update gitignore ([c470a71](https://github.com/Evaneos/front-config/commit/c470a71896da1e42d74183d390fbaf9058309c51))
40+
* update release please again ([0096291](https://github.com/Evaneos/front-config/commit/0096291df7a707a9f50d6b1e54e8e734b3a861a6))
41+
* update rules not working rules ([863a03f](https://github.com/Evaneos/front-config/commit/863a03f31a26c3f38e966f913d0f869383f1fd0a))
42+
* update rules setup ([6c3a94c](https://github.com/Evaneos/front-config/commit/6c3a94ccc315c704fbd97387e4831dcca7baf7c2))
43+
* updated env token to retrigger npm publish ([d5ab911](https://github.com/Evaneos/front-config/commit/d5ab911ca06c222915d9203c16872d752fff8e4d))
44+
* use npm publish, bye Lerna ([ead60f0](https://github.com/Evaneos/front-config/commit/ead60f025c26f05debf4cb41699d87fd1e30f3d3))
45+
46+
47+
### Miscellaneous Chores
48+
49+
* release 1.0.0 ([dd955a7](https://github.com/Evaneos/front-config/commit/dd955a70493f52f9a3d584873da95a031e095af1))
50+
* release 1.2.0 ([e691e11](https://github.com/Evaneos/front-config/commit/e691e11ac5a36cb27beea8dec0d4ae53374bf823))
51+
* release 4.5.0 ([0cf9506](https://github.com/Evaneos/front-config/commit/0cf9506040e01ee4e025907e8b79fc966da5d310))
52+
* release 4.5.1 ([#42](https://github.com/Evaneos/front-config/issues/42)) ([25a45ac](https://github.com/Evaneos/front-config/commit/25a45ac264d5b5afcc02353dabe0b4e97c1eb0c4))
53+
* release 5.0.0 ([fc2bbe4](https://github.com/Evaneos/front-config/commit/fc2bbe4d367ea050f7c011f30e31da3e11b8a1b7))
54+
355
## [1.2.0](https://github.com/Evaneos/front-config/compare/v1.2.0...v1.2.0) (2025-02-19)
456

557

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evaneos/front-config",
3-
"version": "1.2.0",
3+
"version": "5.0.0",
44
"engines": {
55
"node": ">=v18",
66
"npm": ">=9"

0 commit comments

Comments
 (0)