Skip to content

Commit 858ec82

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent d034a36 commit 858ec82

File tree

4 files changed

+88
-0
lines changed

4 files changed

+88
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# (Mon Jan 08 2024)
2+
3+
#### 🚀 Enhancement
4+
5+
- `@kickstartds/[email protected]`
6+
- Update auto to version 11 [#257](https://github.com/kickstartDS/config/pull/257) ([@lmestel](https://github.com/lmestel))
7+
8+
#### 🔩 Dependency Updates
9+
10+
- build(deps-dev): bump prettier from 2.7.1 to 2.8.4 [#193](https://github.com/kickstartDS/config/pull/193) ([@dependabot[bot]](https://github.com/dependabot[bot]))
11+
- `@kickstartds/[email protected]`
12+
- build(deps-dev): bump auto from 10.42.2 to 10.45.0 [#222](https://github.com/kickstartDS/config/pull/222) ([@dependabot[bot]](https://github.com/dependabot[bot]))
13+
- build(deps-dev): bump auto from 10.37.6 to 10.42.2 [#202](https://github.com/kickstartDS/config/pull/202) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@lmestel](https://github.com/lmestel))
14+
- `@kickstartds/[email protected]`
15+
- build(deps): bump eslint-plugin-import from 2.26.0 to 2.27.5 [#189](https://github.com/kickstartDS/config/pull/189) ([@dependabot[bot]](https://github.com/dependabot[bot]))
16+
- build(deps): bump eslint-config-prettier from 8.5.0 to 8.6.0 [#181](https://github.com/kickstartDS/config/pull/181) ([@dependabot[bot]](https://github.com/dependabot[bot]))
17+
- `@kickstartds/[email protected]`
18+
- build(deps): bump stylelint-config-prettier from 9.0.3 to 9.0.5 [#191](https://github.com/kickstartDS/config/pull/191) ([@dependabot[bot]](https://github.com/dependabot[bot]))
19+
20+
#### Authors: 2
21+
22+
- [@dependabot[bot]](https://github.com/dependabot[bot])
23+
- Lukas Mestel ([@lmestel](https://github.com/lmestel))
24+
25+
---
26+
127
# (Mon Nov 14 2022)
228

329
#### ⚠️ Pushed to `master`

packages/auto/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v1.2.0 (Mon Jan 08 2024)
2+
3+
#### 🚀 Enhancement
4+
5+
- Update auto to version 11 [#257](https://github.com/kickstartDS/config/pull/257) ([@lmestel](https://github.com/lmestel))
6+
7+
#### 🐛 Bug Fix
8+
9+
- feat: update auto to version 11 ([@lmestel](https://github.com/lmestel))
10+
- build(deps): bump @auto-it/released from 10.42.2 to 10.45.0 ([@dependabot[bot]](https://github.com/dependabot[bot]))
11+
- build(deps): bump @auto-it/npm from 10.42.2 to 10.45.0 ([@dependabot[bot]](https://github.com/dependabot[bot]))
12+
- build(deps): bump @auto-it/npm from 10.37.6 to 10.42.2 ([@lmestel](https://github.com/lmestel))
13+
- build(deps): bump @auto-it/released from 10.37.6 to 10.42.2 ([@dependabot[bot]](https://github.com/dependabot[bot]))
14+
15+
#### 🔩 Dependency Updates
16+
17+
- build(deps-dev): bump auto from 10.42.2 to 10.45.0 [#222](https://github.com/kickstartDS/config/pull/222) ([@dependabot[bot]](https://github.com/dependabot[bot]))
18+
- build(deps-dev): bump auto from 10.37.6 to 10.42.2 [#202](https://github.com/kickstartDS/config/pull/202) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@lmestel](https://github.com/lmestel))
19+
20+
#### Authors: 2
21+
22+
- [@dependabot[bot]](https://github.com/dependabot[bot])
23+
- Lukas Mestel ([@lmestel](https://github.com/lmestel))
24+
25+
---
26+
127
# v1.1.2 (Mon Nov 14 2022)
228

329
#### ⚠️ Pushed to `master`

packages/eslint/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v1.2.0 (Mon Jan 08 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- build(deps): bump eslint-plugin-import from 2.26.0 to 2.27.5 ([@dependabot[bot]](https://github.com/dependabot[bot]))
6+
- build(deps): bump eslint-config-prettier from 8.5.0 to 8.6.0 ([@dependabot[bot]](https://github.com/dependabot[bot]))
7+
8+
#### 🔩 Dependency Updates
9+
10+
- build(deps): bump eslint-plugin-import from 2.26.0 to 2.27.5 [#189](https://github.com/kickstartDS/config/pull/189) ([@dependabot[bot]](https://github.com/dependabot[bot]))
11+
- build(deps): bump stylelint-config-prettier from 9.0.3 to 9.0.5 [#191](https://github.com/kickstartDS/config/pull/191) ([@dependabot[bot]](https://github.com/dependabot[bot]))
12+
- build(deps-dev): bump prettier from 2.7.1 to 2.8.4 [#193](https://github.com/kickstartDS/config/pull/193) ([@dependabot[bot]](https://github.com/dependabot[bot]))
13+
- build(deps): bump eslint-config-prettier from 8.5.0 to 8.6.0 [#181](https://github.com/kickstartDS/config/pull/181) ([@dependabot[bot]](https://github.com/dependabot[bot]))
14+
15+
#### Authors: 1
16+
17+
- [@dependabot[bot]](https://github.com/dependabot[bot])
18+
19+
---
20+
121
# v1.1.2 (Mon Nov 14 2022)
222

323
#### ⚠️ Pushed to `master`

packages/stylelint/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v2.2.0 (Mon Jan 08 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- build(deps): bump stylelint-config-prettier from 9.0.3 to 9.0.5 ([@dependabot[bot]](https://github.com/dependabot[bot]))
6+
7+
#### 🔩 Dependency Updates
8+
9+
- build(deps): bump stylelint-config-prettier from 9.0.3 to 9.0.5 [#191](https://github.com/kickstartDS/config/pull/191) ([@dependabot[bot]](https://github.com/dependabot[bot]))
10+
11+
#### Authors: 1
12+
13+
- [@dependabot[bot]](https://github.com/dependabot[bot])
14+
15+
---
16+
117
# v2.1.2 (Mon Nov 14 2022)
218

319
#### ⚠️ Pushed to `master`

0 commit comments

Comments
 (0)