Skip to content

Commit

Permalink
[improve-build] Bump major version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Sep 7, 2023
1 parent ea7f6da commit cf30347
Show file tree
Hide file tree
Showing 32 changed files with 57 additions and 62 deletions.
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-console</artifactId>
<version>1.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion apps/console/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps-console</artifactId>
<packaging>pom</packaging>
<version>1.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<name>WSO2 Identity Server Console - Parent</name>
<description>WSO2 Identity Server Console Parent</description>

Expand Down
2 changes: 1 addition & 1 deletion apps/console/java/webapp/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-console</artifactId>
<version>1.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
18 changes: 9 additions & 9 deletions apps/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@asgardeo/console",
"version": "1.6.364",
"version": "2.0.0",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,14 +49,14 @@
"@mui/utils": "^5.12.3",
"@oxygen-ui/react": "^1.1.11",
"@oxygen-ui/react-icons": "^1.1.11",
"@wso2is/access-control": "^0.1.2",
"@wso2is/core": "^0.1.4",
"@wso2is/form": "^0.1.2",
"@wso2is/forms": "^0.1.2",
"@wso2is/i18n": "^0.1.31",
"@wso2is/react-components": "^0.1.14",
"@wso2is/theme": "^0.1.31",
"@wso2is/validation": "^0.1.2",
"@wso2is/access-control": "^2.0.0",
"@wso2is/core": "^2.0.0",
"@wso2is/form": "^2.0.0",
"@wso2is/forms": "^2.0.0",
"@wso2is/i18n": "^2.0.0",
"@wso2is/react-components": "^2.0.0",
"@wso2is/theme": "^2.0.0",
"@wso2is/validation": "^2.0.0",
"axios": "^0.19.2",
"codemirror": "^5.52.0",
"country-language": "^0.1.7",
Expand Down
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-myaccount</artifactId>
<version>1.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -130,11 +130,6 @@
</pluginRepository>
</pluginRepositories>

<properties>
<myaccount.version>1.6.367.3</myaccount.version>
<carbon.p2.plugin.version>1.5.3</carbon.p2.plugin.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion apps/myaccount/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps-myaccount</artifactId>
<packaging>pom</packaging>
<version>1.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<name>WSO2 Identity Server MyAccount - Parent</name>
<description>WSO2 Identity Server MyAccount Parent</description>

