From 3be3f48f00681bf52cb2a4c67e784499f4f9c18e Mon Sep 17 00:00:00 2001 From: shaharkazaz Date: Sat, 30 Mar 2024 21:38:38 +0300 Subject: [PATCH] chore(transloco): release version 7.1.0 --- libs/transloco/CHANGELOG.md | 19 ++++++++++--------- libs/transloco/package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/libs/transloco/CHANGELOG.md b/libs/transloco/CHANGELOG.md index 5582c99c4..e1321624b 100644 --- a/libs/transloco/CHANGELOG.md +++ b/libs/transloco/CHANGELOG.md @@ -2,25 +2,26 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). -# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-6.0.4...transloco-7.0.0) (2024-03-23) +# [7.1.0](https://github.com/ngneat/transloco/compare/transloco-7.0.0...transloco-7.1.0) (2024-03-30) +### Features -### chore +- **transloco:** ๐ŸŽธ introduce prefix input ([1e27a8f](https://github.com/ngneat/transloco/commit/1e27a8fe9922e3e8f4ced0ea3960aca8ae4da92d)) -* **transloco:** ๐Ÿค– update package scope ([f8b6d58](https://github.com/jsverse/transloco/commit/f8b6d58f51d99fcb2912082fbefd95527a57e2e4)) +# [7.0.0](https://github.com/jsverse/transloco/compare/transloco-6.0.4...transloco-7.0.0) (2024-03-23) +### chore -### Features +- **transloco:** ๐Ÿค– update package scope ([f8b6d58](https://github.com/jsverse/transloco/commit/f8b6d58f51d99fcb2912082fbefd95527a57e2e4)) -* **transloco:** ๐ŸŽธ Improve params algo matching ([8447634](https://github.com/jsverse/transloco/commit/8447634588210771047c45072186f20867fd8a2f)) +### Features +- **transloco:** ๐ŸŽธ Improve params algo matching ([8447634](https://github.com/jsverse/transloco/commit/8447634588210771047c45072186f20867fd8a2f)) ### BREAKING CHANGES -* **transloco:** ๐Ÿงจ The package is now published under the jsverse scope -* **transloco:** ๐Ÿงจ All breaking changes are listed in the breaking changes document - - +- **transloco:** ๐Ÿงจ The package is now published under the jsverse scope +- **transloco:** ๐Ÿงจ All breaking changes are listed in the breaking changes document ## [6.0.4](https://github.com/jsverse/transloco/compare/transloco-6.0.3...transloco-6.0.4) (2023-12-09) diff --git a/libs/transloco/package.json b/libs/transloco/package.json index 38388f925..83a04c283 100644 --- a/libs/transloco/package.json +++ b/libs/transloco/package.json @@ -1,6 +1,6 @@ { "name": "@jsverse/transloco", - "version": "7.0.0", + "version": "7.1.0", "description": "The internationalization (i18n) library for Angular", "schematics": "./schematics/src/collection.json", "publishConfig": {