Skip to content

Commit

Permalink
chore: release v0.48.3 (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshlohala authored Oct 21, 2024
1 parent b52da64 commit 1acfe3a
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 79 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.48.3](https://github.com/dzangolab/react/compare/v0.48.2...v0.48.3) (2024-10-21)


### Bug Fixes

* **form:** reset field value on form reset ([#1161](https://github.com/dzangolab/react/issues/1161)) ([b52da64](https://github.com/dzangolab/react/commit/b52da64ac37d6255699598196f472fce52bec9e6))


### Features

* **ui:** data component to dispaly key/value pairs ([#1158](https://github.com/dzangolab/react/issues/1158)) ([497699e](https://github.com/dzangolab/react/commit/497699e0202cefe2a1a9bdaa134c4537f8f9f73e))



## [0.48.2](https://github.com/dzangolab/react/compare/v0.48.1...v0.48.2) (2024-10-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/react",
"version": "0.48.2",
"version": "0.48.3",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
Expand Down
12 changes: 7 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/react-config",
"version": "0.48.2",
"version": "0.48.3",
"description": "React config",
"license": "MIT",
"type": "module",
Expand All @@ -13,7 +13,9 @@
"main": "dist//DzangolabReactConfig.umd.js",
"module": "dist//DzangolabReactConfig.es.js",
"types": "./dist/src/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -32,11 +34,11 @@
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-v8": "2.0.5",
"eslint": "8.57.1",
"eslint-config-custom": "0.48.2",
"eslint-config-custom": "0.48.3",
"jsdom": "25.0.0",
"prettier": "3.3.3",
"react": "18.3.1",
"tsconfig": "0.48.2",
"tsconfig": "0.48.3",
"typescript": "5.4.5",
"vite": "5.4.6",
"vitest": "2.0.5"
Expand All @@ -48,4 +50,4 @@
"node": ">=16",
"pnpm": ">=8"
}
}
}
16 changes: 9 additions & 7 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/react-form",
"version": "0.48.2",
"version": "0.48.3",
"description": "React Form Component Library",
"exports": {
".": {
Expand All @@ -12,7 +12,9 @@
"main": "dist//DzangolabReactForm.umd.js",
"module": "dist//DzangolabReactForm.es.js",
"types": "./dist/src/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint . --ext .react,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -34,7 +36,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"@dzangolab/react-ui": "0.48.2",
"@dzangolab/react-ui": "0.48.3",
"@testing-library/react": "16.0.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.7.4",
Expand All @@ -44,20 +46,20 @@
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-v8": "2.0.5",
"eslint": "8.57.1",
"eslint-config-custom": "0.48.2",
"eslint-config-custom": "0.48.3",
"eslint-plugin-react": "7.35.0",
"jsdom": "25.0.0",
"prettier": "3.3.3",
"primereact": "9.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsconfig": "0.48.2",
"tsconfig": "0.48.3",
"typescript": "5.4.5",
"vite": "5.4.6",
"vitest": "2.0.5"
},
"peerDependencies": {
"@dzangolab/react-ui": "0.48.2",
"@dzangolab/react-ui": "0.48.3",
"primereact": "9.6.1",
"react": ">=18.2",
"react-dom": ">=18.2",
Expand All @@ -67,4 +69,4 @@
"node": ">=16",
"pnpm": ">=8"
}
}
}
18 changes: 10 additions & 8 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/react-i18n",
"version": "0.48.2",
"version": "0.48.3",
"description": "React I18n Plugin",
"exports": {
".": {
Expand All @@ -11,7 +11,9 @@
"main": "dist//DzangolabReactI18n.umd.js",
"module": "dist//DzangolabReactI18n.es.js",
"types": "./dist/src/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -26,15 +28,15 @@
"typecheck": "tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@dzangolab/react-ui": "0.48.2",
"@dzangolab/react-ui": "0.48.3",
"i18next": "23.14.0",
"i18next-browser-languagedetector": "8.0.0",
"i18next-chained-backend": "4.6.2",
"i18next-resources-to-backend": "1.2.1",
"react-i18next": "15.0.1"
},
"devDependencies": {
"@dzangolab/react-config": "0.48.2",
"@dzangolab/react-config": "0.48.3",
"@testing-library/react": "16.0.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.7.4",
Expand All @@ -43,23 +45,23 @@
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-v8": "2.0.5",
"eslint": "8.57.1",
"eslint-config-custom": "0.48.2",
"eslint-config-custom": "0.48.3",
"eslint-plugin-react": "7.35.0",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsconfig": "0.48.2",
"tsconfig": "0.48.3",
"typescript": "5.4.5",
"vite": "5.4.6",
"vitest": "2.0.5"
},
"peerDependencies": {
"@dzangolab/react-config": "0.48.2",
"@dzangolab/react-config": "0.48.3",
"react": ">=18.2",
"react-dom": ">=18.2"
},
"engines": {
"node": ">=16",
"pnpm": ">=8"
}
}
}
24 changes: 13 additions & 11 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/react-layout",
"version": "0.48.2",
"version": "0.48.3",
"description": "React Layout Component Library",
"exports": {
".": {
Expand All @@ -12,7 +12,9 @@
"main": "dist//DzangolabReactLayout.umd.js",
"module": "dist//DzangolabReactLayout.es.js",
"types": "./dist/src/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint . --ext .react,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -27,9 +29,9 @@
},
"dependencies": {},
"devDependencies": {
"@dzangolab/react-config": "0.48.2",
"@dzangolab/react-i18n": "0.48.2",
"@dzangolab/react-ui": "0.48.2",
"@dzangolab/react-config": "0.48.3",
"@dzangolab/react-i18n": "0.48.3",
"@dzangolab/react-ui": "0.48.3",
"@testing-library/react": "16.0.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.7.4",
Expand All @@ -38,23 +40,23 @@
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-v8": "2.0.5",
"eslint": "8.57.1",
"eslint-config-custom": "0.48.2",
"eslint-config-custom": "0.48.3",
"eslint-plugin-react": "7.35.0",
"jsdom": "25.0.0",
"prettier": "3.3.3",
"primeicons": "7.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.1",
"tsconfig": "0.48.2",
"tsconfig": "0.48.3",
"typescript": "5.4.5",
"vite": "5.4.6",
"vitest": "2.0.5"
},
"peerDependencies": {
"@dzangolab/react-config": "0.48.2",
"@dzangolab/react-i18n": "0.48.2",
"@dzangolab/react-ui": "0.48.2",
"@dzangolab/react-config": "0.48.3",
"@dzangolab/react-i18n": "0.48.3",
"@dzangolab/react-ui": "0.48.3",
"primeicons": ">=6.0.1",
"react": ">=18.2",
"react-dom": ">=18.2",
Expand All @@ -64,4 +66,4 @@
"node": ">=16",
"pnpm": ">=8"
}
}
}
14 changes: 8 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/react-ui",
"version": "0.48.2",
"version": "0.48.3",
"description": "React UI Component Library",
"exports": {
".": {
Expand All @@ -12,7 +12,9 @@
"main": "dist//DzangolabReactUI.umd.js",
"module": "dist//DzangolabReactUI.es.js",
"types": "./dist/src/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint . --ext .react,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -34,7 +36,7 @@
"react-popper": "^2.3.0"
},
"devDependencies": {
"@dzangolab/react-config": "0.48.2",
"@dzangolab/react-config": "0.48.3",
"@testing-library/react": "16.0.1",
"@types/file-saver": "2.0.7",
"@types/jsdom": "21.1.7",
Expand All @@ -44,15 +46,15 @@
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-v8": "2.0.5",
"eslint": "8.57.1",
"eslint-config-custom": "0.48.2",
"eslint-config-custom": "0.48.3",
"eslint-plugin-react": "7.35.0",
"jsdom": "25.0.0",
"prettier": "3.3.3",
"primereact": "9.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.1",
"tsconfig": "0.48.2",
"tsconfig": "0.48.3",
"typescript": "5.4.5",
"vite": "5.4.6",
"vitest": "2.0.5"
Expand All @@ -67,4 +69,4 @@
"node": ">=16",
"pnpm": ">=8"
}
}
}
32 changes: 17 additions & 15 deletions packages/user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/react-user",
"version": "0.48.2",
"version": "0.48.3",
"description": "React User Plugin",
"exports": {
".": {
Expand All @@ -12,7 +12,9 @@
"main": "dist//DzangolabReactUser.umd.js",
"module": "dist//DzangolabReactUser.es.js",
"types": "./dist/src/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint . --ext .react,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -30,11 +32,11 @@
"zod": "3.23.8"
},
"devDependencies": {
"@dzangolab/react-config": "0.48.2",
"@dzangolab/react-form": "0.48.2",
"@dzangolab/react-i18n": "0.48.2",
"@dzangolab/react-layout": "0.48.2",
"@dzangolab/react-ui": "0.48.2",
"@dzangolab/react-config": "0.48.3",
"@dzangolab/react-form": "0.48.3",
"@dzangolab/react-i18n": "0.48.3",
"@dzangolab/react-layout": "0.48.3",
"@dzangolab/react-ui": "0.48.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
Expand All @@ -46,7 +48,7 @@
"@vitest/coverage-v8": "2.0.5",
"axios": "1.7.7",
"eslint": "8.57.1",
"eslint-config-custom": "0.48.2",
"eslint-config-custom": "0.48.3",
"eslint-plugin-react": "7.35.0",
"jsdom": "25.0.0",
"prettier": "3.3.3",
Expand All @@ -55,17 +57,17 @@
"react-dom": "18.3.1",
"react-router-dom": "6.26.1",
"react-toastify": "10.0.5",
"tsconfig": "0.48.2",
"tsconfig": "0.48.3",
"typescript": "5.4.5",
"vite": "5.4.6",
"vitest": "2.0.5"
},
"peerDependencies": {
"@dzangolab/react-config": "0.48.2",
"@dzangolab/react-form": "0.48.2",
"@dzangolab/react-i18n": "0.48.2",
"@dzangolab/react-layout": "0.48.2",
"@dzangolab/react-ui": "0.48.2",
"@dzangolab/react-config": "0.48.3",
"@dzangolab/react-form": "0.48.3",
"@dzangolab/react-i18n": "0.48.3",
"@dzangolab/react-layout": "0.48.3",
"@dzangolab/react-ui": "0.48.3",
"axios": "1.7.7",
"primeicons": "7.0.0",
"react": ">=18.2",
Expand All @@ -77,4 +79,4 @@
"node": ">=16",
"pnpm": ">=8"
}
}
}
Loading

0 comments on commit 1acfe3a

Please sign in to comment.