Skip to content

Commit 23d8d15

Browse files
chore: release v0.57.0 (#1429)
1 parent b8b5bfd commit 23d8d15

9 files changed

Lines changed: 45 additions & 36 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.57.0](https://github.com/dzangolab/react/compare/v0.56.2...v0.57.0) (2025-03-12)
2+
3+
4+
### Features
5+
6+
* **ui:** support custom row class names in table ([#1428](https://github.com/dzangolab/react/issues/1428)) ([b8b5bfd](https://github.com/dzangolab/react/commit/b8b5bfd09ca2f0b23b2eb35ba4675a54b0451da0))
7+
8+
9+
110
## [0.56.2](https://github.com/dzangolab/react/compare/v0.56.1...v0.56.2) (2025-03-07)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzangolab/react",
3-
"version": "0.56.2",
3+
"version": "0.57.0",
44
"scripts": {
55
"build": "turbo run build",
66
"lint": "turbo run lint",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzangolab/react-config",
3-
"version": "0.56.2",
3+
"version": "0.57.0",
44
"description": "React config",
55
"license": "MIT",
66
"type": "module",

packages/form/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzangolab/react-form",
3-
"version": "0.56.2",
3+
"version": "0.57.0",
44
"description": "React Form Component Library",
55
"type": "module",
66
"exports": {
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@12deg/eslint-config": "0.1.11",
3939
"@12deg/tsconfig": "0.1.11",
40-
"@dzangolab/react-ui": "0.56.2",
40+
"@dzangolab/react-ui": "0.57.0",
4141
"@testing-library/react": "16.2.0",
4242
"@types/jsdom": "21.1.7",
4343
"@types/node": "22.13.4",
@@ -66,7 +66,7 @@
6666
"vitest": "3.0.8"
6767
},
6868
"peerDependencies": {
69-
"@dzangolab/react-ui": "0.56.2",
69+
"@dzangolab/react-ui": "0.57.0",
7070
"primereact": "9.6.1",
7171
"react": ">=18.2",
7272
"react-dom": ">=18.2",

packages/i18n/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzangolab/react-i18n",
3-
"version": "0.56.2",
3+
"version": "0.57.0",
44
"description": "React I18n Plugin",
55
"type": "module",
66
"exports": {
@@ -27,7 +27,7 @@
2727
"typecheck": "tsc --noEmit -p tsconfig.vitest.json --composite false"
2828
},
2929
"dependencies": {
30-
"@dzangolab/react-ui": "0.56.2",
30+
"@dzangolab/react-ui": "0.57.0",
3131
"i18next": "24.2.2",
3232
"i18next-browser-languagedetector": "8.0.3",
3333
"i18next-chained-backend": "4.6.2",
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@12deg/eslint-config": "0.1.11",
3939
"@12deg/tsconfig": "0.1.11",
40-
"@dzangolab/react-config": "0.56.2",
40+
"@dzangolab/react-config": "0.57.0",
4141
"@testing-library/react": "16.2.0",
4242
"@types/jsdom": "21.1.7",
4343
"@types/node": "22.13.4",
@@ -63,7 +63,7 @@
6363
"vitest": "3.0.8"
6464
},
6565
"peerDependencies": {
66-
"@dzangolab/react-config": "0.56.2",
66+
"@dzangolab/react-config": "0.57.0",
6767
"react": ">=18.2",
6868
"react-dom": ">=18.2"
6969
},

packages/layout/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzangolab/react-layout",
3-
"version": "0.56.2",
3+
"version": "0.57.0",
44
"description": "React Layout Component Library",
55
"type": "module",
66
"exports": {
@@ -30,9 +30,9 @@
3030
"devDependencies": {
3131
"@12deg/eslint-config": "0.1.11",
3232
"@12deg/tsconfig": "0.1.11",
33-
"@dzangolab/react-config": "0.56.2",
34-
"@dzangolab/react-i18n": "0.56.2",
35-
"@dzangolab/react-ui": "0.56.2",
33+
"@dzangolab/react-config": "0.57.0",
34+
"@dzangolab/react-i18n": "0.57.0",
35+
"@dzangolab/react-ui": "0.57.0",
3636
"@testing-library/react": "16.2.0",
3737
"@types/jsdom": "21.1.7",
3838
"@types/node": "22.13.4",
@@ -61,9 +61,9 @@
6161
"vitest": "3.0.8"
6262
},
6363
"peerDependencies": {
64-
"@dzangolab/react-config": "0.56.2",
65-
"@dzangolab/react-i18n": "0.56.2",
66-
"@dzangolab/react-ui": "0.56.2",
64+
"@dzangolab/react-config": "0.57.0",
65+
"@dzangolab/react-i18n": "0.57.0",
66+
"@dzangolab/react-ui": "0.57.0",
6767
"primeicons": ">=6.0.1",
6868
"react": ">=18.2",
6969
"react-dom": ">=18.2",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzangolab/react-ui",
3-
"version": "0.56.2",
3+
"version": "0.57.0",
44
"description": "React UI Component Library",
55
"type": "module",
66
"exports": {

packages/user/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzangolab/react-user",
3-
"version": "0.56.2",
3+
"version": "0.57.0",
44
"description": "React User Plugin",
55
"type": "module",
66
"exports": {
@@ -33,10 +33,10 @@
3333
"devDependencies": {
3434
"@12deg/eslint-config": "0.1.11",
3535
"@12deg/tsconfig": "0.1.11",
36-
"@dzangolab/react-form": "0.56.2",
37-
"@dzangolab/react-i18n": "0.56.2",
38-
"@dzangolab/react-layout": "0.56.2",
39-
"@dzangolab/react-ui": "0.56.2",
36+
"@dzangolab/react-form": "0.57.0",
37+
"@dzangolab/react-i18n": "0.57.0",
38+
"@dzangolab/react-layout": "0.57.0",
39+
"@dzangolab/react-ui": "0.57.0",
4040
"@testing-library/dom": "10.4.0",
4141
"@testing-library/react": "16.2.0",
4242
"@testing-library/user-event": "14.6.1",
@@ -69,10 +69,10 @@
6969
"vitest": "3.0.8"
7070
},
7171
"peerDependencies": {
72-
"@dzangolab/react-form": "0.56.2",
73-
"@dzangolab/react-i18n": "0.56.2",
74-
"@dzangolab/react-layout": "0.56.2",
75-
"@dzangolab/react-ui": "0.56.2",
72+
"@dzangolab/react-form": "0.57.0",
73+
"@dzangolab/react-i18n": "0.57.0",
74+
"@dzangolab/react-layout": "0.57.0",
75+
"@dzangolab/react-ui": "0.57.0",
7676
"axios": "1.7.9",
7777
"primeicons": "7.0.0",
7878
"react": ">=18.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)