Skip to content

Commit 1b46d1d

Browse files
Version Packages
1 parent 4d0dfa8 commit 1b46d1d

19 files changed

Lines changed: 115 additions & 55 deletions

File tree

.changeset/fix-batch-partial-namespaces.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/hono-example/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# hono-example
22

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- @better-i18n/server@0.4.8
8+
39
## 0.0.22
410

511
### Patch Changes

apps/hono-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hono-example",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/hydrogen-demo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# hydrogen-demo
22

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- @better-i18n/remix@0.6.9
8+
39
## 0.0.18
410

511
### Patch Changes

apps/hydrogen-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hydrogen-demo",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"private": true,
55
"type": "module",
66
"scripts": {

bun.lock

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

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
"prepare": "husky"
3333
},
3434
"devDependencies": {
35-
"@changesets/cli": "^2.31.0",
36-
"@eslint/js": "^9.39.4",
37-
"@typescript-eslint/eslint-plugin": "^8.61.1",
38-
"@typescript-eslint/parser": "^8.61.1",
39-
"eslint": "^9.39.4",
35+
"@changesets/cli": "^2.31.1",
36+
"@eslint/js": "^9.39.5",
37+
"@typescript-eslint/eslint-plugin": "^8.66.0",
38+
"@typescript-eslint/parser": "^8.66.0",
39+
"eslint": "^9.39.5",
4040
"eslint-config-prettier": "^10.1.8",
4141
"eslint-plugin-react-hooks": "^7.1.1",
4242
"eslint-plugin-unused-imports": "^4.4.1",
4343
"globals": "^16.5.0",
4444
"husky": "^9.1.7",
4545
"lint-staged": "^16.4.0",
4646
"nodemailer": "^7.0.13",
47-
"prettier": "^3.8.4",
47+
"prettier": "^3.9.6",
4848
"typescript": "~5.9.3",
49-
"typescript-eslint": "^8.61.1",
50-
"vitest": "~3.2.6",
49+
"typescript-eslint": "^8.66.0",
50+
"vitest": "~3.2.7",
5151
"zod": "^4.4.3"
5252
},
5353
"prettier": {
@@ -82,6 +82,5 @@
8282
"highlight.js": "^11.11.1",
8383
"marked-highlight": "^2.2.4"
8484
},
85-
"patchedDependencies": {
86-
}
85+
"patchedDependencies": {}
8786
}

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @better-i18n/core
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- a4c1bc6: Fix `getMessages` silently returning a partial namespace set when the CDN batch endpoint truncates its response (e.g. when the combined payload is large, dropping alphabetically-later namespaces). The batch response is now required to contain every requested namespace; on any shortfall the SDK rejects it and falls back to individual per-namespace fetches (one request each, no aggregate size cap), so pages never render with missing translations.
8+
39
## 0.13.0
410

511
### Minor Changes

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": "@better-i18n/core",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Framework-agnostic core utilities for Better i18n",
55
"license": "MIT",
66
"repository": {

packages/expo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @better-i18n/expo
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a4c1bc6]
8+
- @better-i18n/core@0.13.1
9+
310
## 0.9.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)