From 0f7c494836b7722340aefc06f8b81c1872382ae5 Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Sun, 3 Mar 2024 10:04:55 +0000 Subject: [PATCH] [WSO2 Release][Jenkins #15] [Release 1.6.378] update package versions --- apps/authentication-portal/package.json | 4 +- apps/console/package.json | 18 +++--- apps/myaccount/package.json | 16 +++--- apps/recovery-portal/package.json | 4 +- .../package.json | 4 +- components/theme/package.json | 4 +- lerna.json | 2 +- modules/access-control/package.json | 4 +- modules/core/package.json | 2 +- modules/form/package.json | 8 +-- modules/forms/package.json | 4 +- modules/i18n/package.json | 4 +- modules/nx/package.json | 2 +- modules/react-components/package.json | 8 +-- modules/theme/package.json | 2 +- modules/validation/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 56 +++++++++---------- tests/package.json | 2 +- 19 files changed, 74 insertions(+), 74 deletions(-) diff --git a/apps/authentication-portal/package.json b/apps/authentication-portal/package.json index 719d0c1d680..88289e17fff 100644 --- a/apps/authentication-portal/package.json +++ b/apps/authentication-portal/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/authentication-portal", - "version": "1.6.378", + "version": "1.6.379", "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2", "license": "Apache-2.0", @@ -12,7 +12,7 @@ "clean:node-modules": "pnpm rimraf node_modules" }, "dependencies": { - "@wso2is/theme": "^1.6.378", + "@wso2is/theme": "^1.6.379", "rimraf": "^3.0.2" } } diff --git a/apps/console/package.json b/apps/console/package.json index 81a0e1afcde..b4072f1a02a 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/console", - "version": "1.6.378", + "version": "1.6.379", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -47,14 +47,14 @@ }, "dependencies": { "@asgardeo/auth-react": "^1.1.18", - "@wso2is/access-control": "^1.6.378", - "@wso2is/core": "^1.6.378", - "@wso2is/form": "^1.6.378", - "@wso2is/forms": "^1.6.378", - "@wso2is/i18n": "^1.6.378", - "@wso2is/react-components": "^1.6.378", - "@wso2is/theme": "^1.6.378", - "@wso2is/validation": "^1.6.378", + "@wso2is/access-control": "^1.6.379", + "@wso2is/core": "^1.6.379", + "@wso2is/form": "^1.6.379", + "@wso2is/forms": "^1.6.379", + "@wso2is/i18n": "^1.6.379", + "@wso2is/react-components": "^1.6.379", + "@wso2is/theme": "^1.6.379", + "@wso2is/validation": "^1.6.379", "axios": "^0.19.2", "codemirror": "^5.52.0", "country-language": "^0.1.7", diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index 845324a040d..315e03edc3f 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/myaccount", - "version": "1.6.378", + "version": "1.6.379", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -40,13 +40,13 @@ "dependencies": { "@asgardeo/auth-react": "^1.1.18", "@babel/polyfill": "^7.0.0", - "@wso2is/access-control": "^1.6.378", - "@wso2is/core": "^1.6.378", - "@wso2is/forms": "^1.6.378", - "@wso2is/i18n": "^1.6.378", - "@wso2is/react-components": "^1.6.378", - "@wso2is/theme": "^1.6.378", - "@wso2is/validation": "^1.6.378", + "@wso2is/access-control": "^1.6.379", + "@wso2is/core": "^1.6.379", + "@wso2is/forms": "^1.6.379", + "@wso2is/i18n": "^1.6.379", + "@wso2is/react-components": "^1.6.379", + "@wso2is/theme": "^1.6.379", + "@wso2is/validation": "^1.6.379", "axios": "^0.19.2", "history": "^4.9.0", "i18next": "^21.9.1", diff --git a/apps/recovery-portal/package.json b/apps/recovery-portal/package.json index c00ea8d9c76..4ad74c169eb 100644 --- a/apps/recovery-portal/package.json +++ b/apps/recovery-portal/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/recovery-portal", - "version": "1.6.378", + "version": "1.6.379", "description": "WSO2 Identity Server Recovery Portal", "author": "WSO2", "license": "Apache-2.0", @@ -12,7 +12,7 @@ "clean:node-modules": "pnpm rimraf node_modules" }, "dependencies": { - "@wso2is/theme": "^1.6.378", + "@wso2is/theme": "^1.6.379", "rimraf": "^3.0.2" } } diff --git a/apps/x509-certificate-authentication-portal/package.json b/apps/x509-certificate-authentication-portal/package.json index 317649a243f..ed5b697ac2e 100644 --- a/apps/x509-certificate-authentication-portal/package.json +++ b/apps/x509-certificate-authentication-portal/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/x509-certificate-authentication-portal", - "version": "1.6.378", + "version": "1.6.379", "description": "WSO2 Identity Server X509 Certificate Authentication Portal", "author": "WSO2", "license": "Apache-2.0", @@ -12,7 +12,7 @@ "clean:node-modules": "pnpm rimraf node_modules" }, "dependencies": { - "@wso2is/theme": "^1.6.378", + "@wso2is/theme": "^1.6.379", "rimraf": "^3.0.2" } } diff --git a/components/theme/package.json b/components/theme/package.json index 7dd25ba1ae2..e41c758c4a5 100644 --- a/components/theme/package.json +++ b/components/theme/package.json @@ -1,10 +1,10 @@ { "name": "@wso2is/theme-component", - "version": "1.6.378", + "version": "1.6.379", "description": "WSO2 Identity Server Theme Component", "author": "WSO2", "license": "Apache-2.0", "dependencies": { - "@wso2is/theme": "^1.6.378" + "@wso2is/theme": "^1.6.379" } } diff --git a/lerna.json b/lerna.json index e18df525d8a..b6e9b51f3cf 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "modules/*", "tests" ], - "version": "1.6.378" + "version": "1.6.379" } diff --git a/modules/access-control/package.json b/modules/access-control/package.json index 8da9533706d..e844fde733d 100644 --- a/modules/access-control/package.json +++ b/modules/access-control/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/access-control", - "version": "1.6.378", + "version": "1.6.379", "description": "Access control module for WSO2 Identity Server front end applications", "main": "dist/src/index.js", "types": "dist/types/index.d.ts", @@ -36,7 +36,7 @@ "author": "WSO2", "license": "Apache-2.0", "dependencies": { - "@wso2is/core": "^1.6.378", + "@wso2is/core": "^1.6.379", "jest": "^26.4.2", "react-access-control": "^1.0.1", "ts-jest": "^26.4.0" diff --git a/modules/core/package.json b/modules/core/package.json index 95507e609dd..06535acf198 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/core", - "version": "1.6.378", + "version": "1.6.379", "description": "Commonly used configs, schemas, utilities and low level services for WSO2 Identity Server frontend apps", "keywords": [ "WSO2", diff --git a/modules/form/package.json b/modules/form/package.json index 111c6f79316..96e63dfff70 100644 --- a/modules/form/package.json +++ b/modules/form/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/form", - "version": "1.6.378", + "version": "1.6.379", "description": "Form library for WSO2 Identity Server front end applications.", "keywords": [ "WSO2", @@ -34,9 +34,9 @@ "typecheck": "pnpm compile" }, "dependencies": { - "@wso2is/core": "^1.6.378", - "@wso2is/react-components": "^1.6.378", - "@wso2is/validation": "^1.6.378", + "@wso2is/core": "^1.6.379", + "@wso2is/react-components": "^1.6.379", + "@wso2is/validation": "^1.6.379", "final-form": "^4.20.2", "joi": "^17.4.0", "lodash-es": "^4.17.21", diff --git a/modules/forms/package.json b/modules/forms/package.json index bb1ffdbc860..7dc194e90a8 100644 --- a/modules/forms/package.json +++ b/modules/forms/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/forms", - "version": "1.6.378", + "version": "1.6.379", "description": "Forms module for WSO2 Identity Server web-apps.", "keywords": [ "WSO2", @@ -32,7 +32,7 @@ "typecheck": "pnpm compile" }, "dependencies": { - "@wso2is/core": "^1.6.378", + "@wso2is/core": "^1.6.379", "classnames": "^2.2.6", "lodash-es": "^4.17.21", "semantic-ui-react": "^2.1.3" diff --git a/modules/i18n/package.json b/modules/i18n/package.json index 6bc7b409399..38473b8c53c 100644 --- a/modules/i18n/package.json +++ b/modules/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/i18n", - "version": "1.6.378", + "version": "1.6.379", "description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.", "keywords": [ "WSO2", @@ -42,7 +42,7 @@ "license": "Apache-2.0", "dependencies": { "@types/jest": "^26.0.14", - "@wso2is/core": "^1.6.378", + "@wso2is/core": "^1.6.379", "babel-jest": "^26.3.0", "i18next": "^21.9.1", "i18next-browser-languagedetector": "^6.1.5", diff --git a/modules/nx/package.json b/modules/nx/package.json index 77c19960492..63511baa28d 100644 --- a/modules/nx/package.json +++ b/modules/nx/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/nx", - "version": "1.6.378", + "version": "1.6.379", "description": "Nx plugin for WSO2 Identity Server apps.", "keywords": [ "WSO2", diff --git a/modules/react-components/package.json b/modules/react-components/package.json index 7a213b820c9..46ccf55ee57 100644 --- a/modules/react-components/package.json +++ b/modules/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/react-components", - "version": "1.6.378", + "version": "1.6.379", "description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework", "keywords": [ "WSO2", @@ -45,9 +45,9 @@ "@storybook/manager-webpack5": "^6.5.9", "@storybook/react": "^6.5.9", "@storybook/theming": "^6.5.9", - "@wso2is/core": "^1.6.378", - "@wso2is/forms": "^1.6.378", - "@wso2is/theme": "^1.6.378", + "@wso2is/core": "^1.6.379", + "@wso2is/forms": "^1.6.379", + "@wso2is/theme": "^1.6.379", "classnames": "^2.2.6", "codemirror": "^5.52.0", "i18next": "^21.9.1", diff --git a/modules/theme/package.json b/modules/theme/package.json index 840b812020e..1b7920bddf3 100644 --- a/modules/theme/package.json +++ b/modules/theme/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/theme", - "version": "1.6.378", + "version": "1.6.379", "description": "Theme for web components of WSO2 Identity Server Webapps.", "keywords": [ "WSO2", diff --git a/modules/validation/package.json b/modules/validation/package.json index 38fcd92bbbc..f16f51af1e8 100644 --- a/modules/validation/package.json +++ b/modules/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/validation", - "version": "1.6.378", + "version": "1.6.379", "description": "Validator module for WSO2 Identity Server web-apps.", "keywords": [ "WSO2", diff --git a/package.json b/package.json index 1ec3515f11f..78d352a7952 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/webapps", - "version": "1.6.378", + "version": "1.6.379", "description": "WSO2 Identity Server Web Applications", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d8cfa90b801..b5c8a89d287 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -318,7 +318,7 @@ importers: apps/authentication-portal: specifiers: - '@wso2is/theme': ^1.6.378 + '@wso2is/theme': ^1.6.379 rimraf: ^3.0.2 dependencies: '@wso2is/theme': link:../../modules/theme @@ -352,14 +352,14 @@ importers: '@types/webpack-env': ^1.16.0 '@typescript-eslint/eslint-plugin': ^4.17.0 '@typescript-eslint/parser': ^4.17.0 - '@wso2is/access-control': ^1.6.378 - '@wso2is/core': ^1.6.378 - '@wso2is/form': ^1.6.378 - '@wso2is/forms': ^1.6.378 - '@wso2is/i18n': ^1.6.378 - '@wso2is/react-components': ^1.6.378 - '@wso2is/theme': ^1.6.378 - '@wso2is/validation': ^1.6.378 + '@wso2is/access-control': ^1.6.379 + '@wso2is/core': ^1.6.379 + '@wso2is/form': ^1.6.379 + '@wso2is/forms': ^1.6.379 + '@wso2is/i18n': ^1.6.379 + '@wso2is/react-components': ^1.6.379 + '@wso2is/theme': ^1.6.379 + '@wso2is/validation': ^1.6.379 axios: ^0.19.2 codemirror: ^5.52.0 country-language: ^0.1.7 @@ -539,13 +539,13 @@ importers: '@types/webpack-env': ^1.16.0 '@typescript-eslint/eslint-plugin': ^4.17.0 '@typescript-eslint/parser': ^4.17.0 - '@wso2is/access-control': ^1.6.378 - '@wso2is/core': ^1.6.378 - '@wso2is/forms': ^1.6.378 - '@wso2is/i18n': ^1.6.378 - '@wso2is/react-components': ^1.6.378 - '@wso2is/theme': ^1.6.378 - '@wso2is/validation': ^1.6.378 + '@wso2is/access-control': ^1.6.379 + '@wso2is/core': ^1.6.379 + '@wso2is/forms': ^1.6.379 + '@wso2is/i18n': ^1.6.379 + '@wso2is/react-components': ^1.6.379 + '@wso2is/theme': ^1.6.379 + '@wso2is/validation': ^1.6.379 axios: ^0.19.2 css-loader: ^1.0.0 eslint: ^7.20.0 @@ -668,7 +668,7 @@ importers: apps/recovery-portal: specifiers: - '@wso2is/theme': ^1.6.378 + '@wso2is/theme': ^1.6.379 rimraf: ^3.0.2 dependencies: '@wso2is/theme': link:../../modules/theme @@ -676,7 +676,7 @@ importers: apps/x509-certificate-authentication-portal: specifiers: - '@wso2is/theme': ^1.6.378 + '@wso2is/theme': ^1.6.379 rimraf: ^3.0.2 dependencies: '@wso2is/theme': link:../../modules/theme @@ -684,7 +684,7 @@ importers: components/theme: specifiers: - '@wso2is/theme': ^1.6.378 + '@wso2is/theme': ^1.6.379 dependencies: '@wso2is/theme': link:../../modules/theme @@ -693,7 +693,7 @@ importers: '@types/react': ^18.0.18 '@typescript-eslint/eslint-plugin': ^4.17.0 '@typescript-eslint/parser': ^4.17.0 - '@wso2is/core': ^1.6.378 + '@wso2is/core': ^1.6.379 eslint: ^7.20.0 eslint-plugin-import: ^2.20.2 eslint-plugin-react: ^7.18.3 @@ -801,9 +801,9 @@ importers: '@types/react': ^18.0.18 '@typescript-eslint/eslint-plugin': ^4.17.0 '@typescript-eslint/parser': ^4.17.0 - '@wso2is/core': ^1.6.378 - '@wso2is/react-components': ^1.6.378 - '@wso2is/validation': ^1.6.378 + '@wso2is/core': ^1.6.379 + '@wso2is/react-components': ^1.6.379 + '@wso2is/validation': ^1.6.379 eslint: ^7.20.0 eslint-plugin-import: ^2.20.2 eslint-plugin-react: ^7.18.3 @@ -857,7 +857,7 @@ importers: '@types/testing-library__jest-dom': ^5.14.3 '@typescript-eslint/eslint-plugin': ^4.17.0 '@typescript-eslint/parser': ^4.17.0 - '@wso2is/core': ^1.6.378 + '@wso2is/core': ^1.6.379 babel-polyfill: ^6.26.0 classnames: ^2.2.6 eslint: ^7.20.0 @@ -907,7 +907,7 @@ importers: '@types/node': ^13.9.2 '@typescript-eslint/eslint-plugin': ^4.17.0 '@typescript-eslint/parser': ^4.17.0 - '@wso2is/core': ^1.6.378 + '@wso2is/core': ^1.6.379 babel-jest: ^26.3.0 eslint: ^7.20.0 eslint-plugin-import: ^2.20.2 @@ -1005,9 +1005,9 @@ importers: '@types/react-router-dom': ^5.1.3 '@typescript-eslint/eslint-plugin': ^4.17.0 '@typescript-eslint/parser': ^4.17.0 - '@wso2is/core': ^1.6.378 - '@wso2is/forms': ^1.6.378 - '@wso2is/theme': ^1.6.378 + '@wso2is/core': ^1.6.379 + '@wso2is/forms': ^1.6.379 + '@wso2is/theme': ^1.6.379 babel-loader: ^8.1.0 babel-plugin-rename-jsx-attribute: ^0.2.4 classnames: ^2.2.6 diff --git a/tests/package.json b/tests/package.json index 6feb57752b4..323581a3ff4 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/integration-tests", - "version": "1.6.378", + "version": "1.6.379", "description": "Cypress integration tests for WSO2 Identity Apps.", "author": "WSO2", "license": "Apache-2.0",