Skip to content

Commit

Permalink
release(packages/sui-i18n): v1.35.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sui-bot committed Aug 2, 2024
1 parent 5b41211 commit 09a129f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions packages/sui-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion packages/sui-i18n/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 09a129f

Please sign in to comment.