Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Salute-Eva committed Feb 8, 2024
1 parent a592f71 commit 9267de9
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# (Thu Feb 08 2024)

#### 🚀 Enhancement

- `@salutejs/[email protected]`
- feat(eslint-config): added `Do not memoize primitives` as a full-fledged rule [#29](https://github.com/salute-developers/grail/pull/29) ([@SeanSilke](https://github.com/SeanSilke))
- feat: custom rule no redundant commit [#25](https://github.com/salute-developers/grail/pull/25) ([@KateKate](https://github.com/KateKate) [@SeanSilke](https://github.com/SeanSilke))

#### 🐛 Bug Fix

- `@salutejs/[email protected]`
- fix: removed legacy-peer-deps [#33](https://github.com/salute-developers/grail/pull/33) ([@SeanSilke](https://github.com/SeanSilke))
- `@salutejs/[email protected]`
- fix(eslint-config): add nesting awareness for no-redundant-commit rule [#31](https://github.com/salute-developers/grail/pull/31) ([@SeanSilke](https://github.com/SeanSilke))
- fix(eslint-config): changed the autofix option for jsx-no-leaked-render [#30](https://github.com/salute-developers/grail/pull/30) ([@SeanSilke](https://github.com/SeanSilke))
- fix(eslint-config): fixed typo and replaced link with shorter one [#28](https://github.com/salute-developers/grail/pull/28) ([@SeanSilke](https://github.com/SeanSilke))
- ci: add prettierc.js, fix package-lock [#26](https://github.com/salute-developers/grail/pull/26) ([@KateKate](https://github.com/KateKate))
- `@salutejs/[email protected]`, `@salutejs/[email protected]`, `@salutejs/[email protected]`
- ci: обновление CI тулов [#23](https://github.com/salute-developers/grail/pull/23) ([email protected] [@gennadijivanov](https://github.com/gennadijivanov))

#### Authors: 4

- [@gennadijivanov](https://github.com/gennadijivanov)
- Ekaterina Anishkina ([@KateKate](https://github.com/KateKate))
- Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))
- Геннадий Иванов ([email protected])

---

# (Mon Feb 05 2024)

#### 🚀 Enhancement
Expand Down
20 changes: 20 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.2.0 (Thu Feb 08 2024)

#### 🐛 Bug Fix

- fix: removed legacy-peer-deps [#33](https://github.com/salute-developers/grail/pull/33) ([@SeanSilke](https://github.com/SeanSilke))
- fix: removed legacy-peer-deps ([@SeanSilke](https://github.com/SeanSilke))
- "Bump independent versions \[skip ci\]" ([@Salute-Eva](https://github.com/Salute-Eva))
- Update CHANGELOG.md \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
- ci: обновление CI тулов [#23](https://github.com/salute-developers/grail/pull/23) ([email protected] [@gennadijivanov](https://github.com/gennadijivanov))
- ci: обновление CI тулов ([email protected])

#### Authors: 4

- [@gennadijivanov](https://github.com/gennadijivanov)
- [@Salute-Eva](https://github.com/Salute-Eva)
- Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))
- Геннадий Иванов ([email protected])

---

# v1.1.0 (Thu Dec 28 2023)

#### 🐛 Bug Fix
Expand Down
34 changes: 34 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# v2.6.0 (Thu Feb 08 2024)

#### 🚀 Enhancement

- feat(eslint-config): added `Do not memoize primitives` as a full-fledged rule [#29](https://github.com/salute-developers/grail/pull/29) ([@SeanSilke](https://github.com/SeanSilke))
- feat(eslint-config): added as a full-fledged rule ([@SeanSilke](https://github.com/SeanSilke))
- feat: custom rule no redundant commit [#25](https://github.com/salute-developers/grail/pull/25) ([@KateKate](https://github.com/KateKate) [@SeanSilke](https://github.com/SeanSilke))
- feat: custom rule no redundant commit ([@KateKate](https://github.com/KateKate))

#### 🐛 Bug Fix

- fix: removed legacy-peer-deps [#33](https://github.com/salute-developers/grail/pull/33) ([@SeanSilke](https://github.com/SeanSilke))
- "Bump independent versions \[skip ci\]" ([@Salute-Eva](https://github.com/Salute-Eva))
- Update CHANGELOG.md \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
- fix(eslint-config): add nesting awareness for no-redundant-commit rule [#31](https://github.com/salute-developers/grail/pull/31) ([@SeanSilke](https://github.com/SeanSilke))
- fix(eslint-config): add nesting awareness for no-redundant-commit rule ([@SeanSilke](https://github.com/SeanSilke))
- fix(eslint-config): changed the autofix option for jsx-no-leaked-render [#30](https://github.com/salute-developers/grail/pull/30) ([@SeanSilke](https://github.com/SeanSilke))
- fix(eslint-config): changed the autofix option for jsx-no-leaked-render ([@SeanSilke](https://github.com/SeanSilke))
- fix(eslint-config): fixed typo and replaced link with shorter one [#28](https://github.com/salute-developers/grail/pull/28) ([@SeanSilke](https://github.com/SeanSilke))
- fix(eslint-config): fixed typo and replaced link with shorter one ([@SeanSilke](https://github.com/SeanSilke))
- ci: add prettierc.js, fix package-lock [#26](https://github.com/salute-developers/grail/pull/26) ([@KateKate](https://github.com/KateKate))
- ci: обновление CI тулов [#23](https://github.com/salute-developers/grail/pull/23) ([email protected] [@gennadijivanov](https://github.com/gennadijivanov))
- ci: обновление CI тулов ([email protected])

#### Authors: 5

- [@gennadijivanov](https://github.com/gennadijivanov)
- [@Salute-Eva](https://github.com/Salute-Eva)
- Ekaterina Anishkina ([@KateKate](https://github.com/KateKate))
- Sergey Orlov ([@SeanSilke](https://github.com/SeanSilke))
- Геннадий Иванов ([email protected])

---

# v2.5.0 (Mon Feb 05 2024)

#### 🚀 Enhancement
Expand Down

0 comments on commit 9267de9

Please sign in to comment.