Skip to content

Commit

Permalink
Merge commit 'a25e17407e9ba28283f5aa6e8a67af22cd4e5a7a' into 11307845…
Browse files Browse the repository at this point in the history
…-76b0-4fe3-8b2f-572fbffd7ab9
  • Loading branch information
wso2-jenkins-bot committed Jul 20, 2022
2 parents 9fae153 + a25e174 commit 83ac30f
Show file tree
Hide file tree
Showing 46 changed files with 73 additions and 73 deletions.
4 changes: 2 additions & 2 deletions apps/authentication-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@wso2is/authentication-portal",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "WSO2 Identity Server Authentication Portal",
"author": "WSO2",
"license": "Apache-2.0",
"scripts": {
"build": "node scripts/build.js"
},
"dependencies": {
"@wso2is/theme": "^1.2.1063"
"@wso2is/theme": "^1.2.1064"
}
}
2 changes: 1 addition & 1 deletion apps/authentication-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion apps/console/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions apps/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/console",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,14 +50,14 @@
"typecheck": "npm run compile"
},
"dependencies": {
"@wso2is/access-control": "^1.2.1063",
"@wso2is/core": "^1.2.1063",
"@wso2is/form": "^1.2.1063",
"@wso2is/forms": "^1.2.1063",
"@wso2is/i18n": "^1.2.1063",
"@wso2is/react-components": "^1.2.1063",
"@wso2is/theme": "^1.2.1063",
"@wso2is/validation": "^1.2.1063",
"@wso2is/access-control": "^1.2.1064",
"@wso2is/core": "^1.2.1064",
"@wso2is/form": "^1.2.1064",
"@wso2is/forms": "^1.2.1064",
"@wso2is/i18n": "^1.2.1064",
"@wso2is/react-components": "^1.2.1064",
"@wso2is/theme": "^1.2.1064",
"@wso2is/validation": "^1.2.1064",
"axios": "^0.19.2",
"codemirror": "^5.52.0",
"country-language": "^0.1.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion apps/myaccount/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions apps/myaccount/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/myaccount",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,13 +39,13 @@
"typecheck": "npm run compile"
},
"dependencies": {
"@wso2is/access-control": "^1.2.1063",
"@wso2is/core": "^1.2.1063",
"@wso2is/forms": "^1.2.1063",
"@wso2is/i18n": "^1.2.1063",
"@wso2is/react-components": "^1.2.1063",
"@wso2is/theme": "^1.2.1063",
"@wso2is/validation": "^1.2.1063",
"@wso2is/access-control": "^1.2.1064",
"@wso2is/core": "^1.2.1064",
"@wso2is/forms": "^1.2.1064",
"@wso2is/i18n": "^1.2.1064",
"@wso2is/react-components": "^1.2.1064",
"@wso2is/theme": "^1.2.1064",
"@wso2is/validation": "^1.2.1064",
"axios": "^0.19.2",
"history": "^4.9.0",
"i18next": "^17.0.11",
Expand Down
2 changes: 1 addition & 1 deletion apps/myaccount/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions apps/recovery-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@wso2is/recovery-portal",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "WSO2 Identity Server Recovery Portal",
"author": "WSO2",
"license": "Apache-2.0",
"scripts": {
"build": "node scripts/build.js"
},
"dependencies": {
"@wso2is/theme": "^1.2.1063"
"@wso2is/theme": "^1.2.1064"
}
}
2 changes: 1 addition & 1 deletion apps/recovery-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions apps/x509-certificate-authentication-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@wso2is/x509-certificate-authentication-portal",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "WSO2 Identity Server X509 Certificate Authentication Portal",
"author": "WSO2",
"license": "Apache-2.0",
"scripts": {
"build": "node scripts/build.js"
},
"dependencies": {
"@wso2is/theme": "^1.2.1063"
"@wso2is/theme": "^1.2.1064"
}
}
2 changes: 1 addition & 1 deletion apps/x509-certificate-authentication-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/login-portal-layouts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.identity.apps.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions components/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@wso2is/theme-component",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "WSO2 Identity Server Theme Component",
"author": "WSO2",
"license": "Apache-2.0",
"dependencies": {
"@wso2is/theme": "^1.2.1063"
"@wso2is/theme": "^1.2.1064"
}
}
2 changes: 1 addition & 1 deletion components/theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/org.wso2.identity.apps.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<version>1.2.1063-SNAPSHOT</version>
<version>1.2.1064-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"modules/*",
"tests"
],
"version": "1.2.1063"
"version": "1.2.1064"
}
2 changes: 1 addition & 1 deletion modules/access-control/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/access-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/access-control",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "Access control module for WSO2 Identity Server front end applications",
"main": "dist/src/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"author": "WSO2",
"license": "Apache-2.0",
"dependencies": {
"@wso2is/core": "^1.2.1063",
"@wso2is/core": "^1.2.1064",
"jest": "^26.4.2",
"react-access-control": "^1.0.1",
"ts-jest": "^26.4.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/core",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "Commonly used configs, schemas, utilities and low level services for WSO2 Identity Server frontend apps",
"keywords": [
"WSO2",
Expand Down
2 changes: 1 addition & 1 deletion modules/form/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions modules/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/form",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "Form library for WSO2 Identity Server front end applications.",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -31,9 +31,9 @@
"typecheck": "npm run compile"
},
"dependencies": {
"@wso2is/core": "^1.2.1063",
"@wso2is/react-components": "^1.2.1063",
"@wso2is/validation": "^1.2.1063",
"@wso2is/core": "^1.2.1064",
"@wso2is/react-components": "^1.2.1064",
"@wso2is/validation": "^1.2.1064",
"final-form": "^4.20.2",
"joi": "^17.4.0",
"lodash-es": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion modules/forms/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/forms",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "Forms module for WSO2 Identity Server web-apps.",
"keywords": [
"WSO2",
Expand Down
2 changes: 1 addition & 1 deletion modules/i18n/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/i18n",
"version": "1.2.1063",
"version": "1.2.1064",
"description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -39,7 +39,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/jest": "^26.0.14",
"@wso2is/core": "^1.2.1063",
"@wso2is/core": "^1.2.1064",
"babel-jest": "^26.3.0",
"i18next": "^17.0.11",
"i18next-browser-languagedetector": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion modules/react-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 83ac30f

Please sign in to comment.