Skip to content

Commit

Permalink
[WSO2 Release] [GitHub Action] [Release] [skip ci] update package ver…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
github-actions[bot] committed Oct 27, 2023
1 parent f0975e7 commit 879b1b1
Show file tree
Hide file tree
Showing 27 changed files with 165 additions and 95 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-masks-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-crabs-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-clouds-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-icons-deny.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/short-clouds-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-badgers-hammer.md

This file was deleted.

25 changes: 25 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @wso2is/console

## 2.3.7

### Patch Changes

- [#4381](https://github.com/wso2/identity-apps/pull/4381) [`9566504a92`](https://github.com/wso2/identity-apps/commit/9566504a9270c7805af809ea1087a95d53d338fb) Thanks [@Rashmini](https://github.com/Rashmini)! - Improve organization discovery feature

* [#4375](https://github.com/wso2/identity-apps/pull/4375) [`fb40025ade`](https://github.com/wso2/identity-apps/commit/fb40025ade3bf58169c0e7731cbfd978a53545f8) Thanks [@Achintha444](https://github.com/Achintha444)! - add `leagacyRunTime` variable to j2.

- [#4388](https://github.com/wso2/identity-apps/pull/4388) [`94cbef42f0`](https://github.com/wso2/identity-apps/commit/94cbef42f04dcf5b47ed48fae67459bd38987a8d) Thanks [@SujanSanjula96](https://github.com/SujanSanjula96)! - Fix API Resource UI access control to support system APIs

* [#4387](https://github.com/wso2/identity-apps/pull/4387) [`15c7b187d8`](https://github.com/wso2/identity-apps/commit/15c7b187d8603c42990f182cf41341e6f2e0e394) Thanks [@Achintha444](https://github.com/Achintha444)! - role permission, api resource not displaying bug fixed

- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics"

* [#4384](https://github.com/wso2/identity-apps/pull/4384) [`9f957e418d`](https://github.com/wso2/identity-apps/commit/9f957e418dd6231eb7b4935450e7b551286fb908) Thanks [@PasinduYeshan](https://github.com/PasinduYeshan)! - Fix administrators page issue

* Updated dependencies [[`9566504a92`](https://github.com/wso2/identity-apps/commit/9566504a9270c7805af809ea1087a95d53d338fb), [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]:
- @wso2is/i18n@2.0.23
- @wso2is/react-components@2.0.11
- @wso2is/access-control@2.0.3
- @wso2is/dynamic-forms@2.0.6
- @wso2is/common@2.0.4
- @wso2is/theme@2.0.26
- @wso2is/core@2.0.9

## 2.3.6

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions apps/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/console",
"version": "2.3.6",
"version": "2.3.7",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -51,16 +51,16 @@
"@mui/utils": "^5.12.3",
"@oxygen-ui/react": "^1.6.0",
"@oxygen-ui/react-icons": "^1.6.0",
"@wso2is/access-control": "^2.0.2",
"@wso2is/core": "^2.0.8",
"@wso2is/access-control": "^2.0.3",
"@wso2is/core": "^2.0.9",
"@wso2is/form": "^2.0.4",
"@wso2is/forms": "^2.0.0",
"@wso2is/i18n": "^2.0.22",
"@wso2is/react-components": "^2.0.10",
"@wso2is/theme": "^2.0.25",
"@wso2is/i18n": "^2.0.23",
"@wso2is/react-components": "^2.0.11",
"@wso2is/theme": "^2.0.26",
"@wso2is/validation": "^2.0.0",
"@wso2is/common": "^2.0.3",
"@wso2is/dynamic-forms": "^2.0.5",
"@wso2is/common": "^2.0.4",
"@wso2is/dynamic-forms": "^2.0.6",
"axios": "^0.19.2",
"codemirror": "^5.52.0",
"country-language": "^0.1.7",
Expand Down
13 changes: 13 additions & 0 deletions apps/myaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @wso2is/myaccount

## 2.1.12

### Patch Changes

- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics"

- Updated dependencies [[`9566504a92`](https://github.com/wso2/identity-apps/commit/9566504a9270c7805af809ea1087a95d53d338fb), [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]:
- @wso2is/i18n@2.0.23
- @wso2is/react-components@2.0.11
- @wso2is/access-control@2.0.3
- @wso2is/theme@2.0.26
- @wso2is/core@2.0.9

## 2.1.11

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions apps/myaccount/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/myaccount",
"version": "2.1.11",
"version": "2.1.12",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,12 +43,12 @@
"@mui/system": "^5.12.3",
"@oxygen-ui/react": "^1.6.0",
"@oxygen-ui/react-icons": "^1.6.0",
"@wso2is/access-control": "^2.0.0",
"@wso2is/core": "^2.0.8",
"@wso2is/access-control": "^2.0.3",
"@wso2is/core": "^2.0.9",
"@wso2is/forms": "^2.0.0",
"@wso2is/i18n": "^2.0.22",
"@wso2is/react-components": "^2.0.9",
"@wso2is/theme": "^2.0.25",
"@wso2is/i18n": "^2.0.23",
"@wso2is/react-components": "^2.0.11",
"@wso2is/theme": "^2.0.26",
"@wso2is/validation": "^2.0.0",
"axios": "^0.19.2",
"history": "^4.9.0",
Expand Down
9 changes: 9 additions & 0 deletions identity-apps-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wso2is/identity-apps-core

## 2.0.33

### Patch Changes

- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics"

- Updated dependencies [[`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]:
- @wso2is/theme@2.0.26

## 2.0.32

### Patch Changes
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": "2.0.32",
"version": "2.0.33",
"private": true,
"description": "WSO2 Identity Server Authentication Portal",
"author": "WSO2",
Expand All @@ -13,7 +13,7 @@
"clean:node-modules": "pnpm rimraf node_modules"
},
"dependencies": {
"@wso2is/theme": "^2.0.24",
"@wso2is/theme": "^2.0.26",
"rimraf": "^3.0.2"
}
}
9 changes: 9 additions & 0 deletions modules/access-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wso2is/access-control

## 2.0.3

### Patch Changes

- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics"

- Updated dependencies [[`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]:
- @wso2is/core@2.0.9

## 2.0.2

### Patch Changes
Expand Down
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": "2.0.2",
"version": "2.0.3",
"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": "^2.0.0",
"@wso2is/core": "^2.0.9",
"jest": "^26.4.2",
"react-access-control": "^1.0.1",
"ts-jest": "^26.4.0"
Expand Down
12 changes: 12 additions & 0 deletions modules/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @wso2is/common

## 2.0.4

### Patch Changes

- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics"

- Updated dependencies [[`9566504a92`](https://github.com/wso2/identity-apps/commit/9566504a9270c7805af809ea1087a95d53d338fb), [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]:
- @wso2is/i18n@2.0.23
- @wso2is/react-components@2.0.11
- @wso2is/access-control@2.0.3
- @wso2is/core@2.0.9

## 2.0.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions modules/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/common",
"version": "2.0.3",
"version": "2.0.4",
"description": "Common UI module for Asgardeo React Applications.",
"keywords": [
"Asgardeo",
Expand Down Expand Up @@ -37,14 +37,14 @@
"@microsoft/applicationinsights-core-js": "^3.0.0",
"@microsoft/applicationinsights-react-js": "^3.4.2",
"@microsoft/applicationinsights-web": "^3.0.0",
"@wso2is/access-control": "^2.0.2",
"@wso2is/core": "^2.0.1",
"@wso2is/access-control": "^2.0.3",
"@wso2is/core": "^2.0.9",
"@wso2is/forms": "^2.0.0",
"@wso2is/i18n": "^2.0.20",
"@wso2is/i18n": "^2.0.23",
"i18next": "^21.9.1",
"react-i18next": "^11.18.5",
"reduce-reducers": "^1.0.4",
"@wso2is/react-components": "^2.0.2",
"@wso2is/react-components": "^2.0.11",
"axios": "^0.19.2",
"joi": "^17.4.0",
"lodash-es": "^4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions modules/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wso2is/core

## 2.0.9

### Patch Changes

- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics"

## 2.0.8

### Patch Changes
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": "2.0.8",
"version": "2.0.9",
"description": "Commonly used configs, schemas, utilities and low level services for WSO2 Identity Server frontend apps",
"keywords": [
"WSO2",
Expand Down
10 changes: 10 additions & 0 deletions modules/dynamic-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @wso2is/dynamic-forms

## 2.0.6

### Patch Changes

- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics"

- Updated dependencies [[`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]:
- @wso2is/react-components@2.0.11
- @wso2is/core@2.0.9

## 2.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions modules/dynamic-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wso2is/dynamic-forms",
"version": "2.0.5",
"version": "2.0.6",
"private": true,
"description": "Dynamic form library for WSO2 Identity Server front end applications.",
"keywords": [
Expand Down Expand Up @@ -31,9 +31,9 @@
"dependencies": {
"@oxygen-ui/react": "^1.6.0",
"@mui/material": "^5.13.0",
"@wso2is/core": "^2.0.4",
"@wso2is/core": "^2.0.9",
"@wso2is/validation": "^2.0.0",
"@wso2is/react-components": "^2.0.7",
"@wso2is/react-components": "^2.0.11",
"final-form": "^4.20.9",
"joi": "^17.4.0",
"lodash-es": "^4.17.21",
Expand Down
9 changes: 9 additions & 0 deletions modules/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wso2is/i18n

## 2.0.23

### Patch Changes

- [#4381](https://github.com/wso2/identity-apps/pull/4381) [`9566504a92`](https://github.com/wso2/identity-apps/commit/9566504a9270c7805af809ea1087a95d53d338fb) Thanks [@Rashmini](https://github.com/Rashmini)! - Improve organization discovery feature

- Updated dependencies [[`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]:
- @wso2is/core@2.0.9

## 2.0.22

### Patch Changes
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": "2.0.22",
"version": "2.0.23",
"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": "^2.0.8",
"@wso2is/core": "^2.0.9",
"babel-jest": "^26.3.0",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
Expand Down
10 changes: 10 additions & 0 deletions modules/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @wso2is/react-components

## 2.0.11

### Patch Changes

- [#4156](https://github.com/wso2/identity-apps/pull/4156) [`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8) Thanks [@AfraHussaindeen](https://github.com/AfraHussaindeen)! - Integrate FIDO passkey enrollment during the authentication process, enabling its configuration as a primary, secondary factor along with giving prominence to "Passkey" while reducing the emphasis on "Security Key/Biometrics"

- Updated dependencies [[`3d726abaa2`](https://github.com/wso2/identity-apps/commit/3d726abaa2fe38081c647bec22d8333af8b48bb8)]:
- @wso2is/theme@2.0.26
- @wso2is/core@2.0.9

## 2.0.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "2.0.10",
"version": "2.0.11",
"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": "^2.0.5",
"@wso2is/core": "^2.0.9",
"@wso2is/forms": "^2.0.0",
"@wso2is/theme": "^2.0.23",
"@wso2is/theme": "^2.0.26",
"classnames": "^2.2.6",
"codemirror": "^5.52.0",
"i18next": "^21.9.1",
Expand Down
Loading

0 comments on commit 879b1b1

Please sign in to comment.