Skip to content

Commit d10c4cf

Browse files
committed
chore(release): 8.0.0-alpha.32
1 parent 2fa1c00 commit d10c4cf

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [8.0.0-alpha.32](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.31...v8.0.0-alpha.32) (2024-03-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-config:** fix ts rules ([2fa1c00](https://github.com/TrigenSoftware/scripts/commit/2fa1c004fe01e68f231eed12d24621046b27efa1))
12+
13+
14+
15+
16+
617
# [8.0.0-alpha.31](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.30...v8.0.0-alpha.31) (2024-03-13)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.0-alpha.31",
2+
"version": "8.0.0-alpha.32",
33
"useWorkspaces": true,
44
"command": {
55
"version": {

packages/eslint-config/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [8.0.0-alpha.32](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.31...v8.0.0-alpha.32) (2024-03-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-config:** fix ts rules ([2fa1c00](https://github.com/TrigenSoftware/scripts/commit/2fa1c004fe01e68f231eed12d24621046b27efa1))
12+
13+
14+
15+
16+
617
# [8.0.0-alpha.31](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.30...v8.0.0-alpha.31) (2024-03-13)
718

819

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trigen/eslint-config",
3-
"version": "8.0.0-alpha.31",
3+
"version": "8.0.0-alpha.32",
44
"description": "Trigen's ESLint config.",
55
"author": "dangreen",
66
"license": "MIT",

0 commit comments

Comments
 (0)