Skip to content

Commit

Permalink
Merge pull request #6211 from wso2/changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored May 8, 2024
2 parents 53f98dc + dc0b5bb commit 150de0d
Show file tree
Hide file tree
Showing 22 changed files with 169 additions and 76 deletions.
8 changes: 0 additions & 8 deletions .changeset/selfish-papayas-exercise.md

This file was deleted.

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

## 2.17.0

### Minor Changes

- [#6135](https://github.com/wso2/identity-apps/pull/6135) [`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Move session refresh logic to Application level

### Patch Changes

- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]:
- @wso2is/react-components@2.2.0
- @wso2is/features@2.17.0
- @wso2is/core@2.0.45
- @wso2is/dynamic-forms@2.0.58
- @wso2is/form@2.0.59
- @wso2is/access-control@3.0.5
- @wso2is/forms@2.0.35
- @wso2is/i18n@2.2.17

## 2.16.20

### Patch Changes
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": "@wso2is/console",
"version": "2.16.20",
"version": "2.17.0",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,16 +48,16 @@
"@mui/utils": "^5.12.3",
"@oxygen-ui/react": "^1.11.0",
"@oxygen-ui/react-icons": "^1.11.0",
"@wso2is/access-control": "^3.0.4",
"@wso2is/core": "^2.0.44",
"@wso2is/dynamic-forms": "^2.0.57",
"@wso2is/form": "^2.0.58",
"@wso2is/forms": "^2.0.34",
"@wso2is/i18n": "^2.2.16",
"@wso2is/react-components": "^2.1.28",
"@wso2is/access-control": "^3.0.5",
"@wso2is/core": "^2.0.45",
"@wso2is/dynamic-forms": "^2.0.58",
"@wso2is/form": "^2.0.59",
"@wso2is/forms": "^2.0.35",
"@wso2is/i18n": "^2.2.17",
"@wso2is/react-components": "^2.2.0",
"@wso2is/theme": "^2.0.81",
"@wso2is/validation": "^2.0.5",
"@wso2is/features": "^2.16.17",
"@wso2is/features": "^2.17.0",
"axios": "^0.19.2",
"codemirror": "^5.52.0",
"country-language": "^0.1.7",
Expand Down
12 changes: 12 additions & 0 deletions apps/myaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @wso2is/myaccount

## 2.5.81

### Patch Changes

- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]:
- @wso2is/react-components@2.2.0
- @wso2is/features@2.17.0
- @wso2is/core@2.0.45
- @wso2is/access-control@3.0.5
- @wso2is/forms@2.0.35
- @wso2is/i18n@2.2.17

## 2.5.80

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.5.80",
"version": "2.5.81",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,14 +43,14 @@
"@mui/system": "^5.12.3",
"@oxygen-ui/react": "^1.11.0",
"@oxygen-ui/react-icons": "^1.11.0",
"@wso2is/access-control": "^3.0.4",
"@wso2is/core": "^2.0.44",
"@wso2is/forms": "^2.0.34",
"@wso2is/i18n": "^2.2.16",
"@wso2is/react-components": "^2.1.28",
"@wso2is/access-control": "^3.0.5",
"@wso2is/core": "^2.0.45",
"@wso2is/forms": "^2.0.35",
"@wso2is/i18n": "^2.2.17",
"@wso2is/react-components": "^2.2.0",
"@wso2is/theme": "^2.0.81",
"@wso2is/validation": "^2.0.5",
"@wso2is/features": "^2.16.17",
"@wso2is/features": "^2.17.0",
"axios": "^0.19.2",
"history": "^4.9.0",
"i18next": "^21.9.1",
Expand Down
17 changes: 17 additions & 0 deletions features/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @wso2is/features

## 2.17.0

### Minor Changes

- [#6135](https://github.com/wso2/identity-apps/pull/6135) [`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Move session refresh logic to Application level

### Patch Changes

- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]:
- @wso2is/react-components@2.2.0
- @wso2is/core@2.0.45
- @wso2is/dynamic-forms@2.0.58
- @wso2is/form@2.0.59
- @wso2is/access-control@3.0.5
- @wso2is/forms@2.0.35
- @wso2is/i18n@2.2.17

## 2.16.17

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions features/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/features",
"version": "2.16.17",
"version": "2.17.0",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,13 +29,13 @@
"@mui/utils": "^5.12.3",
"@oxygen-ui/react": "^1.11.0",
"@oxygen-ui/react-icons": "^1.11.0",
"@wso2is/access-control": "^3.0.4",
"@wso2is/core": "^2.0.44",
"@wso2is/dynamic-forms": "^2.0.57",
"@wso2is/form": "^2.0.58",
"@wso2is/forms": "^2.0.34",
"@wso2is/i18n": "^2.2.16",
"@wso2is/react-components": "^2.1.28",
"@wso2is/access-control": "^3.0.5",
"@wso2is/core": "^2.0.45",
"@wso2is/dynamic-forms": "^2.0.58",
"@wso2is/form": "^2.0.59",
"@wso2is/forms": "^2.0.35",
"@wso2is/i18n": "^2.2.17",
"@wso2is/react-components": "^2.2.0",
"@wso2is/theme": "^2.0.81",
"@wso2is/validation": "^2.0.5",
"axios": "^0.19.2",
Expand Down
7 changes: 7 additions & 0 deletions modules/access-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wso2is/access-control

