diff --git a/.changeset/curly-books-itch.md b/.changeset/curly-books-itch.md deleted file mode 100644 index dab7f999c73..00000000000 --- a/.changeset/curly-books-itch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/myaccount": patch -"@wso2is/features": patch ---- - -Fix issue with listing unnecessary userstores diff --git a/.changeset/happy-adults-repair.md b/.changeset/happy-adults-repair.md deleted file mode 100644 index 4e529b9d236..00000000000 --- a/.changeset/happy-adults-repair.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/features": patch ---- - -Fix LDAP userstore pagination diff --git a/.changeset/shy-garlics-cross.md b/.changeset/shy-garlics-cross.md deleted file mode 100644 index 9d01b4b5182..00000000000 --- a/.changeset/shy-garlics-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Fix portal path issue diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 02596341ce2..d6e72907b83 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,16 @@ # @wso2is/console +## 2.15.43 + +### Patch Changes + +- [#6087](https://github.com/wso2/identity-apps/pull/6087) [`0ed357528b`](https://github.com/wso2/identity-apps/commit/0ed357528b8404674a732cfd2283e4a487c3d0b7) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix issue with listing unnecessary userstores + +* [#6123](https://github.com/wso2/identity-apps/pull/6123) [`0697ceacc0`](https://github.com/wso2/identity-apps/commit/0697ceacc0adc3f1869524df4c1d6f36955cb030) Thanks [@shanggeeth](https://github.com/shanggeeth)! - Fix LDAP userstore pagination + +* Updated dependencies [[`0ed357528b`](https://github.com/wso2/identity-apps/commit/0ed357528b8404674a732cfd2283e4a487c3d0b7), [`0697ceacc0`](https://github.com/wso2/identity-apps/commit/0697ceacc0adc3f1869524df4c1d6f36955cb030)]: + - @wso2is/features@2.15.37 + ## 2.15.42 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index 2ae182196c8..bf7edafb195 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.15.42", + "version": "2.15.43", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -57,7 +57,7 @@ "@wso2is/react-components": "^2.1.23", "@wso2is/theme": "^2.0.77", "@wso2is/validation": "^2.0.4", - "@wso2is/features": "^2.15.36", + "@wso2is/features": "^2.15.37", "axios": "^0.19.2", "codemirror": "^5.52.0", "country-language": "^0.1.7", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 3f33f67d59b..96f95bbb3bc 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/myaccount +## 2.5.57 + +### Patch Changes + +- [#6087](https://github.com/wso2/identity-apps/pull/6087) [`0ed357528b`](https://github.com/wso2/identity-apps/commit/0ed357528b8404674a732cfd2283e4a487c3d0b7) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix issue with listing unnecessary userstores + +- Updated dependencies [[`0ed357528b`](https://github.com/wso2/identity-apps/commit/0ed357528b8404674a732cfd2283e4a487c3d0b7), [`0697ceacc0`](https://github.com/wso2/identity-apps/commit/0697ceacc0adc3f1869524df4c1d6f36955cb030)]: + - @wso2is/features@2.15.37 + ## 2.5.56 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index de5df30a68f..6634e31c8a1 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.5.56", + "version": "2.5.57", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -50,7 +50,7 @@ "@wso2is/react-components": "^2.1.23", "@wso2is/theme": "^2.0.77", "@wso2is/validation": "^2.0.4", - "@wso2is/features": "^2.15.36", + "@wso2is/features": "^2.15.37", "axios": "^0.19.2", "history": "^4.9.0", "i18next": "^21.9.1", diff --git a/features/CHANGELOG.md b/features/CHANGELOG.md index f30d6a7e1d4..caf9a096471 100644 --- a/features/CHANGELOG.md +++ b/features/CHANGELOG.md @@ -1,5 +1,13 @@ # @wso2is/features +## 2.15.37 + +### Patch Changes + +- [#6087](https://github.com/wso2/identity-apps/pull/6087) [`0ed357528b`](https://github.com/wso2/identity-apps/commit/0ed357528b8404674a732cfd2283e4a487c3d0b7) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix issue with listing unnecessary userstores + +* [#6123](https://github.com/wso2/identity-apps/pull/6123) [`0697ceacc0`](https://github.com/wso2/identity-apps/commit/0697ceacc0adc3f1869524df4c1d6f36955cb030) Thanks [@shanggeeth](https://github.com/shanggeeth)! - Fix LDAP userstore pagination + ## 2.15.36 ### Patch Changes diff --git a/features/package.json b/features/package.json index cee3f832812..3eff87ba8ac 100644 --- a/features/package.json +++ b/features/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/features", - "version": "2.15.36", + "version": "2.15.37", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index 9ed9b971ffd..73ff0f8a2f3 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/identity-apps-core +## 2.1.68 + +### Patch Changes + +- [#6124](https://github.com/wso2/identity-apps/pull/6124) [`a856fc6776`](https://github.com/wso2/identity-apps/commit/a856fc67768fafeba33c573ea56d57ce9b16dd4b) Thanks [@sadilchamishka](https://github.com/sadilchamishka)! - Fix portal path issue + ## 2.1.67 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 64ee0a5a3b3..82bc8f29f71 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.1.67", + "version": "2.1.68", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a90d5c7742f..cc710c62eff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -524,7 +524,7 @@ importers: specifier: ^2.0.52 version: link:../../modules/dynamic-forms '@wso2is/features': - specifier: ^2.15.36 + specifier: ^2.15.37 version: link:../../features '@wso2is/form': specifier: ^2.0.53 @@ -861,7 +861,7 @@ importers: specifier: ^2.0.41 version: link:../../modules/core '@wso2is/features': - specifier: ^2.15.36 + specifier: ^2.15.37 version: link:../../features '@wso2is/forms': specifier: ^2.0.31