Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 0e91996

Browse files
committed
chore(release): published automated release
1 parent 08a171c commit 0e91996

File tree

5 files changed

+35
-12
lines changed

5 files changed

+35
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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))

lerna.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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))

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)