## 3.0.5

### Patch Changes

- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]:
- @wso2is/core@2.0.45

## 3.0.4

### 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": "3.0.4",
"version": "3.0.5",
"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 @@ -32,7 +32,7 @@
"author": "WSO2",
"license": "Apache-2.0",
"dependencies": {
"@wso2is/core": "^2.0.44",
"@wso2is/core": "^2.0.45",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
},
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.45

### Patch Changes

- [#6135](https://github.com/wso2/identity-apps/pull/6135) [`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Move session refresh logic to Application level

## 2.0.44

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

## 2.0.58

### Patch Changes

- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]:
- @wso2is/react-components@2.2.0
- @wso2is/core@2.0.45

## 2.0.57

### 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.57",
"version": "2.0.58",
"private": true,
"description": "Dynamic form library for WSO2 Identity Server front end applications.",
"keywords": [
Expand Down Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@oxygen-ui/react": "^1.11.0",
"@mui/material": "^5.13.0",
"@wso2is/core": "^2.0.44",
"@wso2is/core": "^2.0.45",
"@wso2is/validation": "^2.0.5",
"@wso2is/react-components": "^2.1.28",
"@wso2is/react-components": "^2.2.0",
"final-form": "^4.20.9",
"joi": "^17.4.0",
"lodash-es": "^4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions modules/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @wso2is/form

## 2.0.59

### Patch Changes

- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]:
- @wso2is/react-components@2.2.0
- @wso2is/core@2.0.45

## 2.0.58

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "2.0.58",
"version": "2.0.59",
"description": "Form library for WSO2 Identity Server front end applications.",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -30,8 +30,8 @@
"typecheck": "pnpm compile"
},
"dependencies": {
"@wso2is/core": "^2.0.44",
"@wso2is/react-components": "^2.1.28",
"@wso2is/core": "^2.0.45",
"@wso2is/react-components": "^2.2.0",
"@wso2is/validation": "^2.0.5",
"final-form": "^4.20.2",
"joi": "^17.4.0",
Expand Down
7 changes: 7 additions & 0 deletions modules/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wso2is/forms

## 2.0.35

### Patch Changes

- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]:
- @wso2is/core@2.0.45

## 2.0.34

### Patch Changes
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": "2.0.34",
"version": "2.0.35",
"description": "Forms module for WSO2 Identity Server web-apps.",
"keywords": [
"WSO2",
Expand All @@ -28,7 +28,7 @@
"typecheck": "pnpm compile"
},
"dependencies": {
"@wso2is/core": "^2.0.44",
"@wso2is/core": "^2.0.45",
"classnames": "^2.2.6",
"lodash-es": "^4.17.21",
"semantic-ui-react": "^2.1.3"
Expand Down
7 changes: 7 additions & 0 deletions modules/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wso2is/i18n

## 2.2.17

### Patch Changes

- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]:
- @wso2is/core@2.0.45

## 2.2.16

### 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.2.16",
"version": "2.2.17",
"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 @@ -37,7 +37,7 @@
"author": "WSO2",
"license": "Apache-2.0",
"dependencies": {
"@wso2is/core": "^2.0.44",
"@wso2is/core": "^2.0.45",
"@types/jest": "^29.5.12",
"babel-jest": "^26.3.0",
"i18next": "^21.9.1",
Expand Down
11 changes: 11 additions & 0 deletions modules/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wso2is/react-components

## 2.2.0

### Minor Changes

- [#6135](https://github.com/wso2/identity-apps/pull/6135) [`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5) Thanks [@JayaShakthi97](https://github.com/JayaShakthi97)! - Move session refresh logic to Application level

### Patch Changes

- Updated dependencies [[`84979a7505525ba134771c988750dca9ce0159d5`](https://github.com/wso2/identity-apps/commit/84979a7505525ba134771c988750dca9ce0159d5)]:
- @wso2is/core@2.0.45

## 2.1.28

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.28",
"version": "2.2.0",
"description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/theming": "^6.5.9",
"@wso2is/core": "^2.0.44",
"@wso2is/core": "^2.0.45",
"@wso2is/theme": "^2.0.81",
"classnames": "^2.2.6",
"codemirror": "^5.52.0",
Expand Down
Loading

0 comments on commit 150de0d

Please sign in to comment.