Skip to content

Commit ed546b3

Browse files
committed
chore(release): release v9.0.0
1 parent fd4d959 commit ed546b3

File tree

10 files changed

+87
-5
lines changed

10 files changed

+87
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [9.0.0](https://github.com/fulls1z3/ngx-cache/compare/v8.1.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([fd4d959](https://github.com/fulls1z3/ngx-cache/commit/fd4d959d7f15535a5f54d70defb3b9f58dc7bdf9))
12+
* **package:** migrate to ng9 ([952f169](https://github.com/fulls1z3/ngx-cache/commit/952f169d1714d14849a1ffff18c77fda9128bd97))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **package:** ng9
18+
* **package:** ng9
19+
20+
21+
22+
23+
624
# [8.1.0](https://github.com/fulls1z3/ngx-cache/compare/v8.0.3...v8.1.0) (2020-04-27)
725

826

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/@ngx-cache/*"
44
],
5-
"version": "8.1.0",
5+
"version": "9.0.0",
66
"npmClient": "yarn",
77
"command": {
88
"publish": {

packages/@ngx-cache/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [9.0.0](https://github.com/fulls1z3/ngx-cache/compare/v8.1.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([fd4d959](https://github.com/fulls1z3/ngx-cache/commit/fd4d959d7f15535a5f54d70defb3b9f58dc7bdf9))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng9
17+
18+
19+
20+
21+
622
# [8.1.0](https://github.com/fulls1z3/ngx-cache/compare/v8.0.3...v8.1.0) (2020-04-27)
723

824

packages/@ngx-cache/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-cache/core",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Cache utility for Angular",
55
"repository": {
66
"type": "git",

packages/@ngx-cache/fs-storage/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [9.0.0](https://github.com/fulls1z3/ngx-cache/compare/v8.1.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([fd4d959](https://github.com/fulls1z3/ngx-cache/commit/fd4d959d7f15535a5f54d70defb3b9f58dc7bdf9))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng9
17+
18+
19+
20+
21+
622
# [8.1.0](https://github.com/fulls1z3/ngx-cache/compare/v8.0.3...v8.1.0) (2020-04-27)
723

824

packages/@ngx-cache/fs-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-cache/fs-storage",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Fs storage for ngx-cache (server platform)",
55
"repository": {
66
"type": "git",

packages/@ngx-cache/platform-browser/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [9.0.0](https://github.com/fulls1z3/ngx-cache/compare/v8.1.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([fd4d959](https://github.com/fulls1z3/ngx-cache/commit/fd4d959d7f15535a5f54d70defb3b9f58dc7bdf9))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng9
17+
18+
19+
20+
21+
622
# [8.1.0](https://github.com/fulls1z3/ngx-cache/compare/v8.0.3...v8.1.0) (2020-04-27)
723

824

packages/@ngx-cache/platform-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-cache/platform-browser",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Browser platform implementation of ngx-cache",
55
"repository": {
66
"type": "git",

packages/@ngx-cache/platform-server/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [9.0.0](https://github.com/fulls1z3/ngx-cache/compare/v8.1.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([fd4d959](https://github.com/fulls1z3/ngx-cache/commit/fd4d959d7f15535a5f54d70defb3b9f58dc7bdf9))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng9
17+
18+
19+
20+
21+
622
# [8.1.0](https://github.com/fulls1z3/ngx-cache/compare/v8.0.3...v8.1.0) (2020-04-27)
723

824

packages/@ngx-cache/platform-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-cache/platform-server",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Server platform implementation of ngx-cache",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)