Skip to content

Commit d0a7128

Browse files
author
waitingsong
committed
v7.2.3
1 parent 7ab1da8 commit d0a7128

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.3 (2021-03-25)
7+
8+
**Note:** Version bump only for package @waiting/shared
9+
10+
11+
12+
13+
614
## 7.2.2 (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.2",
2+
"version": "7.2.3",
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.3 (2021-03-25)
7+
8+
**Note:** Version bump only for package @waiting/shared-core
9+
10+
11+
12+
13+
614
## 7.2.2 (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.2",
4+
"version": "7.2.3",
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.2",
26+
"@waiting/shared-types": "^7.2.3",
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.3 (2021-03-25)
7+
8+
**Note:** Version bump only for package demo
9+
10+
11+
12+
13+
614
## 7.2.2 (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.2",
4+
"version": "7.2.3",
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.2"
28+
"@waiting/shared-types": "^7.2.3"
2929
},
3030
"devDependencies": {
31-
"@waiting/shared-core": "^7.2.2",
31+
"@waiting/shared-core": "^7.2.3",
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.3 (2021-03-25)
7+
8+
**Note:** Version bump only for package @waiting/shared-types-dev
9+
10+
11+
12+
13+
614
## 7.2.2 (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.2",
4+
"version": "7.2.3",
55
"description": "shared typescript types devel",
66
"private": false,
77
"keywords": [
@@ -25,11 +25,11 @@
2525
},
2626
"license": "MIT",
2727
"dependencies": {
28-
"@waiting/shared-types": "^7.2.2",
28+
"@waiting/shared-types": "^7.2.3",
2929
"ts-morph": "10"
3030
},
3131
"devDependencies": {
32-
"@waiting/shared-core": "^7.2.2",
32+
"@waiting/shared-core": "^7.2.3",
3333
"cross-env": "7"
3434
},
3535
"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.3 (2021-03-25)
7+
8+
**Note:** Version bump only for package @waiting/shared-types
9+
10+
11+
12+
13+
614
## 7.2.2 (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.2",
4+
"version": "7.2.3",
55
"description": "shared typescript types",
66
"keywords": [
77
"types",

0 commit comments

Comments
 (0)