Skip to content

Commit ea60fe7

Browse files
Update CHANGELOG.md [skip ci]
1 parent be393c5 commit ea60fe7

File tree

8 files changed

+134
-0
lines changed

8 files changed

+134
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# v4.15.1 (Tue May 31 2022)
2+
3+
:tada: This release contains work from a new contributor! :tada:
4+
5+
Thank you, Spencer Hamm ([@spentacular](https://github.com/spentacular)), for all your work!
6+
7+
#### 🐛 Bug Fix
8+
9+
- `@design-systems/test`
10+
- Guard against `window` not existing in test setup [#699](https://github.com/intuit/design-systems-cli/pull/699) ([@adierkens](https://github.com/adierkens))
11+
- `@design-systems/core`
12+
- remove bin from core package because it doesn't exist [#667](https://github.com/intuit/design-systems-cli/pull/667) ([email protected])
13+
14+
#### 🔩 Dependency Updates
15+
16+
- `@design-systems/svg-icon-builder`
17+
- Update dependency endent to v2.1.0 [#695](https://github.com/intuit/design-systems-cli/pull/695) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
18+
19+
#### Authors: 4
20+
21+
- [@renovate[bot]](https://github.com/renovate[bot])
22+
- Adam Dierkens ([@adierkens](https://github.com/adierkens))
23+
- Spencer Hamm ([@spentacular](https://github.com/spentacular))
24+
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
25+
26+
---
27+
128
# v4.15.0 (Fri May 20 2022)
229

330
:tada: This release contains work from a new contributor! :tada:

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v4.15.1 (Tue May 31 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- remove bin from core package because it doesn't exist [#667](https://github.com/intuit/design-systems-cli/pull/667) ([email protected])
6+
- Merge branch 'master' into remove-core-bin ([email protected])
7+
8+
#### Authors: 1
9+
10+
- Spencer Hamm ([@spentacular](https://github.com/spentacular))
11+
12+
---
13+
114
# v2.17.8 (Mon Jun 14 2021)
215

316
#### 🐛 Bug Fix

packages/core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v4.15.1 (Tue May 31 2022)
2+
3+
:tada: This release contains work from a new contributor! :tada:
4+
5+
Thank you, Spencer Hamm ([@spentacular](https://github.com/spentacular)), for all your work!
6+
7+
#### 🐛 Bug Fix
8+
9+
- Guard against `window` not existing in test setup [#699](https://github.com/intuit/design-systems-cli/pull/699) ([@adierkens](https://github.com/adierkens))
10+
- remove bin from core package because it doesn't exist [#667](https://github.com/intuit/design-systems-cli/pull/667) ([email protected])
11+
- Merge branch 'master' into remove-core-bin ([email protected])
12+
- remove bin from core package because it doesn't exist ([email protected])
13+
14+
#### Authors: 2
15+
16+
- Adam Dierkens ([@adierkens](https://github.com/adierkens))
17+
- Spencer Hamm ([@spentacular](https://github.com/spentacular))
18+
19+
---
20+
121
# v2.17.8 (Mon Jun 14 2021)
222

323
#### 🐛 Bug Fix

packages/hooks/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v4.15.1 (Tue May 31 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- remove bin from core package because it doesn't exist [#667](https://github.com/intuit/design-systems-cli/pull/667) ([email protected])
6+
- Merge branch 'master' into remove-core-bin ([email protected])
7+
8+
#### Authors: 1
9+
10+
- Spencer Hamm ([@spentacular](https://github.com/spentacular))
11+
12+
---
13+
114
# v4.14.0 (Thu Mar 17 2022)
215

316
#### 🚀 Enhancement

packages/load-config/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v4.15.1 (Tue May 31 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- remove bin from core package because it doesn't exist [#667](https://github.com/intuit/design-systems-cli/pull/667) ([email protected])
6+
- Merge branch 'master' into remove-core-bin ([email protected])
7+
8+
#### Authors: 1
9+
10+
- Spencer Hamm ([@spentacular](https://github.com/spentacular))
11+
12+
---
13+
114
# v2.17.8 (Mon Jun 14 2021)
215

316
#### 🐛 Bug Fix

packages/svg-icon-builder/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v4.15.1 (Tue May 31 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- remove bin from core package because it doesn't exist [#667](https://github.com/intuit/design-systems-cli/pull/667) ([email protected])
6+
- Merge branch 'master' into remove-core-bin ([email protected])
7+
8+
#### 🔩 Dependency Updates
9+
10+
- Update dependency endent to v2.1.0 [#695](https://github.com/intuit/design-systems-cli/pull/695) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
11+
12+
#### Authors: 3
13+
14+
- [@renovate[bot]](https://github.com/renovate[bot])
15+
- Spencer Hamm ([@spentacular](https://github.com/spentacular))
16+
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
17+
18+
---
19+
120
# v4.15.0 (Fri May 20 2022)
221

322
:tada: This release contains work from a new contributor! :tada:

packages/utils/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v4.15.1 (Tue May 31 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- remove bin from core package because it doesn't exist [#667](https://github.com/intuit/design-systems-cli/pull/667) ([email protected])
6+
- Merge branch 'master' into remove-core-bin ([email protected])
7+
8+
#### Authors: 1
9+
10+
- Spencer Hamm ([@spentacular](https://github.com/spentacular))
11+
12+
---
13+
114
# v4.15.0 (Fri May 20 2022)
215

316
#### 🔩 Dependency Updates

plugins/test/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v4.15.1 (Tue May 31 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Guard against `window` not existing in test setup [#699](https://github.com/intuit/design-systems-cli/pull/699) ([@adierkens](https://github.com/adierkens))
6+
- remove bin from core package because it doesn't exist [#667](https://github.com/intuit/design-systems-cli/pull/667) ([email protected])
7+
- Update setupTests.ts ([@adierkens](https://github.com/adierkens))
8+
- Merge branch 'master' into remove-core-bin ([email protected])
9+
10+
#### Authors: 2
11+
12+
- Adam Dierkens ([@adierkens](https://github.com/adierkens))
13+
- Spencer Hamm ([@spentacular](https://github.com/spentacular))
14+
15+
---
16+
117
# v4.13.1 (Tue Sep 21 2021)
218

319
:tada: This release contains work from a new contributor! :tada:

0 commit comments

Comments
 (0)