Skip to content

Commit b680929

Browse files
committed
v7.1.1 [skip ci]
1 parent a151099 commit b680929

47 files changed

Lines changed: 299 additions & 103 deletions

Some content is hidden

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

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+
## [7.1.1](https://github.com/tolgee/tolgee-js/compare/v7.1.0...v7.1.1) (2026-06-05)
7+
8+
9+
### Bug Fixes
10+
11+
* stop false-positive "Missing records in staticData" SSR warning ([#3524](https://github.com/tolgee/tolgee-js/issues/3524)) ([a151099](https://github.com/tolgee/tolgee-js/commit/a151099bddd2ea1968c860314124955030c0aec8)), closes [#3518](https://github.com/tolgee/tolgee-js/issues/3518)
12+
13+
14+
15+
16+
617
# [7.1.0](https://github.com/tolgee/tolgee-js/compare/v7.0.1...v7.1.0) (2026-05-27)
718

819

e2e/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+
## [7.1.1](https://github.com/tolgee/tolgee-js/compare/v7.1.0...v7.1.1) (2026-06-05)
7+
8+
**Note:** Version bump only for package @tolgee/e2e
9+
10+
11+
12+
13+
614
# [7.1.0](https://github.com/tolgee/tolgee-js/compare/v7.0.1...v7.1.0) (2026-05-27)
715

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

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tolgee/e2e",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"private": true,
55
"description": "e2e tests for tolgee server & webapp",
66
"scripts": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.1.0",
2+
"version": "7.1.1",
33
"npmClient": "pnpm",
44
"command": {
55
"publish": {

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+
## [7.1.1](https://github.com/tolgee/tolgee-js/compare/v7.1.0...v7.1.1) (2026-06-05)
7+
8+
9+
### Bug Fixes
10+
11+
* stop false-positive "Missing records in staticData" SSR warning ([#3524](https://github.com/tolgee/tolgee-js/issues/3524)) ([a151099](https://github.com/tolgee/tolgee-js/commit/a151099bddd2ea1968c860314124955030c0aec8)), closes [#3518](https://github.com/tolgee/tolgee-js/issues/3518)
12+
13+
14+
15+
16+
617
# [7.1.0](https://github.com/tolgee/tolgee-js/compare/v7.0.1...v7.1.0) (2026-05-27)
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": "7.1.0",
3+
"version": "7.1.1",
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+
## [7.1.1](https://github.com/tolgee/tolgee-js/compare/v7.1.0...v7.1.1) (2026-06-05)
7+
8+
**Note:** Version bump only for package @tolgee/format-icu
9+
10+
11+
12+
13+
614
# [7.1.0](https://github.com/tolgee/tolgee-js/compare/v7.0.1...v7.1.0) (2026-05-27)
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": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Tolgee format-icu plugin.",
55
"main": "./dist/tolgee-format-icu.cjs.js",
66
"module": "./dist/tolgee-format-icu.esm.js",
@@ -51,7 +51,7 @@
5151
"@rollup/plugin-node-resolve": "13.3.0",
5252
"@rollup/plugin-typescript": "8.3.4",
5353
"@testing-library/jest-dom": "^5.16.5",
54-
"@tolgee/core": "7.1.0",
54+
"@tolgee/core": "7.1.1",
5555
"@types/jest": "^29.5.0",
5656
"@types/node": "^17.0.8",
5757
"@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+
## [7.1.1](https://github.com/tolgee/tolgee-js/compare/v7.1.0...v7.1.1) (2026-06-05)
7+
8+
**Note:** Version bump only for package @tolgee/i18next
9+
10+
11+
12+
13+
614
# [7.1.0](https://github.com/tolgee/tolgee-js/compare/v7.0.1...v7.1.0) (2026-05-27)
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": "7.1.0",
3+
"version": "7.1.1",
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": "7.1.0",
47+
"@tolgee/testing": "7.1.1",
4848
"@types/jest": "^29.5.0",
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": "7.1.0"
80+
"@tolgee/web": "7.1.1"
8181
},
8282
"publishConfig": {
8383
"access": "public"

0 commit comments

Comments
 (0)