Skip to content

Commit a4c5a19

Browse files
author
waitingsong
committed
v8.0.0
1 parent 6320785 commit a4c5a19

File tree

10 files changed

+65
-10
lines changed

10 files changed

+65
-10
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# 8.0.0 (2021-03-29)
7+
8+
9+
### Features
10+
11+
* **types-dev:** add createObjectLiteralExpression() ([6320785](https://github.com/waitingsong/shared/commit/6320785d552895ceb564f3359d6839198ef5f48a))
12+
13+
14+
15+
16+
617
# 7.4.0 (2021-03-26)
718

819

lerna.json

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

packages/core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# 8.0.0 (2021-03-29)
7+
8+
9+
### Features
10+
11+
* **types-dev:** add createObjectLiteralExpression() ([6320785](https://github.com/waitingsong/shared/commit/6320785d552895ceb564f3359d6839198ef5f48a))
12+
13+
14+
15+
16+
617
# 7.4.0 (2021-03-26)
718

819

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.4.0",
4+
"version": "8.0.0",
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.4.0",
26+
"@waiting/shared-types": "^8.0.0",
2727
"rxjs": "6"
2828
},
2929
"devDependencies": {

packages/demo/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# 8.0.0 (2021-03-29)
7+
8+
9+
### Features
10+
11+
* **types-dev:** add createObjectLiteralExpression() ([6320785](https://github.com/waitingsong/npm-mono-base/commit/6320785d552895ceb564f3359d6839198ef5f48a))
12+
13+
14+
15+
16+
617
# 7.4.0 (2021-03-26)
718

819

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.4.0",
4+
"version": "8.0.0",
55
"description": "npm boilerplate",
66
"private": true,
77
"keywords": [
@@ -25,10 +25,10 @@
2525
},
2626
"license": "MIT",
2727
"dependencies": {
28-
"@waiting/shared-types": "^7.4.0"
28+
"@waiting/shared-types": "^8.0.0"
2929
},
3030
"devDependencies": {
31-
"@waiting/shared-core": "^7.4.0",
31+
"@waiting/shared-core": "^8.0.0",
3232
"cross-env": "7"
3333
},
3434
"engines": {

packages/shared-types-dev/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# 8.0.0 (2021-03-29)
7+
8+
9+
### Features
10+
11+
* **types-dev:** add createObjectLiteralExpression() ([6320785](https://github.com/waitingsong/shared/commit/6320785d552895ceb564f3359d6839198ef5f48a))
12+
13+
14+
15+
16+
617
# 7.4.0 (2021-03-26)
718

819

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.4.0",
4+
"version": "8.0.0",
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.4.0",
28+
"@waiting/shared-types": "^8.0.0",
2929
"ts-morph": "10"
3030
},
3131
"devDependencies": {
32-
"@waiting/shared-core": "^7.4.0",
32+
"@waiting/shared-core": "^8.0.0",
3333
"cross-env": "7"
3434
},
3535
"engines": {

packages/types/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# 8.0.0 (2021-03-29)
7+
8+
9+
### Features
10+
11+
* **types-dev:** add createObjectLiteralExpression() ([6320785](https://github.com/waitingsong/shared/commit/6320785d552895ceb564f3359d6839198ef5f48a))
12+
13+
14+
15+
16+
617
# 7.4.0 (2021-03-26)
718

819

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.4.0",
4+
"version": "8.0.0",
55
"description": "shared typescript types",
66
"keywords": [
77
"types",

0 commit comments

Comments
 (0)