Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Waldron committed Dec 8, 2022
1 parent 4fc801f commit 3d8e6c7
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# (Thu Dec 08 2022)

#### 🐛 Bug Fix

- revert(root): add back the standalone clean turbo script ([@waldronmatt](https://github.com/waldronmatt))
- `@waldronmatt/test-app-addition@1.2.2`, `@waldronmatt/test-app-subtraction@1.2.2`
- fix(apps): have eslint ignore dist folder ([@waldronmatt](https://github.com/waldronmatt))
- fix(apps): update exclude with all js files for tsconfig.eslint.json ([@waldronmatt](https://github.com/waldronmatt))
- fix(apps): update includes for any js files in tsconfig.eslint.json ([@waldronmatt](https://github.com/waldronmatt))
- fix(apps): simplify tsconfig.build.json configs ([@waldronmatt](https://github.com/waldronmatt))
- chore(apps): remove rootdir from tsconfig ([@waldronmatt](https://github.com/waldronmatt))

#### Authors: 1

- Matthew Waldron ([@waldronmatt](https://github.com/waldronmatt))

---

# (Wed Dec 07 2022)

#### 🐛 Bug Fix
Expand Down
16 changes: 16 additions & 0 deletions apps/test-app-addition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v1.2.2 (Thu Dec 08 2022)

#### 🐛 Bug Fix

- fix(apps): have eslint ignore dist folder ([@waldronmatt](https://github.com/waldronmatt))
- fix(apps): update exclude with all js files for tsconfig.eslint.json ([@waldronmatt](https://github.com/waldronmatt))
- fix(apps): update includes for any js files in tsconfig.eslint.json ([@waldronmatt](https://github.com/waldronmatt))
- fix(apps): simplify tsconfig.build.json configs ([@waldronmatt](https://github.com/waldronmatt))
- chore(apps): remove rootdir from tsconfig ([@waldronmatt](https://github.com/waldronmatt))

#### Authors: 1

- Matthew Waldron ([@waldronmatt](https://github.com/waldronmatt))

---

# v1.2.1 (Wed Dec 07 2022)

#### 🐛 Bug Fix
Expand Down
16 changes: 16 additions & 0 deletions apps/test-app-subtraction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v1.2.2 (Thu Dec 08 2022)

#### 🐛 Bug Fix

- fix(apps): have eslint ignore dist folder ([@waldronmatt](https://github.com/waldronmatt))
- fix(apps): update exclude with all js files for tsconfig.eslint.json ([@waldronmatt](https://github.com/waldronmatt))
- fix(apps): update includes for any js files in tsconfig.eslint.json ([@waldronmatt](https://github.com/waldronmatt))
- fix(apps): simplify tsconfig.build.json configs ([@waldronmatt](https://github.com/waldronmatt))
- chore(apps): remove rootdir from tsconfig ([@waldronmatt](https://github.com/waldronmatt))

#### Authors: 1

- Matthew Waldron ([@waldronmatt](https://github.com/waldronmatt))

---

# v1.2.1 (Wed Dec 07 2022)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 3d8e6c7

Please sign in to comment.