From cfe26a45c33a819b4b12ae8c75d745e22255612d Mon Sep 17 00:00:00 2001 From: WSO2 Builder Date: Mon, 9 Aug 2021 14:06:45 +0000 Subject: [PATCH] [WSO2 Release][Jenkins #2870] [Release 1.2.413] update package versions --- apps/authentication-portal/package.json | 4 ++-- apps/console/package-lock.json | 2 +- apps/console/package.json | 18 +++++++++--------- apps/myaccount/package-lock.json | 2 +- apps/myaccount/package.json | 14 +++++++------- apps/recovery-portal/package.json | 4 ++-- .../sms-otp-authentication-portal/package.json | 4 ++-- .../package.json | 4 ++-- components/theme/package.json | 4 ++-- lerna.json | 2 +- modules/access-control/package-lock.json | 2 +- modules/access-control/package.json | 4 ++-- modules/core/package-lock.json | 2 +- modules/core/package.json | 2 +- modules/form/package-lock.json | 2 +- modules/form/package.json | 8 ++++---- modules/forms/package-lock.json | 2 +- modules/forms/package.json | 2 +- modules/i18n/package-lock.json | 2 +- modules/i18n/package.json | 4 ++-- modules/react-components/package-lock.json | 2 +- modules/react-components/package.json | 8 ++++---- modules/theme/package-lock.json | 2 +- modules/theme/package.json | 2 +- modules/validation/package-lock.json | 2 +- modules/validation/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- tests/package-lock.json | 2 +- tests/package.json | 2 +- 30 files changed, 57 insertions(+), 57 deletions(-) diff --git a/apps/authentication-portal/package.json b/apps/authentication-portal/package.json index 65803a88031..7ac72333df9 100644 --- a/apps/authentication-portal/package.json +++ b/apps/authentication-portal/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/authentication-portal", - "version": "1.2.413", + "version": "1.2.414", "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2", "license": "Apache-2.0", @@ -8,6 +8,6 @@ "build": "node scripts/build.js" }, "dependencies": { - "@wso2is/theme": "^1.2.413" + "@wso2is/theme": "^1.2.414" } } diff --git a/apps/console/package-lock.json b/apps/console/package-lock.json index 82899b25e7f..4cd67a1b6a6 100644 --- a/apps/console/package-lock.json +++ b/apps/console/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/console", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/apps/console/package.json b/apps/console/package.json index 5995dcca9cd..d2044a828c8 100755 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/console", - "version": "1.2.413", + "version": "1.2.414", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -35,14 +35,14 @@ "start:verbose": "npm run start -- --env LOG_LEVEL=verbose" }, "dependencies": { - "@wso2is/access-control": "^1.2.413", - "@wso2is/core": "^1.2.413", - "@wso2is/form": "^1.2.413", - "@wso2is/forms": "^1.2.413", - "@wso2is/i18n": "^1.2.413", - "@wso2is/react-components": "^1.2.413", - "@wso2is/theme": "^1.2.413", - "@wso2is/validation": "^1.2.413", + "@wso2is/access-control": "^1.2.414", + "@wso2is/core": "^1.2.414", + "@wso2is/form": "^1.2.414", + "@wso2is/forms": "^1.2.414", + "@wso2is/i18n": "^1.2.414", + "@wso2is/react-components": "^1.2.414", + "@wso2is/theme": "^1.2.414", + "@wso2is/validation": "^1.2.414", "axios": "^0.19.2", "country-language": "^0.1.7", "file-saver": "^2.0.5", diff --git a/apps/myaccount/package-lock.json b/apps/myaccount/package-lock.json index 45332ad5f6e..aebf11d1eac 100644 --- a/apps/myaccount/package-lock.json +++ b/apps/myaccount/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/myaccount", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index a0d3b0df395..392309d76c0 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/myaccount", - "version": "1.2.413", + "version": "1.2.414", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -29,12 +29,12 @@ "test:watch": "npm run test -- --watch" }, "dependencies": { - "@wso2is/core": "^1.2.413", - "@wso2is/forms": "^1.2.413", - "@wso2is/i18n": "^1.2.413", - "@wso2is/react-components": "^1.2.413", - "@wso2is/theme": "^1.2.413", - "@wso2is/validation": "^1.2.413", + "@wso2is/core": "^1.2.414", + "@wso2is/forms": "^1.2.414", + "@wso2is/i18n": "^1.2.414", + "@wso2is/react-components": "^1.2.414", + "@wso2is/theme": "^1.2.414", + "@wso2is/validation": "^1.2.414", "axios": "^0.19.2", "history": "^4.9.0", "i18next": "^17.0.11", diff --git a/apps/recovery-portal/package.json b/apps/recovery-portal/package.json index 414c83676a9..8abebf093e4 100644 --- a/apps/recovery-portal/package.json +++ b/apps/recovery-portal/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/recovery-portal", - "version": "1.2.413", + "version": "1.2.414", "description": "WSO2 Identity Server Recovery Portal", "author": "WSO2", "license": "Apache-2.0", @@ -8,6 +8,6 @@ "build": "node scripts/build.js" }, "dependencies": { - "@wso2is/theme": "^1.2.413" + "@wso2is/theme": "^1.2.414" } } diff --git a/apps/sms-otp-authentication-portal/package.json b/apps/sms-otp-authentication-portal/package.json index 1b3e6767a9d..49448152b0a 100644 --- a/apps/sms-otp-authentication-portal/package.json +++ b/apps/sms-otp-authentication-portal/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/sms-otp-authentication-portal", - "version": "1.2.413", + "version": "1.2.414", "description": "WSO2 Identity Server SMS OTP Authentication Portal", "author": "WSO2", "license": "Apache-2.0", @@ -8,6 +8,6 @@ "build": "node scripts/build.js" }, "dependencies": { - "@wso2is/theme": "^1.2.413" + "@wso2is/theme": "^1.2.414" } } diff --git a/apps/x509-certificate-authentication-portal/package.json b/apps/x509-certificate-authentication-portal/package.json index e39b18e62f3..f28b48c6aa3 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.2.413", + "version": "1.2.414", "description": "WSO2 Identity Server X509 Certificate Authentication Portal", "author": "WSO2", "license": "Apache-2.0", @@ -8,6 +8,6 @@ "build": "node scripts/build.js" }, "dependencies": { - "@wso2is/theme": "^1.2.413" + "@wso2is/theme": "^1.2.414" } } diff --git a/components/theme/package.json b/components/theme/package.json index 919ee23149c..1afad5f092e 100644 --- a/components/theme/package.json +++ b/components/theme/package.json @@ -1,10 +1,10 @@ { "name": "@wso2is/theme-component", - "version": "1.2.413", + "version": "1.2.414", "description": "WSO2 Identity Server Theme Component", "author": "WSO2", "license": "Apache-2.0", "dependencies": { - "@wso2is/theme": "^1.2.413" + "@wso2is/theme": "^1.2.414" } } diff --git a/lerna.json b/lerna.json index 655753bf8d4..6c9e9e8959f 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "modules/*", "tests" ], - "version": "1.2.413" + "version": "1.2.414" } diff --git a/modules/access-control/package-lock.json b/modules/access-control/package-lock.json index 5e1946c08df..cb3d5ff41fe 100644 --- a/modules/access-control/package-lock.json +++ b/modules/access-control/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/access-control", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/access-control/package.json b/modules/access-control/package.json index 3275b6bb729..ee1c4e1a7f6 100644 --- a/modules/access-control/package.json +++ b/modules/access-control/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/access-control", - "version": "1.2.413", + "version": "1.2.414", "description": "Access control module for WSO2 Identity Server front end applications", "main": "dist/src/index.js", "keywords": [ @@ -28,7 +28,7 @@ "author": "WSO2", "license": "Apache-2.0", "dependencies": { - "@wso2is/core": "^1.2.413", + "@wso2is/core": "^1.2.414", "jest": "^26.4.2", "react-access-control": "^1.0.1", "ts-jest": "^26.4.0" diff --git a/modules/core/package-lock.json b/modules/core/package-lock.json index 132c1b509ad..62cdfe7eec4 100644 --- a/modules/core/package-lock.json +++ b/modules/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/core", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/core/package.json b/modules/core/package.json index 34c4c1a7626..2d728a11320 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/core", - "version": "1.2.413", + "version": "1.2.414", "description": "Commonly used configs, schemas, utilities and low level services for WSO2 Identity Server frontend apps", "keywords": [ "WSO2", diff --git a/modules/form/package-lock.json b/modules/form/package-lock.json index b58ad33971f..fa0d36d49b5 100644 --- a/modules/form/package-lock.json +++ b/modules/form/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/form", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/form/package.json b/modules/form/package.json index a0378dfa588..4380facce08 100644 --- a/modules/form/package.json +++ b/modules/form/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/form", - "version": "1.2.413", + "version": "1.2.414", "description": "Form library for WSO2 Identity Server front end applications.", "keywords": [ "WSO2", @@ -26,9 +26,9 @@ "jest:default": "./node_modules/.bin/jest" }, "dependencies": { - "@wso2is/core": "^1.2.413", - "@wso2is/react-components": "^1.2.413", - "@wso2is/validation": "^1.2.413", + "@wso2is/core": "^1.2.414", + "@wso2is/react-components": "^1.2.414", + "@wso2is/validation": "^1.2.414", "final-form": "^4.20.2", "joi": "^17.4.0", "lodash-es": "^4.17.21", diff --git a/modules/forms/package-lock.json b/modules/forms/package-lock.json index b6005873e6e..77dc5b08195 100644 --- a/modules/forms/package-lock.json +++ b/modules/forms/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/forms", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/forms/package.json b/modules/forms/package.json index b4addbcd9b0..d8f17edead3 100644 --- a/modules/forms/package.json +++ b/modules/forms/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/forms", - "version": "1.2.413", + "version": "1.2.414", "description": "Forms module for WSO2 Identity Server web-apps.", "keywords": [ "WSO2", diff --git a/modules/i18n/package-lock.json b/modules/i18n/package-lock.json index c7249f21c9b..56f1f6c7dc1 100644 --- a/modules/i18n/package-lock.json +++ b/modules/i18n/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/i18n", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/i18n/package.json b/modules/i18n/package.json index e6219fb8528..c72c21d5571 100644 --- a/modules/i18n/package.json +++ b/modules/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/i18n", - "version": "1.2.413", + "version": "1.2.414", "description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.", "keywords": [ "WSO2", @@ -32,7 +32,7 @@ "license": "Apache-2.0", "dependencies": { "@types/jest": "^26.0.14", - "@wso2is/core": "^1.2.413", + "@wso2is/core": "^1.2.414", "babel-jest": "^26.3.0", "i18next": "^17.0.11", "i18next-browser-languagedetector": "^3.0.3", diff --git a/modules/react-components/package-lock.json b/modules/react-components/package-lock.json index 1c620e635dd..18d4171d9ef 100644 --- a/modules/react-components/package-lock.json +++ b/modules/react-components/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/react-components", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/react-components/package.json b/modules/react-components/package.json index d04ab16afde..ae064ad0c5a 100644 --- a/modules/react-components/package.json +++ b/modules/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/react-components", - "version": "1.2.413", + "version": "1.2.414", "description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework", "keywords": [ "WSO2", @@ -37,9 +37,9 @@ "@storybook/addons": "^5.3.3", "@storybook/react": "^5.3.3", "@storybook/theming": "^5.3.3", - "@wso2is/core": "^1.2.413", - "@wso2is/forms": "^1.2.413", - "@wso2is/theme": "^1.2.413", + "@wso2is/core": "^1.2.414", + "@wso2is/forms": "^1.2.414", + "@wso2is/theme": "^1.2.414", "classnames": "^2.2.6", "codemirror": "^5.52.0", "i18next": "^17.0.11", diff --git a/modules/theme/package-lock.json b/modules/theme/package-lock.json index cd645d0b027..367756240c2 100644 --- a/modules/theme/package-lock.json +++ b/modules/theme/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/theme", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/theme/package.json b/modules/theme/package.json index 3b6608eb1d5..fafe7a78336 100644 --- a/modules/theme/package.json +++ b/modules/theme/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/theme", - "version": "1.2.413", + "version": "1.2.414", "description": "Theme for web components of WSO2 Identity Server Webapps.", "keywords": [ "WSO2", diff --git a/modules/validation/package-lock.json b/modules/validation/package-lock.json index e526a3eab4d..fced2c48656 100644 --- a/modules/validation/package-lock.json +++ b/modules/validation/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/validation", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/validation/package.json b/modules/validation/package.json index 571213e7b75..9e050156bd8 100644 --- a/modules/validation/package.json +++ b/modules/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/validation", - "version": "1.2.413", + "version": "1.2.414", "description": "Validator module for WSO2 Identity Server web-apps.", "keywords": [ "WSO2", diff --git a/package-lock.json b/package-lock.json index a627ad5685b..e666e804e6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/webapps", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 59336ddbcae..121e9b12075 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/webapps", - "version": "1.2.413", + "version": "1.2.414", "description": "WSO2 Identity Server Web Applications", "keywords": [ "WSO2", diff --git a/tests/package-lock.json b/tests/package-lock.json index 716e63a67b3..9b9a506fffa 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wso2is/integration-tests", - "version": "1.2.413", + "version": "1.2.414", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/tests/package.json b/tests/package.json index 70ef8d78034..7a8d27d609f 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/integration-tests", - "version": "1.2.413", + "version": "1.2.414", "description": "Cypress integration tests for WSO2 Identity Apps.", "author": "WSO2", "license": "Apache-2.0",