diff --git a/.changeset/dry-cooks-add.md b/.changeset/dry-cooks-add.md deleted file mode 100644 index f78631872d1..00000000000 --- a/.changeset/dry-cooks-add.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wso2is/myaccount": minor -"@wso2is/console": minor ---- - -Add organization display name in branding diff --git a/.changeset/lemon-cooks-help.md b/.changeset/lemon-cooks-help.md deleted file mode 100644 index 6a1d7dc524c..00000000000 --- a/.changeset/lemon-cooks-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Replace spaces in application names with underscores for application-specific custom layouts and stop creating empty extensions dir. diff --git a/.changeset/rare-teachers-warn.md b/.changeset/rare-teachers-warn.md deleted file mode 100644 index 8c977ab3e00..00000000000 --- a/.changeset/rare-teachers-warn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wso2is/theme": patch -"@wso2is/console": patch -"@wso2is/i18n": patch ---- - -Remove the http://schemas.xmlsoap.org/ws/2005/05/identity dialect from the new console diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index dc9761ad295..3feaed614cf 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,19 @@ # @wso2is/console +## 2.1.0 + +### Minor Changes + +- [#4226](https://github.com/wso2/identity-apps/pull/4226) [`2d6fbb97cd`](https://github.com/wso2/identity-apps/commit/2d6fbb97cd3bbfaeeee82d39a5d9e8ba65e011a9) Thanks [@madurangasiriwardena](https://github.com/madurangasiriwardena)! - Add organization display name in branding + +### Patch Changes + +- [#4234](https://github.com/wso2/identity-apps/pull/4234) [`206d4a8436`](https://github.com/wso2/identity-apps/commit/206d4a8436d93683f59d2cffc818418073eb8825) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Remove the http://schemas.xmlsoap.org/ws/2005/05/identity dialect from the new console + +- Updated dependencies [[`206d4a8436`](https://github.com/wso2/identity-apps/commit/206d4a8436d93683f59d2cffc818418073eb8825)]: + - @wso2is/theme@2.0.13 + - @wso2is/i18n@2.0.8 + ## 2.0.38 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index fd43311046d..eee57884df7 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.0.38", + "version": "2.1.0", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -55,9 +55,9 @@ "@wso2is/core": "^2.0.4", "@wso2is/form": "^2.0.3", "@wso2is/forms": "^2.0.0", - "@wso2is/i18n": "^2.0.7", + "@wso2is/i18n": "^2.0.8", "@wso2is/react-components": "^2.0.8", - "@wso2is/theme": "^2.0.12", + "@wso2is/theme": "^2.0.13", "@wso2is/validation": "^2.0.0", "@wso2is/common": "^2.0.2", "@wso2is/dynamic-forms": "^2.0.5", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index de84756cc39..456a8760ffa 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,17 @@ # @wso2is/myaccount +## 2.1.0 + +### Minor Changes + +- [#4226](https://github.com/wso2/identity-apps/pull/4226) [`2d6fbb97cd`](https://github.com/wso2/identity-apps/commit/2d6fbb97cd3bbfaeeee82d39a5d9e8ba65e011a9) Thanks [@madurangasiriwardena](https://github.com/madurangasiriwardena)! - Add organization display name in branding + +### Patch Changes + +- Updated dependencies [[`206d4a8436`](https://github.com/wso2/identity-apps/commit/206d4a8436d93683f59d2cffc818418073eb8825)]: + - @wso2is/theme@2.0.13 + - @wso2is/i18n@2.0.8 + ## 2.0.14 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index 97903044085..7fca528d31d 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.0.14", + "version": "2.1.0", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -46,9 +46,9 @@ "@wso2is/access-control": "^2.0.0", "@wso2is/core": "^2.0.4", "@wso2is/forms": "^2.0.0", - "@wso2is/i18n": "^2.0.7", + "@wso2is/i18n": "^2.0.8", "@wso2is/react-components": "^2.0.7", - "@wso2is/theme": "^2.0.12", + "@wso2is/theme": "^2.0.13", "@wso2is/validation": "^2.0.0", "axios": "^0.19.2", "history": "^4.9.0", diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index aed5faa18ca..582fe9ef3aa 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/identity-apps-core +## 2.0.16 + +### Patch Changes + +- [#4242](https://github.com/wso2/identity-apps/pull/4242) [`3f2548119d`](https://github.com/wso2/identity-apps/commit/3f2548119d459bd054d9484b447ad26329ece3e2) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Replace spaces in application names with underscores for application-specific custom layouts and stop creating empty extensions dir. + +- Updated dependencies [[`206d4a8436`](https://github.com/wso2/identity-apps/commit/206d4a8436d93683f59d2cffc818418073eb8825)]: + - @wso2is/theme@2.0.13 + ## 2.0.15 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 12094d67648..028898bc21a 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.15", + "version": "2.0.16", "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.12", + "@wso2is/theme": "^2.0.13", "rimraf": "^3.0.2" } } diff --git a/modules/i18n/CHANGELOG.md b/modules/i18n/CHANGELOG.md index 1dfbaeb8e42..bb5eaf996e8 100644 --- a/modules/i18n/CHANGELOG.md +++ b/modules/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/i18n +## 2.0.8 + +### Patch Changes + +- [#4234](https://github.com/wso2/identity-apps/pull/4234) [`206d4a8436`](https://github.com/wso2/identity-apps/commit/206d4a8436d93683f59d2cffc818418073eb8825) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Remove the http://schemas.xmlsoap.org/ws/2005/05/identity dialect from the new console + ## 2.0.7 ### Patch Changes diff --git a/modules/i18n/package.json b/modules/i18n/package.json index 59a0ad7eb88..cc03309c591 100644 --- a/modules/i18n/package.json +++ b/modules/i18n/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/i18n", - "version": "2.0.7", + "version": "2.0.8", "description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.", "keywords": [ "WSO2", diff --git a/modules/theme/CHANGELOG.md b/modules/theme/CHANGELOG.md index 87c201833fd..a0a0a578802 100644 --- a/modules/theme/CHANGELOG.md +++ b/modules/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/theme +## 2.0.13 + +### Patch Changes + +- [#4234](https://github.com/wso2/identity-apps/pull/4234) [`206d4a8436`](https://github.com/wso2/identity-apps/commit/206d4a8436d93683f59d2cffc818418073eb8825) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Remove the http://schemas.xmlsoap.org/ws/2005/05/identity dialect from the new console + ## 2.0.12 ### Patch Changes diff --git a/modules/theme/package.json b/modules/theme/package.json index b11b7b6c3ea..8f1d42b97fc 100644 --- a/modules/theme/package.json +++ b/modules/theme/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/theme", - "version": "2.0.12", + "version": "2.0.13", "description": "Theme for web components of WSO2 Identity Server Webapps.", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 640beab5065..1e3cc4238e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -536,13 +536,13 @@ importers: specifier: ^2.0.0 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.0.7 + specifier: ^2.0.8 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.0.8 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.12 + specifier: ^2.0.13 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.0 @@ -861,13 +861,13 @@ importers: specifier: ^2.0.0 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.0.7 + specifier: ^2.0.8 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.0.7 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.12 + specifier: ^2.0.13 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.0 @@ -1072,7 +1072,7 @@ importers: identity-apps-core: dependencies: '@wso2is/theme': - specifier: ^2.0.12 + specifier: ^2.0.13 version: link:../modules/theme rimraf: specifier: ^3.0.2 @@ -13123,7 +13123,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.22.10 + '@babel/runtime': 7.22.15 '@types/aria-query': 4.2.2 aria-query: 5.0.2 chalk: 4.1.2 @@ -14755,7 +14755,7 @@ packages: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.1 - get-intrinsic: 1.1.2 + get-intrinsic: 1.2.1 is-string: 1.0.7 /array-union@1.0.2: @@ -19992,13 +19992,6 @@ packages: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} - /get-intrinsic@1.1.2: - resolution: {integrity: sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==} - dependencies: - function-bind: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.3 - /get-intrinsic@1.2.1: resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} dependencies: @@ -21174,7 +21167,7 @@ packages: mute-stream: 0.0.8 ora: 5.4.1 run-async: 2.4.1 - rxjs: 7.5.6 + rxjs: 7.8.1 string-width: 4.2.3 strip-ansi: 6.0.1 through: 2.3.8 @@ -29075,12 +29068,6 @@ packages: tslib: 1.14.1 dev: true - /rxjs@7.5.6: - resolution: {integrity: sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==} - dependencies: - tslib: 2.4.0 - dev: true - /rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: @@ -30026,7 +30013,7 @@ packages: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.1 - get-intrinsic: 1.1.2 + get-intrinsic: 1.2.1 has-symbols: 1.0.3 internal-slot: 1.0.3 regexp.prototype.flags: 1.4.3