diff --git a/.changeset/early-rocks-kneel.md b/.changeset/early-rocks-kneel.md deleted file mode 100644 index 82d8c21042d..00000000000 --- a/.changeset/early-rocks-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Improve useAuthorizedOrganizationsList API call diff --git a/.changeset/honest-boxes-exist.md b/.changeset/honest-boxes-exist.md deleted file mode 100644 index 9a640359e72..00000000000 --- a/.changeset/honest-boxes-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Remove the repetitive authenticators from the custom connector authenticator templates diff --git a/.changeset/modern-hairs-search.md b/.changeset/modern-hairs-search.md deleted file mode 100644 index 24c6e54580d..00000000000 --- a/.changeset/modern-hairs-search.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch -"@wso2is/theme": patch -"@wso2is/console": patch -"@wso2is/myaccount": patch -"@wso2is/react-components": patch ---- - -Add password validation in sign up page for JIT provisioned users. diff --git a/.changeset/ninety-bears-watch.md b/.changeset/ninety-bears-watch.md deleted file mode 100644 index 26326f264be..00000000000 --- a/.changeset/ninety-bears-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Change scim template to scim2 diff --git a/.changeset/rude-brooms-drive.md b/.changeset/rude-brooms-drive.md deleted file mode 100644 index e0e3332d5a0..00000000000 --- a/.changeset/rude-brooms-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Fix the issue of creating custom scim claim mapping even when claim mapping is removed when creating the local attribute diff --git a/.changeset/rude-lobsters-sell.md b/.changeset/rude-lobsters-sell.md deleted file mode 100644 index 3979685caa7..00000000000 --- a/.changeset/rude-lobsters-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Update login.jsp and basicauth.jsp file by encoding the client-id property diff --git a/.changeset/wicked-timers-notice.md b/.changeset/wicked-timers-notice.md deleted file mode 100644 index 30adade7b3a..00000000000 --- a/.changeset/wicked-timers-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Change the hint text for better ux. diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index e21276a01ab..d9732a106ed 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,25 @@ # @wso2is/console +## 2.10.83 + +### Patch Changes + +- [#5253](https://github.com/wso2/identity-apps/pull/5253) [`01227ff973`](https://github.com/wso2/identity-apps/commit/01227ff97347c088932f5ca1519feb5828a9e46f) Thanks [@ChanikaRuchini](https://github.com/ChanikaRuchini)! - Improve useAuthorizedOrganizationsList API call + +* [#5258](https://github.com/wso2/identity-apps/pull/5258) [`f62cc2e92f`](https://github.com/wso2/identity-apps/commit/f62cc2e92fc7c602864ede2fd22b08b14ef0f90c) Thanks [@dasuni-30](https://github.com/dasuni-30)! - Remove the repetitive authenticators from the custom connector authenticator templates + +- [#5262](https://github.com/wso2/identity-apps/pull/5262) [`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75) Thanks [@savindi7](https://github.com/savindi7)! - Add password validation in sign up page for JIT provisioned users. + +* [#5243](https://github.com/wso2/identity-apps/pull/5243) [`382a2ffae5`](https://github.com/wso2/identity-apps/commit/382a2ffae59e1832d8ebb0c0d3b3ec8ecd285d0f) Thanks [@dasuni-30](https://github.com/dasuni-30)! - Change scim template to scim2 + +- [#5254](https://github.com/wso2/identity-apps/pull/5254) [`613436c5a8`](https://github.com/wso2/identity-apps/commit/613436c5a8c7ad7e947c27d6e797b730c68dec77) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Fix the issue of creating custom scim claim mapping even when claim mapping is removed when creating the local attribute + +* [#5256](https://github.com/wso2/identity-apps/pull/5256) [`c6e5ef9df8`](https://github.com/wso2/identity-apps/commit/c6e5ef9df8d2278e55a544d158b9df1419a7695c) Thanks [@JKAUSHALYA](https://github.com/JKAUSHALYA)! - Change the hint text for better ux. + +* Updated dependencies [[`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75)]: + - @wso2is/theme@2.0.58 + - @wso2is/react-components@2.0.40 + ## 2.10.82 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index 894cf265af1..3b9309e23ad 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.10.82", + "version": "2.10.83", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -56,8 +56,8 @@ "@wso2is/form": "^2.0.29", "@wso2is/forms": "^2.0.15", "@wso2is/i18n": "^2.0.100", - "@wso2is/react-components": "^2.0.39", - "@wso2is/theme": "^2.0.57", + "@wso2is/react-components": "^2.0.40", + "@wso2is/theme": "^2.0.58", "@wso2is/validation": "^2.0.3", "@wso2is/common": "^2.0.24", "@wso2is/dynamic-forms": "^2.0.27", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 24d4cdd2ae2..6eae78218e6 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,15 @@ # @wso2is/myaccount +## 2.2.94 + +### Patch Changes + +- [#5262](https://github.com/wso2/identity-apps/pull/5262) [`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75) Thanks [@savindi7](https://github.com/savindi7)! - Add password validation in sign up page for JIT provisioned users. + +- Updated dependencies [[`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75)]: + - @wso2is/theme@2.0.58 + - @wso2is/react-components@2.0.40 + ## 2.2.93 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index e1fc0801cd6..883778a67d1 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.2.93", + "version": "2.2.94", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -47,8 +47,8 @@ "@wso2is/core": "^2.0.30", "@wso2is/forms": "^2.0.15", "@wso2is/i18n": "^2.0.100", - "@wso2is/react-components": "^2.0.39", - "@wso2is/theme": "^2.0.57", + "@wso2is/react-components": "^2.0.40", + "@wso2is/theme": "^2.0.58", "@wso2is/validation": "^2.0.3", "axios": "^0.19.2", "history": "^4.9.0", diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index 58b93b4974d..ffc13b8e7f4 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,16 @@ # @wso2is/identity-apps-core +## 2.0.123 + +### Patch Changes + +- [#5262](https://github.com/wso2/identity-apps/pull/5262) [`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75) Thanks [@savindi7](https://github.com/savindi7)! - Add password validation in sign up page for JIT provisioned users. + +* [#5271](https://github.com/wso2/identity-apps/pull/5271) [`0b1ad2d72e`](https://github.com/wso2/identity-apps/commit/0b1ad2d72e0bab42b3bc7881099992e2afdbec73) Thanks [@Kanapriya](https://github.com/Kanapriya)! - Update login.jsp and basicauth.jsp file by encoding the client-id property + +* Updated dependencies [[`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75)]: + - @wso2is/theme@2.0.58 + ## 2.0.122 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 9baf2502d61..215f815d91a 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.0.122", + "version": "2.0.123", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2", @@ -13,7 +13,7 @@ "clean:node-modules": "pnpm rimraf node_modules" }, "dependencies": { - "@wso2is/theme": "^2.0.56", + "@wso2is/theme": "^2.0.58", "rimraf": "^3.0.2" } } diff --git a/modules/react-components/CHANGELOG.md b/modules/react-components/CHANGELOG.md index 1b37d3d4e29..90d0febaf5e 100644 --- a/modules/react-components/CHANGELOG.md +++ b/modules/react-components/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/react-components +## 2.0.40 + +### Patch Changes + +- [#5262](https://github.com/wso2/identity-apps/pull/5262) [`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75) Thanks [@savindi7](https://github.com/savindi7)! - Add password validation in sign up page for JIT provisioned users. + +- Updated dependencies [[`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75)]: + - @wso2is/theme@2.0.58 + ## 2.0.39 ### Patch Changes diff --git a/modules/react-components/package.json b/modules/react-components/package.json index d432cf834e8..b37cbfc3eac 100644 --- a/modules/react-components/package.json +++ b/modules/react-components/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/react-components", - "version": "2.0.39", + "version": "2.0.40", "description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework", "keywords": [ "WSO2", @@ -45,7 +45,7 @@ "@storybook/react": "^6.5.9", "@storybook/theming": "^6.5.9", "@wso2is/core": "^2.0.30", - "@wso2is/theme": "^2.0.57", + "@wso2is/theme": "^2.0.58", "classnames": "^2.2.6", "codemirror": "^5.52.0", "i18next": "^21.9.1", diff --git a/modules/theme/CHANGELOG.md b/modules/theme/CHANGELOG.md index a42ad88d886..f1447bb7d2b 100644 --- a/modules/theme/CHANGELOG.md +++ b/modules/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/theme +## 2.0.58 + +### Patch Changes + +- [#5262](https://github.com/wso2/identity-apps/pull/5262) [`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75) Thanks [@savindi7](https://github.com/savindi7)! - Add password validation in sign up page for JIT provisioned users. + ## 2.0.57 ### Patch Changes diff --git a/modules/theme/package.json b/modules/theme/package.json index 6053d98168b..db74a69cc4e 100644 --- a/modules/theme/package.json +++ b/modules/theme/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/theme", - "version": "2.0.57", + "version": "2.0.58", "description": "Theme for web components of WSO2 Identity Server Webapps.", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 96a3e974705..486c98f70bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -539,10 +539,10 @@ importers: specifier: ^2.0.100 version: link:../../modules/i18n '@wso2is/react-components': - specifier: ^2.0.39 + specifier: ^2.0.40 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.57 + specifier: ^2.0.58 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.3 @@ -864,10 +864,10 @@ importers: specifier: ^2.0.100 version: link:../../modules/i18n '@wso2is/react-components': - specifier: ^2.0.39 + specifier: ^2.0.40 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.57 + specifier: ^2.0.58 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.3 @@ -1072,7 +1072,7 @@ importers: identity-apps-core: dependencies: '@wso2is/theme': - specifier: ^2.0.56 + specifier: ^2.0.58 version: link:../modules/theme rimraf: specifier: ^3.0.2 @@ -1721,7 +1721,7 @@ importers: specifier: ^2.0.30 version: link:../core '@wso2is/theme': - specifier: ^2.0.57 + specifier: ^2.0.58 version: link:../theme classnames: specifier: ^2.2.6