Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Branch] chore(merge): Merge master branch of v0.4.3 #872

Merged
merged 5 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/ui/ui-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ group: 业务组件

---

## 0.4.3

`2024-12-02`

- 🐞 修复引入的 @oceanbase/design 国际化语言路径不正确、导致运行报错的问题。[#870](https://github.com/oceanbase/oceanbase-design/pull/870)

## 0.4.2

`2024-11-29`
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oceanbase/ui",
"version": "0.4.2",
"version": "0.4.3",
"description": "The UI library based on OceanBase Design",
"keywords": [
"oceanbase",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/locale/en-US.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import enUS from '@oceanbase/design/locale/en-US';
import enUS from '@oceanbase/design/es/locale/en-US';
import BasicLayout from '../BasicLayout/locale/en-US';
import BatchOperationBar from '../BatchOperationBar/locale/en-US';
import Boundary from '../Boundary/locale/en-US';
Expand Down
Loading