Skip to content

Commit 6329569

Browse files
committed
chore(release): release v9.0.0
1 parent bcc28c9 commit 6329569

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
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-meta/compare/v8.1.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([bcc28c9](https://github.com/fulls1z3/ngx-meta/commit/bcc28c97dcff86fb90ee3f7f985ab3fc0c5456d5))
12+
* **package:** migrate to ng9 ([e9b933a](https://github.com/fulls1z3/ngx-meta/commit/e9b933ae7447860329ef15014bcfb37b8d0620a8))
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-meta/compare/v8.0.2...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-meta/*"
44
],
5-
"version": "8.1.0",
5+
"version": "9.0.0",
66
"npmClient": "yarn",
77
"command": {
88
"publish": {

packages/@ngx-meta/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-meta/compare/v8.1.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([bcc28c9](https://github.com/fulls1z3/ngx-meta/commit/bcc28c97dcff86fb90ee3f7f985ab3fc0c5456d5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng9
17+
18+
19+
20+
21+
622
# [8.1.0](https://github.com/fulls1z3/ngx-meta/compare/v8.0.2...v8.1.0) (2020-04-27)
723

824

packages/@ngx-meta/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-meta/core",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Dynamic page title & meta tags utility for Angular (w/server-side rendering)",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)