Skip to content

Commit d9a6c9e

Browse files
author
waitingsong
committed
v7.2.1
1 parent f104c42 commit d9a6c9e

File tree

10 files changed

+50
-10
lines changed

10 files changed

+50
-10
lines changed

CHANGELOG.md

+8
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+
## 7.2.1 (2021-03-25)
7+
8+
**Note:** Version bump only for package @waiting/shared
9+
10+
11+
12+
13+
614
# 7.2.0 (2021-03-25)
715

816
**Note:** Version bump only for package @waiting/shared

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.2.0",
2+
"version": "7.2.1",
33
"packages": [
44
"packages/*"
55
],

packages/core/CHANGELOG.md

+8
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+
## 7.2.1 (2021-03-25)
7+
8+
**Note:** Version bump only for package @waiting/shared-core
9+
10+
11+
12+
13+
614
# 7.2.0 (2021-03-25)
715

816
**Note:** Version bump only for package @waiting/shared-core

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/shared-core",
33
"author": "waiting",
4-
"version": "7.2.0",
4+
"version": "7.2.1",
55
"description": "node core function re export with Promise or Observable",
66
"keywords": [
77
"node",
@@ -23,7 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"dependencies": {
26-
"@waiting/shared-types": "^7.2.0",
26+
"@waiting/shared-types": "^7.2.1",
2727
"rxjs": "6"
2828
},
2929
"devDependencies": {

packages/demo/CHANGELOG.md

+8
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+
## 7.2.1 (2021-03-25)
7+
8+
**Note:** Version bump only for package demo
9+
10+
11+
12+
13+
614
# 7.2.0 (2021-03-25)
715

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

packages/demo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo",
33
"author": "waiting",
4-
"version": "7.2.0",
4+
"version": "7.2.1",
55
"description": "npm boilerplate",
66
"private": true,
77
"keywords": [
@@ -25,10 +25,10 @@
2525
},
2626
"license": "MIT",
2727
"dependencies": {
28-
"@waiting/shared-types": "^7.2.0"
28+
"@waiting/shared-types": "^7.2.1"
2929
},
3030
"devDependencies": {
31-
"@waiting/shared-core": "^7.2.0",
31+
"@waiting/shared-core": "^7.2.1",
3232
"cross-env": "7"
3333
},
3434
"engines": {

packages/shared-types-dev/CHANGELOG.md

+8
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+
## 7.2.1 (2021-03-25)
7+
8+
**Note:** Version bump only for package @waiting/shared-types-dev
9+
10+
11+
12+
13+
614
# 7.2.0 (2021-03-25)
715

816
**Note:** Version bump only for package @waiting/shared-types-dev

packages/shared-types-dev/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/shared-types-dev",
33
"author": "waiting",
4-
"version": "7.2.0",
4+
"version": "7.2.1",
55
"description": "shared typescript types devel",
66
"keywords": [
77
"types",
@@ -24,11 +24,11 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@waiting/shared-types": "^7.2.0",
27+
"@waiting/shared-types": "^7.2.1",
2828
"ts-morph": "10"
2929
},
3030
"devDependencies": {
31-
"@waiting/shared-core": "^7.2.0",
31+
"@waiting/shared-core": "^7.2.1",
3232
"cross-env": "7"
3333
},
3434
"engines": {

packages/types/CHANGELOG.md

+8
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+
## 7.2.1 (2021-03-25)
7+
8+
**Note:** Version bump only for package @waiting/shared-types
9+
10+
11+
12+
13+
614
# 7.2.0 (2021-03-25)
715

816
**Note:** Version bump only for package @waiting/shared-types

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/shared-types",
33
"author": "waiting",
4-
"version": "7.2.0",
4+
"version": "7.2.1",
55
"description": "shared typescript types",
66
"keywords": [
77
"types",

0 commit comments

Comments
 (0)