Skip to content

Commit 4c9609d

Browse files
committed
build: release 17.0.0
1 parent 5034351 commit 4c9609d

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
# [17.0.0](https://github.com/worktile/ngx-planet/compare/17.0.0-next.3...17.0.0) (2024-03-17)
6+
7+
8+
### Features
9+
10+
* add loading signal for planet ([5034351](https://github.com/worktile/ngx-planet/commit/5034351dd39502faeac1c7a0d8910b8b0652cbc8))
11+
12+
13+
514
# [17.0.0-next.3](https://github.com/worktile/ngx-planet/compare/17.0.0-next.2...17.0.0-next.3) (2024-03-15)
615

716

package-lock.json

+2-2
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": "17.0.0-next.3",
3+
"version": "17.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": "17.0.0-next.3",
3+
"version": "17.0.0",
44
"private": false,
55
"peerDependencies": {
66
"@angular/common": "^17.0.0",

0 commit comments

Comments
 (0)