Skip to content

Commit

Permalink
[WSO2 Release][Jenkins wso2#5263] [Release 1.6.343] update package ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
wso2-jenkins-bot committed Jun 14, 2023
1 parent 4831dae commit 1705849
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 64 deletions.
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.6.343",
"version": "1.6.344",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,14 +47,14 @@
},
"dependencies": {
"@asgardeo/auth-react": "^1.1.23",
"@wso2is/access-control": "^1.6.343",
"@wso2is/core": "^1.6.343",
"@wso2is/form": "^1.6.343",
"@wso2is/forms": "^1.6.343",
"@wso2is/i18n": "^1.6.343",
"@wso2is/react-components": "^1.6.343",
"@wso2is/theme": "^1.6.343",
"@wso2is/validation": "^1.6.343",
"@wso2is/access-control": "^1.6.344",
"@wso2is/core": "^1.6.344",
"@wso2is/form": "^1.6.344",
"@wso2is/forms": "^1.6.344",
"@wso2is/i18n": "^1.6.344",
"@wso2is/react-components": "^1.6.344",
"@wso2is/theme": "^1.6.344",
"@wso2is/validation": "^1.6.344",
"axios": "^0.19.2",
"codemirror": "^5.52.0",
"country-language": "^0.1.7",
Expand Down
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.6.343",
"version": "1.6.344",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,13 +40,13 @@
"dependencies": {
"@asgardeo/auth-react": "^1.1.23",
"@babel/polyfill": "^7.0.0",
"@wso2is/access-control": "^1.6.343",
"@wso2is/core": "^1.6.343",
"@wso2is/forms": "^1.6.343",
"@wso2is/i18n": "^1.6.343",
"@wso2is/react-components": "^1.6.343",
"@wso2is/theme": "^1.6.343",
"@wso2is/validation": "^1.6.343",
"@wso2is/access-control": "^1.6.344",
"@wso2is/core": "^1.6.344",
"@wso2is/forms": "^1.6.344",
"@wso2is/i18n": "^1.6.344",
"@wso2is/react-components": "^1.6.344",
"@wso2is/theme": "^1.6.344",
"@wso2is/validation": "^1.6.344",
"axios": "^0.19.2",
"history": "^4.9.0",
"i18next": "^21.9.1",
Expand Down
4 changes: 2 additions & 2 deletions java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/authentication-portal",
"version": "1.6.343",
"version": "1.6.344",
"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": "^1.6.343",
"@wso2is/theme": "^1.6.344",
"rimraf": "^3.0.2"
}
}
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.343"
"version": "1.6.344"
}
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.6.343",
"version": "1.6.344",
"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 @@ -36,7 +36,7 @@
"author": "WSO2",
"license": "Apache-2.0",
"dependencies": {
"@wso2is/core": "^1.6.343",
"@wso2is/core": "^1.6.344",
"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,6 +1,6 @@
{
"name": "@wso2is/core",
"version": "1.6.343",
"version": "1.6.344",
"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,6 +1,6 @@
{
"name": "@wso2is/form",
"version": "1.6.343",
"version": "1.6.344",
"description": "Form library for WSO2 Identity Server front end applications.",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -34,9 +34,9 @@
"typecheck": "pnpm compile"
},
"dependencies": {
"@wso2is/core": "^1.6.343",
"@wso2is/react-components": "^1.6.343",
"@wso2is/validation": "^1.6.343",
"@wso2is/core": "^1.6.344",
"@wso2is/react-components": "^1.6.344",
"@wso2is/validation": "^1.6.344",
"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,6 +1,6 @@
{
"name": "@wso2is/forms",
"version": "1.6.343",
"version": "1.6.344",
"description": "Forms module for WSO2 Identity Server web-apps.",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typecheck": "pnpm compile"
},
"dependencies": {
"@wso2is/core": "^1.6.343",
"@wso2is/core": "^1.6.344",
"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,6 +1,6 @@
{
"name": "@wso2is/i18n",
"version": "1.6.343",
"version": "1.6.344",
"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 @@ -42,7 +42,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/jest": "^26.0.14",
"@wso2is/core": "^1.6.343",
"@wso2is/core": "^1.6.344",
"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,6 +1,6 @@
{
"name": "@wso2is/nx",
"version": "1.6.343",
"version": "1.6.344",
"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,6 +1,6 @@
{
"name": "@wso2is/react-components",
"version": "1.6.343",
"version": "1.6.344",
"description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -45,9 +45,9 @@
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/theming": "^6.5.9",
"@wso2is/core": "^1.6.343",
"@wso2is/forms": "^1.6.343",
"@wso2is/theme": "^1.6.343",
"@wso2is/core": "^1.6.344",
"@wso2is/forms": "^1.6.344",
"@wso2is/theme": "^1.6.344",
"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,6 +1,6 @@
{
"name": "@wso2is/theme",
"version": "1.6.343",
"version": "1.6.344",
"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,6 +1,6 @@
{
"name": "@wso2is/validation",
"version": "1.6.343",
"version": "1.6.344",
"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.343",
"version": "1.6.344",
"description": "WSO2 Identity Server Web Applications",
"keywords": [
"WSO2",
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

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

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.343",
"version": "1.6.344",
"description": "Cypress integration tests for WSO2 Identity Apps.",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1705849

Please sign in to comment.