Skip to content

Commit

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

* chore: update CHANGELOG.md
  • Loading branch information
suvashvishowkarma authored Aug 7, 2023
1 parent 85bf90b commit 944f6e4
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 67 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.14.0](https://github.com/dzangolab/react/compare/v0.13.2...v0.14.0) (2023-08-07)


### Breaking changes
* **user:** handle invitation operations including add, resend, revoke and accept internally ([#488](https://github.com/dzangolab/react/issues/488))


### Features

* **user:** add app support for invitations ([#489](https://github.com/dzangolab/react/issues/489)) ([63786d6](https://github.com/dzangolab/react/commit/63786d6863e317ab1b5a6f006e63f415b1765089))
* **user:** add components and related api for all invitation features ([#488](https://github.com/dzangolab/react/issues/488)) ([adc040f](https://github.com/dzangolab/react/commit/adc040f244153bbc2f27f8c7db0109cfca4d9c61))



## [0.13.2](https://github.com/dzangolab/react/compare/v0.13.1...v0.13.2) (2023-08-03)


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.13.2",
"version": "0.14.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.13.2",
"version": "0.14.0",
"description": "React config",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -34,11 +34,11 @@
"@vitejs/plugin-react": "4.0.3",
"@vitest/coverage-c8": "0.30.1",
"eslint": "8.46.0",
"eslint-config-custom": "0.13.2",
"eslint-config-custom": "0.14.0",
"jsdom": "22.1.0",
"prettier": "3.0.1",
"react": "18.2.0",
"tsconfig": "0.13.2",
"tsconfig": "0.14.0",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.30.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.13.2",
"version": "0.14.0",
"description": "React Form Component Library",
"exports": {
".": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"zod": "3.21.4"
},
"devDependencies": {
"@dzangolab/react-config": "0.13.2",
"@dzangolab/react-config": "0.14.0",
"@storybook/react": "7.0.26",
"@testing-library/react": "14.0.0",
"@types/jsdom": "21.1.1",
Expand All @@ -47,7 +47,7 @@
"@vitejs/plugin-react": "4.0.3",
"@vitest/coverage-c8": "0.30.1",
"eslint": "8.46.0",
"eslint-config-custom": "0.13.2",
"eslint-config-custom": "0.14.0",
"eslint-plugin-react": "7.33.0",
"jsdom": "22.1.0",
"prettier": "3.0.1",
Expand All @@ -56,13 +56,13 @@
"react-dom": "18.2.0",
"react-router-dom": "6.14.2",
"react-test-renderer": "18.2.0",
"tsconfig": "0.13.2",
"tsconfig": "0.14.0",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.30.1"
},
"peerDependencies": {
"@dzangolab/react-config": "0.13.2",
"@dzangolab/react-config": "0.14.0",
"primereact": "9.6.0",
"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.13.2",
"version": "0.14.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.13.2",
"@dzangolab/react-ui": "0.14.0",
"i18next": "21.10.0",
"i18next-browser-languagedetector": "6.1.8",
"i18next-chained-backend": "^4.0.0",
"i18next-resources-to-backend": "^1.0.0",
"react-i18next": "11.18.6"
},
"devDependencies": {
"@dzangolab/react-config": "0.13.2",
"@dzangolab/react-config": "0.14.0",
"@testing-library/react": "14.0.0",
"@types/i18n": "0.13.6",
"@types/jsdom": "21.1.1",
Expand All @@ -47,19 +47,19 @@
"@vitejs/plugin-react": "4.0.3",
"@vitest/coverage-c8": "0.30.1",
"eslint": "8.46.0",
"eslint-config-custom": "0.13.2",
"eslint-config-custom": "0.14.0",
"eslint-plugin-react": "7.33.0",
"prettier": "3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"tsconfig": "0.13.2",
"tsconfig": "0.14.0",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.30.1"
},
"peerDependencies": {
"@dzangolab/react-config": "0.13.2",
"@dzangolab/react-config": "0.14.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.13.2",
"version": "0.14.0",
"description": "React Layout Component Library",
"exports": {
".": {
Expand Down Expand Up @@ -28,9 +28,9 @@
},
"dependencies": {},
"devDependencies": {
"@dzangolab/react-config": "0.13.2",
"@dzangolab/react-i18n": "0.13.2",
"@dzangolab/react-ui": "0.13.2",
"@dzangolab/react-config": "0.14.0",
"@dzangolab/react-i18n": "0.14.0",
"@dzangolab/react-ui": "0.14.0",
"@testing-library/react": "14.0.0",
"@types/jsdom": "21.1.1",
"@types/node": "18.17.1",
Expand All @@ -40,7 +40,7 @@
"@vitejs/plugin-react": "4.0.3",
"@vitest/coverage-c8": "0.30.1",
"eslint": "8.46.0",
"eslint-config-custom": "0.13.2",
"eslint-config-custom": "0.14.0",
"eslint-plugin-react": "7.33.0",
"jsdom": "22.1.0",
"prettier": "3.0.1",
Expand All @@ -49,15 +49,15 @@
"react-dom": "18.2.0",
"react-router-dom": "6.14.2",
"react-test-renderer": "18.2.0",
"tsconfig": "0.13.2",
"tsconfig": "0.14.0",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.30.1"
},
"peerDependencies": {
"@dzangolab/react-config": "0.13.2",
"@dzangolab/react-i18n": "0.13.2",
"@dzangolab/react-ui": "0.13.2",
"@dzangolab/react-config": "0.14.0",
"@dzangolab/react-i18n": "0.14.0",
"@dzangolab/react-ui": "0.14.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.13.2",
"version": "0.14.0",
"description": "React UI Component Library",
"exports": {
".": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"react-outside-click-handler": "1.3.0"
},
"devDependencies": {
"@dzangolab/react-config": "0.13.2",
"@dzangolab/react-config": "0.14.0",
"@storybook/react": "7.0.26",
"@testing-library/react": "14.0.0",
"@types/file-saver": "2.0.5",
Expand All @@ -47,7 +47,7 @@
"@vitejs/plugin-react": "4.0.3",
"@vitest/coverage-c8": "0.30.1",
"eslint": "8.46.0",
"eslint-config-custom": "0.13.2",
"eslint-config-custom": "0.14.0",
"eslint-plugin-react": "7.33.0",
"jsdom": "22.1.0",
"prettier": "3.0.1",
Expand All @@ -56,13 +56,13 @@
"react-dom": "18.2.0",
"react-router-dom": "6.14.2",
"react-test-renderer": "18.2.0",
"tsconfig": "0.13.2",
"tsconfig": "0.14.0",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.30.1"
},
"peerDependencies": {
"@dzangolab/react-config": "0.13.2",
"@dzangolab/react-config": "0.14.0",
"primereact": "9.6.0",
"react": ">=18.2",
"react-dom": ">=18.2",
Expand Down
24 changes: 12 additions & 12 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.13.2",
"version": "0.14.0",
"description": "React User Plugin",
"exports": {
".": {
Expand Down Expand Up @@ -32,11 +32,11 @@
"zod": "3.21.4"
},
"devDependencies": {
"@dzangolab/react-config": "0.13.2",
"@dzangolab/react-form": "0.13.2",
"@dzangolab/react-i18n": "0.13.2",
"@dzangolab/react-layout": "0.13.2",
"@dzangolab/react-ui": "0.13.2",
"@dzangolab/react-config": "0.14.0",
"@dzangolab/react-form": "0.14.0",
"@dzangolab/react-i18n": "0.14.0",
"@dzangolab/react-layout": "0.14.0",
"@dzangolab/react-ui": "0.14.0",
"@testing-library/dom": "9.3.1",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
Expand All @@ -49,7 +49,7 @@
"@vitest/coverage-c8": "0.30.1",
"axios": "1.4.0",
"eslint": "8.46.0",
"eslint-config-custom": "0.13.2",
"eslint-config-custom": "0.14.0",
"eslint-plugin-react": "7.33.0",
"jsdom": "22.1.0",
"prettier": "3.0.1",
Expand All @@ -59,16 +59,16 @@
"react-dom": "18.2.0",
"react-router-dom": "6.14.2",
"react-test-renderer": "18.2.0",
"tsconfig": "0.13.2",
"tsconfig": "0.14.0",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "^0.30.0"
},
"peerDependencies": {
"@dzangolab/react-config": "0.13.2",
"@dzangolab/react-i18n": "0.13.2",
"@dzangolab/react-layout": "0.13.2",
"@dzangolab/react-ui": "0.13.2",
"@dzangolab/react-config": "0.14.0",
"@dzangolab/react-i18n": "0.14.0",
"@dzangolab/react-layout": "0.14.0",
"@dzangolab/react-ui": "0.14.0",
"axios": "1.4.0",
"primeicons": "6.0.1",
"primereact": "9.6.0",
Expand Down
Loading

0 comments on commit 944f6e4

Please sign in to comment.