Skip to content

Commit 386fe82

Browse files
committed
chore(release): release v8.1.0
1 parent 4736da0 commit 386fe82

File tree

10 files changed

+60
-5
lines changed

10 files changed

+60
-5
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.1.0](https://github.com/fulls1z3/ngx-cache/compare/v8.0.3...v8.1.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([#133](https://github.com/fulls1z3/ngx-cache/issues/133)) ([4736da0](https://github.com/fulls1z3/ngx-cache/commit/4736da0e30b9c5553c61080f3a1b16887d76ab04))
12+
13+
14+
15+
16+
617
## [8.0.3](https://github.com/fulls1z3/ngx-cache/compare/v8.0.2...v8.0.3) (2020-03-10)
718

819

lerna.json

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

packages/@ngx-cache/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.1.0](https://github.com/fulls1z3/ngx-cache/compare/v8.0.3...v8.1.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([#133](https://github.com/fulls1z3/ngx-cache/issues/133)) ([4736da0](https://github.com/fulls1z3/ngx-cache/commit/4736da0e30b9c5553c61080f3a1b16887d76ab04))
12+
13+
14+
15+
16+
617
## [8.0.3](https://github.com/fulls1z3/ngx-cache/compare/v8.0.2...v8.0.3) (2020-03-10)
718

819

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

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

packages/@ngx-cache/fs-storage/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.1.0](https://github.com/fulls1z3/ngx-cache/compare/v8.0.3...v8.1.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([#133](https://github.com/fulls1z3/ngx-cache/issues/133)) ([4736da0](https://github.com/fulls1z3/ngx-cache/commit/4736da0e30b9c5553c61080f3a1b16887d76ab04))
12+
13+
14+
15+
16+
617
## [8.0.1](https://github.com/fulls1z3/ngx-cache/compare/v8.0.0...v8.0.1) (2019-11-21)
718

819
**Note:** Version bump only for package @ngx-cache/fs-storage

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

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

packages/@ngx-cache/platform-browser/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.1.0](https://github.com/fulls1z3/ngx-cache/compare/v8.0.3...v8.1.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([#133](https://github.com/fulls1z3/ngx-cache/issues/133)) ([4736da0](https://github.com/fulls1z3/ngx-cache/commit/4736da0e30b9c5553c61080f3a1b16887d76ab04))
12+
13+
14+
15+
16+
617
## [8.0.1](https://github.com/fulls1z3/ngx-cache/compare/v8.0.0...v8.0.1) (2019-11-21)
718

819
**Note:** Version bump only for package @ngx-cache/platform-browser

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

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

packages/@ngx-cache/platform-server/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.1.0](https://github.com/fulls1z3/ngx-cache/compare/v8.0.3...v8.1.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([#133](https://github.com/fulls1z3/ngx-cache/issues/133)) ([4736da0](https://github.com/fulls1z3/ngx-cache/commit/4736da0e30b9c5553c61080f3a1b16887d76ab04))
12+
13+
14+
15+
16+
617
## [8.0.1](https://github.com/fulls1z3/ngx-cache/compare/v8.0.0...v8.0.1) (2019-11-21)
718

819
**Note:** Version bump only for package @ngx-cache/platform-server

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

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

0 commit comments

Comments
 (0)