Skip to content

Commit 2f297de

Browse files
build: release 19.0.0
1 parent 18bb212 commit 2f297de

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
# [19.0.0](https://github.com/worktile/ngx-planet/compare/18.0.1...19.0.0) (2025-03-31)
6+
7+
8+
### Bug Fixes
9+
10+
* fix lint error ([bb40749](https://github.com/worktile/ngx-planet/commit/bb40749a65fc67cc454bfc23eff259546a848362))
11+
* fix sub application module preload scripts execute error: unexpected token 'export' #TINFR-1732 [#350](https://github.com/worktile/ngx-planet/issues/350) ([96bed2c](https://github.com/worktile/ngx-planet/commit/96bed2c553f637fcc4773301ff224aa2e0142eba)), closes [#TINFR-1732](https://github.com/worktile/ngx-planet/issues/TINFR-1732)
12+
* missing chunk files when loading chunk.js #TINFR-1731 ([#353](https://github.com/worktile/ngx-planet/issues/353)) ([c91c923](https://github.com/worktile/ngx-planet/commit/c91c9234e27a49f4fa80cece7f87a15ab2efe042)), closes [#TINFR-1731](https://github.com/worktile/ngx-planet/issues/TINFR-1731)
13+
14+
15+
### Features
16+
17+
* upgrade ng to 19 #TINFR-1631 ([4a94e32](https://github.com/worktile/ngx-planet/commit/4a94e326776c5691d0b48b45063989f58cb6a222)), closes [#TINFR-1631](https://github.com/worktile/ngx-planet/issues/TINFR-1631)
18+
19+
20+
521
# [19.0.0-next.1](https://github.com/worktile/ngx-planet/compare/19.0.0-next.0...19.0.0-next.1) (2025-03-28)
622

723

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worktile/planet",
3-
"version": "19.0.0-next.1",
3+
"version": "19.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worktile/planet",
3-
"version": "19.0.0-next.1",
3+
"version": "19.0.0",
44
"private": false,
55
"peerDependencies": {
66
"@angular/common": "^19.0.0",

0 commit comments

Comments
 (0)