Skip to content

Commit a176389

Browse files
author
waitingsong
committed
v6.0.0
1 parent b43656c commit a176389

File tree

12 files changed

+59
-7
lines changed

12 files changed

+59
-7
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+
# [6.0.0](/compare/v5.3.0...v6.0.0) (2022-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **boilerplate:** define enum without const 37ffd10
12+
* **boilerplate:** devDeps version 2e29b42
13+
14+
15+
16+
17+
618
# [5.3.0](/compare/v5.2.0...v5.3.0) (2022-05-11)
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": "5.3.0",
2+
"version": "6.0.0",
33
"packages": [
44
"packages/*"
55
],

packages/ali-alb/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+
# [6.0.0](https://github.com/waitingsong/yuntools/compare/v5.3.0...v6.0.0) (2022-05-11)
7+
8+
**Note:** Version bump only for package @yuntools/ali-alb
9+
10+
11+
12+
13+
614
# [5.0.0](https://github.com/waitingsong/yuntools/compare/v4.0.0...v5.0.0) (2022-05-09)
715

816
**Note:** Version bump only for package @yuntools/ali-alb

packages/ali-alb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@yuntools/ali-alb",
33
"author": "waiting",
4-
"version": "5.0.0",
4+
"version": "6.0.0",
55
"description": "阿里云 ALB 负载均衡模块封装,支持 ESM,CJS 导入,提供 TypeScript 类型定义",
66
"keywords": [
77
"ali",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@alicloud/alb20200616": "^1.0.1",
4242
"@alicloud/openapi-client": "^0.4.1",
43-
"@yuntools/ali-ecs": "^5.0.0",
43+
"@yuntools/ali-ecs": "^6.0.0",
4444
"rxjs": "^7.5.0"
4545
},
4646
"devDependencies": {

packages/ali-ecs/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+
# [6.0.0](https://github.com/waitingsong/yuntools/compare/v5.3.0...v6.0.0) (2022-05-11)
7+
8+
**Note:** Version bump only for package @yuntools/ali-ecs
9+
10+
11+
12+
13+
614
# [5.0.0](https://github.com/waitingsong/yuntools/compare/v4.0.0...v5.0.0) (2022-05-09)
715

816
**Note:** Version bump only for package @yuntools/ali-ecs

packages/ali-ecs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@yuntools/ali-ecs",
33
"author": "waiting",
4-
"version": "5.0.0",
4+
"version": "6.0.0",
55
"description": "阿里云 ECS 模块封装,支持 ESM,CJS 导入,提供 TypeScript 类型定义",
66
"keywords": [
77
"ali",

packages/ali-oss/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+
# [6.0.0](https://github.com/waitingsong/yuntools/compare/v5.3.0...v6.0.0) (2022-05-11)
7+
8+
**Note:** Version bump only for package @yuntools/ali-oss
9+
10+
11+
12+
13+
614
# [5.3.0](https://github.com/waitingsong/yuntools/compare/v5.2.0...v5.3.0) (2022-05-11)
715

816

packages/ali-oss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@yuntools/ali-oss",
33
"author": "waiting",
4-
"version": "5.3.0",
4+
"version": "6.0.0",
55
"description": "阿里云 OSS 命令行工具 ossutil 封装,支持 ESM,CJS 导入,提供 TypeScript 类型定义",
66
"keywords": [
77
"ali",

packages/demo/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+
# [6.0.0](https://github.com/waitingsong/npm-mono-base/compare/v5.3.0...v6.0.0) (2022-05-11)
7+
8+
**Note:** Version bump only for package demo
9+
10+
11+
12+
13+
614
# [5.0.0](https://github.com/waitingsong/npm-mono-base/compare/v4.0.0...v5.0.0) (2022-05-09)
715

816
**Note:** Version bump only for package demo

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo",
33
"author": "waiting",
4-
"version": "5.0.0",
4+
"version": "6.0.0",
55
"description": "npm boilerplate",
66
"private": true,
77
"keywords": [

0 commit comments

Comments
 (0)