Skip to content

Commit 2f01373

Browse files
committed
chore(release): 8.0.0-alpha.29
1 parent bd154af commit 2f01373

File tree

6 files changed

+37
-3
lines changed

6 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.29](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.28...v8.0.0-alpha.29) (2023-12-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency p-limit to v5 ([#74](https://github.com/TrigenSoftware/scripts/issues/74)) ([e4a1e11](https://github.com/TrigenSoftware/scripts/commit/e4a1e11a352b6b76df23c4877c6caf03b765257c))
12+
* **eslint-config:** fix rules for tests files ([488ca4b](https://github.com/TrigenSoftware/scripts/commit/488ca4b8a375b678e2e3dd939b5bfc3649b65bee))
13+
14+
15+
16+
17+
618
# [8.0.0-alpha.28](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.27...v8.0.0-alpha.28) (2023-09-17)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.0-alpha.28",
2+
"version": "8.0.0-alpha.29",
33
"useWorkspaces": true,
44
"command": {
55
"version": {

packages/eslint-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.29](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.28...v8.0.0-alpha.29) (2023-12-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-config:** fix rules for tests files ([488ca4b](https://github.com/TrigenSoftware/scripts/commit/488ca4b8a375b678e2e3dd939b5bfc3649b65bee))
12+
13+
14+
15+
16+
617
# [8.0.0-alpha.28](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.27...v8.0.0-alpha.28) (2023-09-17)
718

819

packages/eslint-config/package.json

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

packages/scripts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.29](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.28...v8.0.0-alpha.29) (2023-12-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency p-limit to v5 ([#74](https://github.com/TrigenSoftware/scripts/issues/74)) ([e4a1e11](https://github.com/TrigenSoftware/scripts/commit/e4a1e11a352b6b76df23c4877c6caf03b765257c))
12+
13+
14+
15+
16+
617
# [8.0.0-alpha.27](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.26...v8.0.0-alpha.27) (2023-09-15)
718

819
**Note:** Version bump only for package @trigen/scripts

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trigen/scripts",
33
"type": "module",
4-
"version": "8.0.0-alpha.27",
4+
"version": "8.0.0-alpha.29",
55
"description": "CLI tool for running scripts.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)