Skip to content

Commit

Permalink
chore: release v0.32.0 (#770)
Browse files Browse the repository at this point in the history
* chore: release v0.32.0

* chore: update CHANGELOG
  • Loading branch information
suvashvishowkarma authored Jan 24, 2024
1 parent 15a77f5 commit 6fbcf84
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 68 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.32.0](https://github.com/dzangolab/react/compare/v0.31.0...v0.32.0) (2024-01-24)


### Breaking changes

**user:** remove UserToastContainer and move react-toastify to peer dependency ([#762](https://github.com/dzangolab/react/issues/762)) ([53e2ff0](https://github.com/dzangolab/react/commit/53e2ff01ae176b727c1a2ac0ce2ed6c1aced41a5))


### Features

* **ui/Table:** improve ui ([15a77f5](https://github.com/dzangolab/react/commit/15a77f5d420a102d73796428a8f4859a880aedfc))
* **user:** make profile page editable ([#762](https://github.com/dzangolab/react/issues/762)) ([53e2ff0](https://github.com/dzangolab/react/commit/53e2ff01ae176b727c1a2ac0ce2ed6c1aced41a5))



# [0.31.0](https://github.com/dzangolab/react/compare/v0.30.0...v0.31.0) (2024-01-24)


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.31.0",
"version": "0.32.0",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
Expand Down
6 changes: 3 additions & 3 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.31.0",
"version": "0.32.0",
"description": "React config",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -34,11 +34,11 @@
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "1.2.1",
"eslint": "8.48.0",
"eslint-config-custom": "0.31.0",
"eslint-config-custom": "0.32.0",
"jsdom": "22.1.0",
"prettier": "3.0.3",
"react": "18.2.0",
"tsconfig": "0.31.0",
"tsconfig": "0.32.0",
"typescript": "5.2.2",
"vite": "4.3.9",
"vitest": "1.2.1"
Expand Down
10 changes: 5 additions & 5 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.31.0",
"version": "0.32.0",
"description": "React Form Component Library",
"exports": {
".": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"zod": "3.22.3"
},
"devDependencies": {
"@dzangolab/react-ui": "0.31.0",
"@dzangolab/react-ui": "0.32.0",
"@storybook/react": "7.4.0",
"@testing-library/react": "14.0.0",
"@types/jsdom": "21.1.4",
Expand All @@ -48,21 +48,21 @@
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "1.2.1",
"eslint": "8.48.0",
"eslint-config-custom": "0.31.0",
"eslint-config-custom": "0.32.0",
"eslint-plugin-react": "7.33.2",
"jsdom": "22.1.0",
"prettier": "3.0.3",
"primereact": "9.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"tsconfig": "0.31.0",
"tsconfig": "0.32.0",
"typescript": "5.2.2",
"vite": "4.3.9",
"vitest": "1.2.1"
},
"peerDependencies": {
"@dzangolab/react-ui": "0.31.0",
"@dzangolab/react-ui": "0.32.0",
"primereact": "9.6.1",
"react": ">=18.2",
"react-dom": ">=18.2",
Expand Down
12 changes: 6 additions & 6 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.31.0",
"version": "0.32.0",
"description": "React I18n Plugin",
"exports": {
".": {
Expand Down Expand Up @@ -28,15 +28,15 @@
"typecheck": "tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@dzangolab/react-ui": "0.31.0",
"@dzangolab/react-ui": "0.32.0",
"i18next": "23.7.18",
"i18next-browser-languagedetector": "7.2.0",
"i18next-chained-backend": "4.6.2",
"i18next-resources-to-backend": "1.2.0",
"react-i18next": "14.0.1"
},
"devDependencies": {
"@dzangolab/react-config": "0.31.0",
"@dzangolab/react-config": "0.32.0",
"@testing-library/react": "14.0.0",
"@types/jsdom": "21.1.4",
"@types/node": "18.17.12",
Expand All @@ -46,19 +46,19 @@
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "1.2.1",
"eslint": "8.48.0",
"eslint-config-custom": "0.31.0",
"eslint-config-custom": "0.32.0",
"eslint-plugin-react": "7.33.2",
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"tsconfig": "0.31.0",
"tsconfig": "0.32.0",
"typescript": "5.2.2",
"vite": "4.3.9",
"vitest": "1.2.1"
},
"peerDependencies": {
"@dzangolab/react-config": "0.31.0",
"@dzangolab/react-config": "0.32.0",
"react": ">=18.2",
"react-dom": ">=18.2"
},
Expand Down
18 changes: 9 additions & 9 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.31.0",
"version": "0.32.0",
"description": "React Layout Component Library",
"exports": {
".": {
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {},
"devDependencies": {
"@dzangolab/react-config": "0.31.0",
"@dzangolab/react-i18n": "0.31.0",
"@dzangolab/react-ui": "0.31.0",
"@dzangolab/react-config": "0.32.0",
"@dzangolab/react-i18n": "0.32.0",
"@dzangolab/react-ui": "0.32.0",
"@testing-library/react": "14.0.0",
"@types/jsdom": "21.1.4",
"@types/node": "18.17.12",
Expand All @@ -41,7 +41,7 @@
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "1.2.1",
"eslint": "8.48.0",
"eslint-config-custom": "0.31.0",
"eslint-config-custom": "0.32.0",
"eslint-plugin-react": "7.33.2",
"jsdom": "22.1.0",
"prettier": "3.0.3",
Expand All @@ -50,15 +50,15 @@
"react-dom": "18.2.0",
"react-router-dom": "6.15.0",
"react-test-renderer": "18.2.0",
"tsconfig": "0.31.0",
"tsconfig": "0.32.0",
"typescript": "5.2.2",
"vite": "4.3.9",
"vitest": "1.2.1"
},
"peerDependencies": {
"@dzangolab/react-config": "0.31.0",
"@dzangolab/react-i18n": "0.31.0",
"@dzangolab/react-ui": "0.31.0",
"@dzangolab/react-config": "0.32.0",
"@dzangolab/react-i18n": "0.32.0",
"@dzangolab/react-ui": "0.32.0",
"primeicons": ">=6.0.1",
"react": ">=18.2",
"react-dom": ">=18.2",
Expand Down
10 changes: 5 additions & 5 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.31.0",
"version": "0.32.0",
"description": "React UI Component Library",
"exports": {
".": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"react-popper": "^2.3.0"
},
"devDependencies": {
"@dzangolab/react-config": "0.31.0",
"@dzangolab/react-config": "0.32.0",
"@storybook/react": "7.4.0",
"@testing-library/react": "14.0.0",
"@types/file-saver": "2.0.6",
Expand All @@ -50,7 +50,7 @@
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "1.2.1",
"eslint": "8.48.0",
"eslint-config-custom": "0.31.0",
"eslint-config-custom": "0.32.0",
"eslint-plugin-react": "7.33.2",
"jsdom": "22.1.0",
"prettier": "3.0.3",
Expand All @@ -59,13 +59,13 @@
"react-dom": "18.2.0",
"react-router-dom": "6.15.0",
"react-test-renderer": "18.2.0",
"tsconfig": "0.31.0",
"tsconfig": "0.32.0",
"typescript": "5.2.2",
"vite": "4.3.9",
"vitest": "1.2.1"
},
"peerDependencies": {
"@dzangolab/react-config": "0.31.0",
"@dzangolab/react-config": "0.32.0",
"primereact": "9.6.1",
"react": ">=18.2",
"react-dom": ">=18.2",
Expand Down
26 changes: 13 additions & 13 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.31.0",
"version": "0.32.0",
"description": "React User Plugin",
"exports": {
".": {
Expand Down Expand Up @@ -32,11 +32,11 @@
"zod": "3.22.3"
},
"devDependencies": {
"@dzangolab/react-config": "0.31.0",
"@dzangolab/react-form": "0.31.0",
"@dzangolab/react-i18n": "0.31.0",
"@dzangolab/react-layout": "0.31.0",
"@dzangolab/react-ui": "0.31.0",
"@dzangolab/react-config": "0.32.0",
"@dzangolab/react-form": "0.32.0",
"@dzangolab/react-i18n": "0.32.0",
"@dzangolab/react-layout": "0.32.0",
"@dzangolab/react-ui": "0.32.0",
"@testing-library/dom": "9.3.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
Expand All @@ -49,7 +49,7 @@
"@vitest/coverage-v8": "1.2.1",
"axios": "1.6.0",
"eslint": "8.48.0",
"eslint-config-custom": "0.31.0",
"eslint-config-custom": "0.32.0",
"eslint-plugin-react": "7.33.2",
"jsdom": "22.1.0",
"prettier": "3.0.3",
Expand All @@ -60,16 +60,16 @@
"react-router-dom": "6.15.0",
"react-test-renderer": "18.2.0",
"react-toastify": "10.0.4",
"tsconfig": "0.31.0",
"tsconfig": "0.32.0",
"typescript": "5.2.2",
"vite": "4.3.9",
"vitest": "1.2.1"
},
"peerDependencies": {
"@dzangolab/react-config": "0.31.0",
"@dzangolab/react-i18n": "0.31.0",
"@dzangolab/react-layout": "0.31.0",
"@dzangolab/react-ui": "0.31.0",
"@dzangolab/react-config": "0.32.0",
"@dzangolab/react-i18n": "0.32.0",
"@dzangolab/react-layout": "0.32.0",
"@dzangolab/react-ui": "0.32.0",
"axios": "1.6.0",
"primeicons": "6.0.1",
"primereact": "9.6.1",
Expand All @@ -82,4 +82,4 @@
"node": ">=16",
"pnpm": ">=8"
}
}
}
Loading

0 comments on commit 6fbcf84

Please sign in to comment.