Skip to content

Commit a487b2d

Browse files
committed
v3.9.0
1 parent 9d464f3 commit a487b2d

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [3.9.0](https://github.com/SolidZORO/leaa/compare/v3.8.2...v3.9.0) (2020-07-06)
7+
8+
**Note:** Version bump only for package leaa
9+
610
## [3.8.1](https://github.com/SolidZORO/leaa/compare/v3.8.0...v3.8.1) (2020-07-06)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "3.8.2",
3+
"version": "3.9.0",
44
"npmClient": "yarn",
55
"includeMergedTags": true,
66
"useWorkspaces": true,

packages/leaa-api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [3.9.0](https://github.com/SolidZORO/leaa/compare/v3.8.2...v3.9.0) (2020-07-06)
7+
8+
**Note:** Version bump only for package @leaa/api
9+
610
# [3.8.0](https://github.com/SolidZORO/leaa/compare/v3.7.0...v3.8.0) (2020-07-06)
711

812
**Note:** Version bump only for package @leaa/api

packages/leaa-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@leaa/api",
33
"author": "solidzoro@live.com",
4-
"version": "3.8.0",
4+
"version": "3.9.0",
55
"private": false,
66
"sideEffect": false,
77
"license": "BSD-3-Clause-Clear",

packages/leaa-dashboard/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [3.9.0](https://github.com/SolidZORO/leaa/compare/v3.8.2...v3.9.0) (2020-07-06)
7+
8+
**Note:** Version bump only for package @leaa/dashboard
9+
610
## [3.8.1](https://github.com/SolidZORO/leaa/compare/v3.8.0...v3.8.1) (2020-07-06)
711

812
### Bug Fixes

packages/leaa-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@leaa/dashboard",
33
"author": "solidzoro@live.com",
4-
"version": "3.8.2",
4+
"version": "3.9.0",
55
"private": false,
66
"sideEffect": false,
77
"license": "BSD-3-Clause-Clear",

0 commit comments

Comments
 (0)