Skip to content

Commit

Permalink
build: release 17.1.0 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Apr 23, 2024
1 parent 943cd32 commit 8c13ecf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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.

# [17.1.0](https://github.com/worktile/ngx-planet/compare/17.1.0-next.1...17.1.0) (2024-04-23)
### Features

* projectableNodes support templateRef ([#329](https://github.com/worktile/ngx-planet/issues/329)) ([5863249](https://github.com/worktile/ngx-planet/commit/5863249d389f7491ffc7c0a08b06982904256d4d))
* support render portal component #INFR-12018 ([#326](https://github.com/worktile/ngx-planet/issues/326)) ([0eb2d0a](https://github.com/worktile/ngx-planet/commit/0eb2d0a3768bc04d07bec0c9ea02902755117e95)), closes [#INFR-12018](https://github.com/worktile/ngx-planet/issues/INFR-12018)
* add projectableNodes for PlantComponentConfig ([2ca3646](https://github.com/worktile/ngx-planet/commit/2ca364684e552bc39f17645225f17c02f62b51a7))


# [17.1.0-next.1](https://github.com/worktile/ngx-planet/compare/17.1.0-next.0...17.1.0-next.1) (2024-04-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@worktile/planet",
"version": "17.1.0-next.1",
"version": "17.1.0",
"description": "A powerful, reliable, fully-featured and production ready Micro Frontend library for Angular.",
"keywords": [
"micro front-end",
Expand Down
2 changes: 1 addition & 1 deletion packages/planet/package.json
@@ -1,6 +1,6 @@
{
"name": "@worktile/planet",
"version": "17.1.0-next.1",
"version": "17.1.0",
"private": false,
"peerDependencies": {
"@angular/common": "^17.0.0",
Expand Down

0 comments on commit 8c13ecf

Please sign in to comment.