Skip to content

Commit 4733c92

Browse files
committed
build: release 10.0.0
1 parent bade6b1 commit 4733c92

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
All notable changes to ngx-planet will be documented in this file.
33

4+
## [10.0.0](https://github.com/worktile/ngx-planet/compare/9.1.0...10.0.0) (2021-05-20)
5+
6+
7+
### Features
8+
9+
* update angular and ngx-tethys to 10.x ([#167](https://github.com/worktile/ngx-planet/issues/167)) ([dc110df](https://github.com/worktile/ngx-planet/commit/dc110df7459c37edadf5da5c7eed5b22fcae4994))
10+
411
## [9.2.0](https://github.com/worktile/ngx-planet/compare/9.1.0...9.2.0) (2021-05-20)
512

613

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worktile/planet",
3-
"version": "9.2.0",
3+
"version": "10.0.0",
44
"description": "A powerful, reliable, fully-featured and production ready Micro Frontend library for Angular.",
55
"keywords": [
66
"micro front-end",

packages/planet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worktile/planet",
3-
"version": "9.2.0",
3+
"version": "10.0.0",
44
"private": false,
55
"peerDependencies": {
66
"@angular/common": "^9.0.0",

0 commit comments

Comments
 (0)