Skip to content

Commit e5febcc

Browse files
committed
chore(release): 发布版本v0.3.1
1 parent d0f444d commit e5febcc

File tree

8 files changed

+44
-4
lines changed

8 files changed

+44
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [0.3.1](https://github.com/geekact/i18nx/compare/v0.3.0...v0.3.1) (2025-07-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **react:** 业务逻辑切换语言时未能正确识别 ([8dee803](https://github.com/geekact/i18nx/commit/8dee80359e00455fce8afa459ca88701d02326b0))
12+
* **react:** 钩子函数 useLanguage 没有正确返回语言类型 ([d0f444d](https://github.com/geekact/i18nx/commit/d0f444de61ff009966153b3206c336c39934ab59))
13+
14+
15+
16+
17+
618
# [0.3.0](https://github.com/geekact/i18nx/compare/v0.2.1...v0.3.0) (2025-04-17)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"npmClient": "pnpm",
55
"command": {
66
"version": {

packages/core/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+
## [0.3.1](https://github.com/geekact/i18nx/compare/v0.3.0...v0.3.1) (2025-07-28)
7+
8+
**Note:** Version bump only for package @i18nx/core
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/geekact/i18nx/compare/v0.2.1...v0.3.0) (2025-04-17)
715

816

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": "@i18nx/core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/node/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+
## [0.3.1](https://github.com/geekact/i18nx/compare/v0.3.0...v0.3.1) (2025-07-28)
7+
8+
**Note:** Version bump only for package @i18nx/node
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/geekact/i18nx/compare/v0.2.1...v0.3.0) (2025-04-17)
715

816

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@i18nx/node",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [0.3.1](https://github.com/geekact/i18nx/compare/v0.3.0...v0.3.1) (2025-07-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **react:** 业务逻辑切换语言时未能正确识别 ([8dee803](https://github.com/geekact/i18nx/commit/8dee80359e00455fce8afa459ca88701d02326b0))
12+
* **react:** 钩子函数 useLanguage 没有正确返回语言类型 ([d0f444d](https://github.com/geekact/i18nx/commit/d0f444de61ff009966153b3206c336c39934ab59))
13+
14+
15+
16+
17+
618
# [0.3.0](https://github.com/geekact/i18nx/compare/v0.2.1...v0.3.0) (2025-04-17)
719

820

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@i18nx/react",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)