This repository was archived by the owner on Oct 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +35
-12
lines changed Expand file tree Collapse file tree 5 files changed +35
-12
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## [ 0.0.7] ( https://github.com/marpme/next-testing/compare/v0.0.6...v0.0.7 ) (2022-12-13)
7+
8+ ### Bug Fixes
9+
10+ - format checker ([ b6d995c] ( https://github.com/marpme/next-testing/commit/b6d995c8c8199651b3ada1fed19d432c8392163a ) )
11+ - prettier and eslint checks on CI ([ 355e99b] ( https://github.com/marpme/next-testing/commit/355e99bc4eaa6a229ca9a87bc456566eec9f8270 ) )
12+ - remove extranous allowBranch from lerna ([ b8cff14] ( https://github.com/marpme/next-testing/commit/b8cff148a03e18d01c35185553882abd09648aaf ) )
13+ - sonar report for monorepo module ([ cb9adcc] ( https://github.com/marpme/next-testing/commit/cb9adcca84de760e8d7fec5b014f9a5b9eb8162c ) )
Original file line number Diff line number Diff line change 11{
2- "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "useWorkspaces" : true ,
4- "version" : " 0.0.6" ,
5- "command" : {
6- "version" : {
7- "conventionalCommits" : true ,
8- "createRelease" : " github" ,
9- "allowBranch" : [" main" ],
10- "message" : " chore(release): published automated release"
2+ "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3+ "useWorkspaces" : true ,
4+ "version" : " 0.0.7" ,
5+ "command" : {
6+ "version" : {
7+ "conventionalCommits" : true ,
8+ "createRelease" : " github" ,
9+ "allowBranch" : [" main" ],
10+ "message" : " chore(release): published automated release"
11+ }
1112 }
12- }
1313}
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## [ 0.0.7] ( https://github.com/marpme/next-test-suite/compare/v0.0.6...v0.0.7 ) (2022-12-13)
7+
8+ ### Bug Fixes
9+
10+ - prettier and eslint checks on CI ([ 355e99b] ( https://github.com/marpme/next-test-suite/commit/355e99bc4eaa6a229ca9a87bc456566eec9f8270 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @next-testing/api" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "repository" : " https://github.com/marpme/next-test-suite" ,
55 "homepage" : " https://github.com/marpme/next-test-suite" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments