Skip to content

Commit 99c0d47

Browse files
committed
chore(release): 8.0.0-alpha.33
1 parent beafc53 commit 99c0d47

File tree

16 files changed

+97
-9
lines changed

16 files changed

+97
-9
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **lint-package-json:** fix package.json ([beafc53](https://github.com/TrigenSoftware/scripts/commit/beafc53de744578b92b691a43370b1c5b9930328))
12+
* **lint-package-json:** fix package.json ([717ed25](https://github.com/TrigenSoftware/scripts/commit/717ed258dd7d4e4ff30cd1ffb9cfcbe70b57575c))
13+
* **npm-package-json-lint-config:** fix monorepo config ([6d5da33](https://github.com/TrigenSoftware/scripts/commit/6d5da339a798a9524f247aa400e3a71b400f16c0))
14+
* **scripts:** fix spawn util ([2198ca8](https://github.com/TrigenSoftware/scripts/commit/2198ca806b8f44decc8021a39a0c89cc05c2215d))
15+
16+
17+
### Features
18+
19+
* **eslint-config:** minor tweaks ([6118b4e](https://github.com/TrigenSoftware/scripts/commit/6118b4e18e4d2ea4b2f1faa9439983ca72032d9e))
20+
21+
22+
23+
24+
625
# [8.0.0-alpha.32](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.31...v8.0.0-alpha.32) (2024-03-29)
726

827

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.32",
2+
"version": "8.0.0-alpha.33",
33
"useWorkspaces": true,
44
"command": {
55
"version": {

packages/babel-preset/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
7+
8+
**Note:** Version bump only for package @trigen/babel-preset
9+
10+
11+
12+
13+
614
# [8.0.0-alpha.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
715

816
**Note:** Version bump only for package @trigen/babel-preset

packages/babel-preset/package.json

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

packages/browserslist-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
7+
8+
**Note:** Version bump only for package @trigen/browserslist-config
9+
10+
11+
12+
13+
614
# [8.0.0-alpha.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
715

816
**Note:** Version bump only for package @trigen/browserslist-config

packages/browserslist-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/browserslist-config",
3-
"version": "8.0.0-alpha.30",
3+
"version": "8.0.0-alpha.33",
44
"description": "Trigen's Browserslist config.",
55
"author": "dangreen",
66
"license": "MIT",

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.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
7+
8+
9+
### Features
10+
11+
* **eslint-config:** minor tweaks ([6118b4e](https://github.com/TrigenSoftware/scripts/commit/6118b4e18e4d2ea4b2f1faa9439983ca72032d9e))
12+
13+
14+
15+
16+
617
# [8.0.0-alpha.32](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.31...v8.0.0-alpha.32) (2024-03-29)
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.32",
3+
"version": "8.0.0-alpha.33",
44
"description": "Trigen's ESLint config.",
55
"author": "dangreen",
66
"license": "MIT",

packages/lint-package-json/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.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **lint-package-json:** fix package.json ([beafc53](https://github.com/TrigenSoftware/scripts/commit/beafc53de744578b92b691a43370b1c5b9930328))
12+
* **lint-package-json:** fix package.json ([717ed25](https://github.com/TrigenSoftware/scripts/commit/717ed258dd7d4e4ff30cd1ffb9cfcbe70b57575c))
13+
14+
15+
16+
17+
618
# [8.0.0-alpha.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
719

820
**Note:** Version bump only for package @trigen/lint-package-json

packages/lint-package-json/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trigen/lint-package-json",
33
"type": "module",
4-
"version": "8.0.0-alpha.30",
4+
"version": "8.0.0-alpha.33",
55
"description": "Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config.",
66
"author": "dangreen",
77
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"postpublish": "del ./package"
3434
},
3535
"dependencies": {
36-
"@trigen/npm-package-json-lint-config": "^8.0.0-alpha.30",
36+
"@trigen/npm-package-json-lint-config": "^8.0.0-alpha.33",
3737
"argue-cli": "^2.1.0",
3838
"npm-package-json-lint": "^7.0.0"
3939
}

packages/npm-package-json-lint-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.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **npm-package-json-lint-config:** fix monorepo config ([6d5da33](https://github.com/TrigenSoftware/scripts/commit/6d5da339a798a9524f247aa400e3a71b400f16c0))
12+
13+
14+
15+
16+
617
# [8.0.0-alpha.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
718

819
**Note:** Version bump only for package @trigen/npm-package-json-lint-config

packages/npm-package-json-lint-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/npm-package-json-lint-config",
3-
"version": "8.0.0-alpha.30",
3+
"version": "8.0.0-alpha.33",
44
"description": "Trigen's npm-package-json-lint config.",
55
"author": "dangreen",
66
"license": "MIT",

packages/project-files/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
7+
8+
**Note:** Version bump only for package @trigen/project-files
9+
10+
11+
12+
13+
614
# [8.0.0-alpha.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
715

816
**Note:** Version bump only for package @trigen/project-files

packages/project-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trigen/project-files",
33
"type": "module",
4-
"version": "8.0.0-alpha.30",
4+
"version": "8.0.0-alpha.33",
55
"description": "CLI tool for download snippets files.",
66
"author": "dangreen",
77
"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.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **scripts:** fix spawn util ([2198ca8](https://github.com/TrigenSoftware/scripts/commit/2198ca806b8f44decc8021a39a0c89cc05c2215d))
12+
13+
14+
15+
16+
617
# [8.0.0-alpha.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
718

819

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.30",
4+
"version": "8.0.0-alpha.33",
55
"description": "CLI tool for running scripts.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)