From 09a129f18ffb8513bbd7de83b4a3fe2f5b25aace Mon Sep 17 00:00:00 2001 From: sui-bot Date: Fri, 2 Aug 2024 10:01:15 +0000 Subject: [PATCH] release(packages/sui-i18n): v1.35.0 [skip ci] --- packages/sui-i18n/CHANGELOG.md | 19 +++++++++++++++---- packages/sui-i18n/package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/packages/sui-i18n/CHANGELOG.md b/packages/sui-i18n/CHANGELOG.md index 9179f5eae..60b800db5 100644 --- a/packages/sui-i18n/CHANGELOG.md +++ b/packages/sui-i18n/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +# 1.35.0 (2024-08-02) + + +### Bug Fixes + +* Do not reuse regex when checking nested interpolations ([de91053](https://github.com/SUI-Components/sui/commit/de91053dc3dacae09767aa14e8a71638cfd607b2)) + + +### Features + +* Reuse the interpolate regex and handle its statefull by reseting the lastIn ([e8ed174](https://github.com/SUI-Components/sui/commit/e8ed1744bea62a33e885e67543e213beab21d88a)) + + + # 1.34.0 (2023-06-13) @@ -284,7 +298,4 @@ ### Features -* **sui-i18n:** add package.json ([b5b25a7](https://github.com/SUI-Components/sui/commit/b5b25a72faf1cf82c3e5805af97800cbf073ae96)), closes [#67](https://github.com/SUI-Components/sui/issues/67) - - - +* **sui-i18n:** add package.json ([b5b25a7](https://github.com/SUI-Components/sui/commit/b5b25a72faf1cf82c3e5805af97800cbf073ae96)), closes [#67](https://github.com/SUI-Components/sui/issues/67) \ No newline at end of file diff --git a/packages/sui-i18n/package.json b/packages/sui-i18n/package.json index 7a881c98a..c4a5ec775 100644 --- a/packages/sui-i18n/package.json +++ b/packages/sui-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@s-ui/i18n", - "version": "1.34.0", + "version": "1.35.0", "type": "module", "main": "lib/index.js", "description": "> Isomorphic i18n service for browser and node.",