Skip to content

Commit 6142836

Browse files
committed
v6.4.0 [skip ci]
1 parent 5432835 commit 6142836

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

+1741
-323
lines changed

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.4.0](https://github.com/tolgee/tolgee-js/compare/v6.3.1...v6.4.0) (2026-03-06)
7+
8+
9+
### Features
10+
11+
* implement branching support ([#3495](https://github.com/tolgee/tolgee-js/issues/3495)) ([5432835](https://github.com/tolgee/tolgee-js/commit/5432835d1d29c93aee8fde4c732dec6f52c8fb93))
12+
13+
14+
15+
16+
617
## [6.3.1](https://github.com/tolgee/tolgee-js/compare/v6.3.0...v6.3.1) (2026-03-02)
718

819

lerna.json

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

package-lock.json

Lines changed: 1448 additions & 221 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.4.0](https://github.com/tolgee/tolgee-js/compare/v6.3.1...v6.4.0) (2026-03-06)
7+
8+
9+
### Features
10+
11+
* implement branching support ([#3495](https://github.com/tolgee/tolgee-js/issues/3495)) ([5432835](https://github.com/tolgee/tolgee-js/commit/5432835d1d29c93aee8fde4c732dec6f52c8fb93))
12+
13+
14+
15+
16+
617
## [6.3.1](https://github.com/tolgee/tolgee-js/compare/v6.3.0...v6.3.1) (2026-03-02)
718

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tolgee/core",
3-
"version": "6.3.1",
3+
"version": "6.4.0",
44
"description": "Library providing ability to translate messages directly in context of developed application.",
55
"main": "./dist/tolgee.cjs.js",
66
"module": "./dist/tolgee.esm.js",

packages/format-icu/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.0](https://github.com/tolgee/tolgee-js/compare/v6.3.1...v6.4.0) (2026-03-06)
7+
8+
**Note:** Version bump only for package @tolgee/format-icu
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/tolgee/tolgee-js/compare/v6.3.0...v6.3.1) (2026-03-02)
715

816
**Note:** Version bump only for package @tolgee/format-icu

packages/format-icu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tolgee/format-icu",
3-
"version": "6.3.1",
3+
"version": "6.4.0",
44
"description": "Tolgee format-icu plugin.",
55
"main": "./dist/tolgee-format-icu.cjs.js",
66
"module": "./dist/tolgee-format-icu.esm.js",
@@ -52,7 +52,7 @@
5252
"@rollup/plugin-node-resolve": "13.3.0",
5353
"@rollup/plugin-typescript": "8.3.4",
5454
"@testing-library/jest-dom": "^5.16.5",
55-
"@tolgee/core": "6.3.1",
55+
"@tolgee/core": "6.4.0",
5656
"@types/jest": "^27.0.2",
5757
"@types/node": "^17.0.8",
5858
"@types/testing-library__jest-dom": "^5.14.5",

packages/i18next/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.0](https://github.com/tolgee/tolgee-js/compare/v6.3.1...v6.4.0) (2026-03-06)
7+
8+
**Note:** Version bump only for package @tolgee/i18next
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/tolgee/tolgee-js/compare/v6.3.0...v6.3.1) (2026-03-02)
715

816
**Note:** Version bump only for package @tolgee/i18next

packages/i18next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tolgee/i18next",
3-
"version": "6.3.1",
3+
"version": "6.4.0",
44
"description": "Tolgee i18n integration.",
55
"main": "./dist/tolgee-i18next.cjs.js",
66
"module": "./dist/tolgee-i18next.esm.js",
@@ -44,7 +44,7 @@
4444
"@rollup/plugin-typescript": "8.3.4",
4545
"@testing-library/dom": "^8.7.1",
4646
"@testing-library/jest-dom": "^5.11.4",
47-
"@tolgee/testing": "6.3.1",
47+
"@tolgee/testing": "6.4.0",
4848
"@types/jest": "^28.1.6",
4949
"@types/node": "^18.6.1",
5050
"concurrently": "7.3.0",
@@ -77,7 +77,7 @@
7777
"./package.json": "./package.json"
7878
},
7979
"dependencies": {
80-
"@tolgee/web": "6.3.1"
80+
"@tolgee/web": "6.4.0"
8181
},
8282
"publishConfig": {
8383
"access": "public"

packages/ngx/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.0](https://github.com/tolgee/tolgee-js/compare/v6.3.1...v6.4.0) (2026-03-06)
7+
8+
**Note:** Version bump only for package @tolgee/ngx-workspace
9+
10+
11+
12+
13+
614
## [6.3.1](https://github.com/tolgee/tolgee-js/compare/v6.3.0...v6.3.1) (2026-03-02)
715

816
**Note:** Version bump only for package @tolgee/ngx-workspace

0 commit comments

Comments
 (0)