Skip to content

Commit

Permalink
chore: tag v15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed May 9, 2023
1 parent 037f492 commit 9c3244d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .bitmap
Expand Up @@ -10,16 +10,16 @@

{
"core": {
"scope": "",
"version": "",
"scope": "ngx-translate.packages",
"version": "15.0.0",
"mainFile": "public-api.ts",
"rootDir": "packages/core"
},
"http-loader": {
"scope": "",
"version": "",
"scope": "ngx-translate.packages",
"version": "8.0.0",
"mainFile": "public-api.ts",
"rootDir": "packages/http-loader"
},
"$schema-version": "15.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/core.docs.md
@@ -1,4 +1,4 @@
# @ngx-translate/core ![Build Status](https://github.com/ngx-translate/core/actions/workflows/main/badge.svg) [![npm version](https://badge.fury.io/js/%40ngx-translate%2Fcore.svg)](https://badge.fury.io/js/%40ngx-translate%2Fcore)
# @ngx-translate/core ![Build Status](https://github.com/ngx-translate/core/actions/workflows/main.yml/badge.svg) [![npm version](https://badge.fury.io/js/%40ngx-translate%2Fcore.svg)](https://badge.fury.io/js/%40ngx-translate%2Fcore)

The internationalization (i18n) library for Angular.

Expand Down
2 changes: 1 addition & 1 deletion packages/http-loader/component.json
Expand Up @@ -25,7 +25,7 @@
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@ngx-translate/core": ">=14.0.0"
"@ngx-translate/core": ">=15.0.0"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/http-loader/http-loader.docs.md
@@ -1,4 +1,4 @@
# @ngx-translate/core ![Build Status](https://github.com/ngx-translate/core/actions/workflows/main/badge.svg) [![npm version](https://badge.fury.io/js/%40ngx-translate%2Fcore.svg)](https://badge.fury.io/js/%40ngx-translate%2Fcore)
# @ngx-translate/core ![Build Status](https://github.com/ngx-translate/core/actions/workflows/main.yml/badge.svg) [![npm version](https://badge.fury.io/js/%40ngx-translate%2Fcore.svg)](https://badge.fury.io/js/%40ngx-translate%2Fcore)

The internationalization (i18n) library for Angular.

Expand Down

0 comments on commit 9c3244d

Please sign in to comment.