Skip to content

Commit 06d5974

Browse files
committed
chore: bump version to 18.0.0-rc.2
- Bump @ngx-translate/core to 18.0.0-rc.2 - Bump @ngx-translate/http-loader to 18.0.0-rc.2 - Update http-loader peer dep to "@ngx-translate/core": ">=18.0.0-rc.2" Changes since rc.1: - feat(service): public getParent() accessor for inspecting the translation fallback chain (returns null at any root). - refactor(test-app): simpler single-chain hierarchy visualization, no internal-API casts. - chore: drop stray debug console.log in test-app appConfig, tighten ESLint mock stubs.
1 parent 6bd50ae commit 06d5974

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

projects/http-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-translate/http-loader",
3-
"version": "18.0.0-rc.1",
3+
"version": "18.0.0-rc.2",
44
"description": "http loader for dynamically loading translation files for @ngx-translate/core",
55
"keywords": [
66
"@ngx-translate",
@@ -14,7 +14,7 @@
1414
"peerDependencies": {
1515
"@angular/common": ">=18",
1616
"@angular/core": ">=18",
17-
"@ngx-translate/core": ">=18.0.0-rc.1"
17+
"@ngx-translate/core": ">=18.0.0-rc.2"
1818
},
1919
"sideEffects": false
2020
}

projects/ngx-translate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-translate/core",
3-
"version": "18.0.0-rc.1",
3+
"version": "18.0.0-rc.2",
44
"description": "Translation library (i18n) for Angular",
55
"keywords": [
66
"@ngx-translate",

0 commit comments

Comments
 (0)