Expand Down
2 changes: 1 addition & 1 deletion apps/myaccount/java/webapp/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-myaccount</artifactId>
<version>1.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 deletions apps/myaccount/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@asgardeo/myaccount",
"version": "1.6.364",
"version": "2.0.0",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,13 +43,13 @@
"@mui/system": "^5.12.3",
"@oxygen-ui/react": "^1.1.11",
"@oxygen-ui/react-icons": "^1.1.11",
"@wso2is/access-control": "^0.1.2",
"@wso2is/core": "^0.1.4",
"@wso2is/forms": "^0.1.2",
"@wso2is/i18n": "^0.1.31",
"@wso2is/react-components": "^0.1.14",
"@wso2is/theme": "^0.1.31",
"@wso2is/validation": "^0.1.2",
"@wso2is/access-control": "^2.0.0",
"@wso2is/core": "^2.0.0",
"@wso2is/forms": "^2.0.0",
"@wso2is/i18n": "^2.0.0",
"@wso2is/react-components": "^2.0.0",
"@wso2is/theme": "^2.0.0",
"@wso2is/validation": "^2.0.0",
"axios": "^0.19.2",
"history": "^4.9.0",
"i18next": "^21.9.1",
Expand Down
2 changes: 1 addition & 1 deletion identity-apps-core/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.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion identity-apps-core/apps/recovery-portal/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.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
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.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion identity-apps-core/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.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
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.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
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.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
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.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
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.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
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.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions identity-apps-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/identity-apps-core",
"version": "1.6.364",
"version": "2.0.0",
"description": "WSO2 Identity Server Authentication Portal",
"author": "WSO2",
"license": "Apache-2.0",
Expand All @@ -12,7 +12,7 @@
"clean:node-modules": "pnpm rimraf node_modules"
},
"dependencies": {
"@wso2is/theme": "^0.1.31",
"@wso2is/theme": "^2.0.0",
"rimraf": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion identity-apps-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.wso2.identity.apps</groupId>
<artifactId>identity-apps</artifactId>
<packaging>pom</packaging>
<version>1.6.364-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<name>WSO2 Identity Server Apps - Parent</name>
<description>WSO2 Identity Server Web Apps</description>

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.6.364"
"version": "2.0.0"
}
4 changes: 2 additions & 2 deletions modules/access-control/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/access-control",
"version": "0.1.2",
"version": "2.0.0",
"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 @@ -33,7 +33,7 @@
"author": "WSO2",
"license": "Apache-2.0",
"dependencies": {
"@wso2is/core": "^0.1.3",
"@wso2is/core": "^2.0.0",
"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.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/core",
"version": "0.1.4",
"version": "2.0.0",
"description": "Commonly used configs, schemas, utilities and low level services for WSO2 Identity Server frontend apps",
"keywords": [
"WSO2",
Expand Down
8 changes: 4 additions & 4 deletions modules/form/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/form",
"version": "0.1.2",
"version": "2.0.0",
"description": "Form library for WSO2 Identity Server front end applications.",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -31,9 +31,9 @@
"typecheck": "pnpm compile"
},
"dependencies": {
"@wso2is/core": "^0.1.3",
"@wso2is/react-components": "^0.1.7",
"@wso2is/validation": "^0.1.2",
"@wso2is/core": "^2.0.0",
"@wso2is/react-components": "^2.0.0",
"@wso2is/validation": "^2.0.0",
"final-form": "^4.20.2",
"joi": "^17.4.0",
"lodash-es": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions modules/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/forms",
"version": "0.1.2",
"version": "2.0.0",
"description": "Forms module for WSO2 Identity Server web-apps.",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typecheck": "pnpm compile"
},
"dependencies": {
"@wso2is/core": "^0.1.3",
"@wso2is/core": "^2.0.0",
"classnames": "^2.2.6",
"lodash-es": "^4.17.21",
"semantic-ui-react": "^2.1.3"
Expand Down
4 changes: 2 additions & 2 deletions modules/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/i18n",
"version": "0.1.31",
"version": "2.0.0",
"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": "^0.1.3",
"@wso2is/core": "^2.0.0",
"babel-jest": "^26.3.0",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
Expand Down
2 changes: 1 addition & 1 deletion modules/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/nx",
"version": "0.1.2",
"version": "2.0.0",
"description": "Nx plugin for WSO2 Identity Server apps.",
"keywords": [
"WSO2",
Expand Down
8 changes: 4 additions & 4 deletions modules/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/react-components",
"version": "0.1.14",
"version": "2.0.0",
"description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -44,9 +44,9 @@
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/theming": "^6.5.9",
"@wso2is/core": "^0.1.4",
"@wso2is/forms": "^0.1.2",
"@wso2is/theme": "^0.1.31",
"@wso2is/core": "^2.0.0",
"@wso2is/forms": "^2.0.0",
"@wso2is/theme": "^2.0.0",
"classnames": "^2.2.6",
"codemirror": "^5.52.0",
"i18next": "^21.9.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/theme",
"version": "0.1.31",
"version": "2.0.0",
"description": "Theme for web components of WSO2 Identity Server Webapps.",
"keywords": [
"WSO2",
Expand Down
2 changes: 1 addition & 1 deletion modules/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/validation",
"version": "0.1.2",
"version": "2.0.0",
"description": "Validator module for WSO2 Identity Server web-apps.",
"keywords": [
"WSO2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/webapps",
"version": "1.6.364",
"version": "2.0.0",
"description": "WSO2 Identity Server Web Applications",
"keywords": [
"WSO2",
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/integration-tests",
"version": "1.6.364",
"version": "2.0.0",
"description": "Cypress integration tests for WSO2 Identity Apps.",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit cf30347

Please sign in to comment.