File tree Expand file tree Collapse file tree 17 files changed +84
-10
lines changed
npm-package-json-lint-config Expand file tree Collapse file tree 17 files changed +84
-10
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
2- "version" : " 8.0.0-alpha.29 " ,
2+ "version" : " 8.0.0-alpha.30 " ,
33 "useWorkspaces" : true ,
44 "command" : {
55 "version" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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 }
You can’t perform that action at this time.
0 commit comments