Skip to content

Commit 9746c13

Browse files
committed
chore(release): 8.0.0-alpha.30
1 parent fce9c10 commit 9746c13

File tree

17 files changed

+84
-10
lines changed

17 files changed

+84
-10
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.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-config:** fix rulres for storybook ([fce9c10](https://github.com/TrigenSoftware/scripts/commit/fce9c1014175cdffec3ad698abbdae712aa6f6bd))
12+
* **scripts:** spawn util minor fix ([982ac6e](https://github.com/TrigenSoftware/scripts/commit/982ac6ebdf475d57bc9427d020b5abc05020d5fc))
13+
14+
15+
16+
17+
618
# [8.0.0-alpha.29](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.28...v8.0.0-alpha.29) (2023-12-01)
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.29",
2+
"version": "8.0.0-alpha.30",
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.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
7+
8+
**Note:** Version bump only for package @trigen/babel-preset
9+
10+
11+
12+
13+
614
# [8.0.0-alpha.27](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.26...v8.0.0-alpha.27) (2023-09-15)
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.27",
3+
"version": "8.0.0-alpha.30",
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.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
7+
8+
**Note:** Version bump only for package @trigen/browserslist-config
9+
10+
11+
12+
13+
614
# [8.0.0-alpha.27](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.26...v8.0.0-alpha.27) (2023-09-15)
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.27",
3+
"version": "8.0.0-alpha.30",
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.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-config:** fix rulres for storybook ([fce9c10](https://github.com/TrigenSoftware/scripts/commit/fce9c1014175cdffec3ad698abbdae712aa6f6bd))
12+
13+
14+
15+
16+
617
# [8.0.0-alpha.29](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.28...v8.0.0-alpha.29) (2023-12-01)
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.29",
3+
"version": "8.0.0-alpha.30",
44
"description": "Trigen's ESLint config.",
55
"author": "dangreen",
66
"license": "MIT",

packages/lint-package-json/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.30](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-03-10)
7+
8+
**Note:** Version bump only for package @trigen/lint-package-json
9+
10+
11+
12+
13+
614
# [8.0.0-alpha.28](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.27...v8.0.0-alpha.28) (2023-09-17)
715

816
**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.28",
4+
"version": "8.0.0-alpha.30",
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.28",
36+
"@trigen/npm-package-json-lint-config": "^8.0.0-alpha.30",
3737
"argue-cli": "^2.1.0",
3838
"npm-package-json-lint": "^7.0.0"
3939
}

0 commit comments

Comments
 (0)