Skip to content

Commit 723cf70

Browse files
committed
v6.6.0 [skip ci]
1 parent 5823e13 commit 723cf70

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+357
-163
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.6.0](https://github.com/tolgee/tolgee-js/compare/v6.5.0...v6.6.0) (2026-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* update Tomcat readiness pattern to match new output format ([#3516](https://github.com/tolgee/tolgee-js/issues/3516)) ([5823e13](https://github.com/tolgee/tolgee-js/commit/5823e1381824db7f7309566937b3db07f4989833))
12+
13+
14+
### Features
15+
16+
* add branch support to browser extension plugin ([#3513](https://github.com/tolgee/tolgee-js/issues/3513)) ([81e2164](https://github.com/tolgee/tolgee-js/commit/81e21648687dbb1e212337c68901dddfdcce6dec))
17+
* allow interpolating React elements with {placeholder} syntax ([#3512](https://github.com/tolgee/tolgee-js/issues/3512)) ([86d5339](https://github.com/tolgee/tolgee-js/commit/86d5339309ff02a002052ad87450e9f3db6462de)), closes [#3511](https://github.com/tolgee/tolgee-js/issues/3511)
18+
19+
20+
21+
22+
623
# [6.5.0](https://github.com/tolgee/tolgee-js/compare/v6.4.0...v6.5.0) (2026-03-16)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.5.0",
2+
"version": "6.6.0",
33
"command": {
44
"publish": {
55
"conventionalCommits": true

package-lock.json

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.6.0](https://github.com/tolgee/tolgee-js/compare/v6.5.0...v6.6.0) (2026-03-19)
7+
8+
9+
### Features
10+
11+
* add branch support to browser extension plugin ([#3513](https://github.com/tolgee/tolgee-js/issues/3513)) ([81e2164](https://github.com/tolgee/tolgee-js/commit/81e21648687dbb1e212337c68901dddfdcce6dec))
12+
13+
14+
15+
16+
617
# [6.5.0](https://github.com/tolgee/tolgee-js/compare/v6.4.0...v6.5.0) (2026-03-16)
718

819
**Note:** Version bump only for package @tolgee/core

0 commit comments

Comments
 (0)