Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] [GitHub Action] Update package versions #5287

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-jars-vanish.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/cool-sheep-arrive.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fast-stingrays-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-games-study.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hot-trainers-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-gorillas-poke.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tricky-trees-try.md

This file was deleted.

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

## 2.11.0

### Minor Changes

- [#5291](https://github.com/wso2/identity-apps/pull/5291) [`6395f654df`](https://github.com/wso2/identity-apps/commit/6395f654df1e65dfb9219954abadcdf6c9754cf1) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Add support to enable workflow approvals on demand

### Patch Changes

- [#5289](https://github.com/wso2/identity-apps/pull/5289) [`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111) Thanks [@brionmario](https://github.com/brionmario)! - Rename `Tenant Permissions` -> `Root Organization Permissions`

* [#5272](https://github.com/wso2/identity-apps/pull/5272) [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix form autofill preventing form submission

- [#5282](https://github.com/wso2/identity-apps/pull/5282) [`6c9c2cef26`](https://github.com/wso2/identity-apps/commit/6c9c2cef26cd333edc22dd89a134d1749675a547) Thanks [@brionmario](https://github.com/brionmario)! - Make `DisplayName` optional in JDBC

* [#5286](https://github.com/wso2/identity-apps/pull/5286) [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb) Thanks [@brionmario](https://github.com/brionmario)! - Fix Backup code icon branding issues

* Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111), [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1), [`6395f654df`](https://github.com/wso2/identity-apps/commit/6395f654df1e65dfb9219954abadcdf6c9754cf1), [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb)]:
- @wso2is/[email protected]
- @wso2is/[email protected]
- @wso2is/[email protected]
- @wso2is/[email protected]
- @wso2is/[email protected]
- @wso2is/[email protected]

## 2.10.86

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.10.86",
"version": "2.11.0",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -52,14 +52,14 @@
"@oxygen-ui/react": "^1.9.0",
"@oxygen-ui/react-icons": "^1.9.0",
"@wso2is/access-control": "^2.0.17",
"@wso2is/core": "^2.0.30",
"@wso2is/core": "^2.0.31",
"@wso2is/form": "^2.0.29",
"@wso2is/forms": "^2.0.15",
"@wso2is/i18n": "^2.0.101",
"@wso2is/react-components": "^2.0.40",
"@wso2is/theme": "^2.0.58",
"@wso2is/forms": "^2.0.16",
"@wso2is/i18n": "^2.0.102",
"@wso2is/react-components": "^2.1.0",
"@wso2is/theme": "^2.0.59",
"@wso2is/validation": "^2.0.3",
"@wso2is/common": "^2.0.24",
"@wso2is/common": "^2.0.25",
"@wso2is/dynamic-forms": "^2.0.27",
"axios": "^0.19.2",
"codemirror": "^5.52.0",
Expand Down
21 changes: 21 additions & 0 deletions apps/myaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @wso2is/myaccount

## 2.3.0

### Minor Changes

- [#5291](https://github.com/wso2/identity-apps/pull/5291) [`6395f654df`](https://github.com/wso2/identity-apps/commit/6395f654df1e65dfb9219954abadcdf6c9754cf1) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Add support to enable workflow approvals on demand

### Patch Changes

- [#5289](https://github.com/wso2/identity-apps/pull/5289) [`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111) Thanks [@brionmario](https://github.com/brionmario)! - Rename `Tenant Permissions` -> `Root Organization Permissions`

* [#5272](https://github.com/wso2/identity-apps/pull/5272) [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix form autofill preventing form submission

- [#5286](https://github.com/wso2/identity-apps/pull/5286) [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb) Thanks [@brionmario](https://github.com/brionmario)! - Fix Backup code icon branding issues

- Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111), [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1), [`6395f654df`](https://github.com/wso2/identity-apps/commit/6395f654df1e65dfb9219954abadcdf6c9754cf1), [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb)]:
- @wso2is/[email protected]
- @wso2is/[email protected]
- @wso2is/[email protected]
- @wso2is/[email protected]
- @wso2is/[email protected]

## 2.2.95

### 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.2.95",
"version": "2.3.0",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,11 +44,11 @@
"@oxygen-ui/react": "^1.9.0",
"@oxygen-ui/react-icons": "^1.9.0",
"@wso2is/access-control": "^2.0.17",
"@wso2is/core": "^2.0.30",
"@wso2is/forms": "^2.0.15",
"@wso2is/i18n": "^2.0.101",
"@wso2is/react-components": "^2.0.40",
"@wso2is/theme": "^2.0.58",
"@wso2is/core": "^2.0.31",
"@wso2is/forms": "^2.0.16",
"@wso2is/i18n": "^2.0.102",
"@wso2is/react-components": "^2.1.0",
"@wso2is/theme": "^2.0.59",
"@wso2is/validation": "^2.0.3",
"axios": "^0.19.2",
"history": "^4.9.0",
Expand Down
13 changes: 13 additions & 0 deletions identity-apps-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @wso2is/identity-apps-core

## 2.0.125

### Patch Changes

- [#5290](https://github.com/wso2/identity-apps/pull/5290) [`cf0041d8f4`](https://github.com/wso2/identity-apps/commit/cf0041d8f4db82eb5777f9e45d49cf3083e2bfd1) Thanks [@Lakshan-Banneheke](https://github.com/Lakshan-Banneheke)! - Encode url parameter for html content in hyprlogin

* [#5274](https://github.com/wso2/identity-apps/pull/5274) [`533192f658`](https://github.com/wso2/identity-apps/commit/533192f658386198dbca0428d469f03cd9bb659b) Thanks [@Achintha444](https://github.com/Achintha444)! - [fix] sanitize `identifierauth.jsp` and `fido2-auth.jsp`

- [#5286](https://github.com/wso2/identity-apps/pull/5286) [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb) Thanks [@brionmario](https://github.com/brionmario)! - Fix Backup code icon branding issues

- Updated dependencies [[`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb)]:
- @wso2is/theme@2.0.59

## 2.0.124

### 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.124",
"version": "2.0.125",
"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.58",
"@wso2is/theme": "^2.0.59",
"rimraf": "^3.0.2"
}
}
14 changes: 14 additions & 0 deletions modules/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @wso2is/common

## 2.0.25

### Patch Changes

- [#5289](https://github.com/wso2/identity-apps/pull/5289) [`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111) Thanks [@brionmario](https://github.com/brionmario)! - Rename `Tenant Permissions` -> `Root Organization Permissions`

* [#5272](https://github.com/wso2/identity-apps/pull/5272) [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix form autofill preventing form submission

* Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111), [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1), [`6395f654df`](https://github.com/wso2/identity-apps/commit/6395f654df1e65dfb9219954abadcdf6c9754cf1), [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb)]:
- @wso2is/[email protected]
- @wso2is/[email protected]
- @wso2is/[email protected]
- @wso2is/[email protected]

## 2.0.24

### 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.24",
"version": "2.0.25",
"description": "Common UI module for Asgardeo React Applications.",
"keywords": [
"Asgardeo",
Expand Down Expand Up @@ -38,13 +38,13 @@
"@microsoft/applicationinsights-react-js": "^3.4.2",
"@microsoft/applicationinsights-web": "^3.0.0",
"@wso2is/access-control": "^2.0.17",
"@wso2is/core": "^2.0.30",
"@wso2is/forms": "^2.0.15",
"@wso2is/i18n": "^2.0.100",
"@wso2is/core": "^2.0.31",
"@wso2is/forms": "^2.0.16",
"@wso2is/i18n": "^2.0.102",
"i18next": "^21.9.1",
"react-i18next": "^11.18.5",
"reduce-reducers": "^1.0.4",
"@wso2is/react-components": "^2.0.39",
"@wso2is/react-components": "^2.1.0",
"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.31

### Patch Changes

- [#5289](https://github.com/wso2/identity-apps/pull/5289) [`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111) Thanks [@brionmario](https://github.com/brionmario)! - Rename `Tenant Permissions` -> `Root Organization Permissions`

## 2.0.30

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

## 2.0.16

### Patch Changes

- [#5272](https://github.com/wso2/identity-apps/pull/5272) [`99a993a902`](https://github.com/wso2/identity-apps/commit/99a993a9021727c62a00d75a805f37cccea882d1) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix form autofill preventing form submission

- Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111)]:
- @wso2is/core@2.0.31

## 2.0.15

### 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.15",
"version": "2.0.16",
"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": "^2.0.30",
"@wso2is/core": "^2.0.31",
"classnames": "^2.2.6",
"lodash-es": "^4.17.21",
"semantic-ui-react": "^2.1.3"
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.102

### Patch Changes

- [#5289](https://github.com/wso2/identity-apps/pull/5289) [`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111) Thanks [@brionmario](https://github.com/brionmario)! - Rename `Tenant Permissions` -> `Root Organization Permissions`

- Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111)]:
- @wso2is/core@2.0.31

## 2.0.101

### 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.101",
"version": "2.0.102",
"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.30",
"@wso2is/core": "^2.0.31",
"babel-jest": "^26.3.0",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
Expand Down
14 changes: 14 additions & 0 deletions modules/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @wso2is/react-components

## 2.1.0

### Minor Changes

- [#5291](https://github.com/wso2/identity-apps/pull/5291) [`6395f654df`](https://github.com/wso2/identity-apps/commit/6395f654df1e65dfb9219954abadcdf6c9754cf1) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Add support to enable workflow approvals on demand

### Patch Changes

- [#5286](https://github.com/wso2/identity-apps/pull/5286) [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb) Thanks [@brionmario](https://github.com/brionmario)! - Fix Backup code icon branding issues

- Updated dependencies [[`0e70f8c7f9`](https://github.com/wso2/identity-apps/commit/0e70f8c7f968693397bd7bd6e4972bb0e1b8e111), [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb)]:
- @wso2is/[email protected]
- @wso2is/[email protected]

## 2.0.40

### 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.40",
"version": "2.1.0",
"description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/theming": "^6.5.9",
"@wso2is/core": "^2.0.30",
"@wso2is/theme": "^2.0.58",
"@wso2is/core": "^2.0.31",
"@wso2is/theme": "^2.0.59",
"classnames": "^2.2.6",
"codemirror": "^5.52.0",
"i18next": "^21.9.1",
Expand Down
6 changes: 6 additions & 0 deletions modules/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wso2is/theme

## 2.0.59

### Patch Changes

- [#5286](https://github.com/wso2/identity-apps/pull/5286) [`486a47329a`](https://github.com/wso2/identity-apps/commit/486a47329a0e025d4841ee8dc87b96519f1879cb) Thanks [@brionmario](https://github.com/brionmario)! - Fix Backup code icon branding issues

## 2.0.58

### Patch Changes
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": "2.0.58",
"version": "2.0.59",
"description": "Theme for web components of WSO2 Identity Server Webapps.",
"keywords": [
"WSO2",
Expand Down
Loading