Skip to content

Commit

Permalink
Merge pull request #5267 from wso2/changeset-release/master
Browse files Browse the repository at this point in the history
[Release] [GitHub Action] Update package versions
  • Loading branch information
dasuni-30 authored Jan 19, 2024
2 parents 9d4f0b1 + 0b6a737 commit 0b97a06
Show file tree
Hide file tree
Showing 18 changed files with 73 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-rocks-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-boxes-exist.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/modern-hairs-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-bears-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-brooms-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-lobsters-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-timers-notice.md

This file was deleted.

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

## 2.10.83

### Patch Changes

- [#5253](https://github.com/wso2/identity-apps/pull/5253) [`01227ff973`](https://github.com/wso2/identity-apps/commit/01227ff97347c088932f5ca1519feb5828a9e46f) Thanks [@ChanikaRuchini](https://github.com/ChanikaRuchini)! - Improve useAuthorizedOrganizationsList API call

* [#5258](https://github.com/wso2/identity-apps/pull/5258) [`f62cc2e92f`](https://github.com/wso2/identity-apps/commit/f62cc2e92fc7c602864ede2fd22b08b14ef0f90c) Thanks [@dasuni-30](https://github.com/dasuni-30)! - Remove the repetitive authenticators from the custom connector authenticator templates

- [#5262](https://github.com/wso2/identity-apps/pull/5262) [`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75) Thanks [@savindi7](https://github.com/savindi7)! - Add password validation in sign up page for JIT provisioned users.

* [#5243](https://github.com/wso2/identity-apps/pull/5243) [`382a2ffae5`](https://github.com/wso2/identity-apps/commit/382a2ffae59e1832d8ebb0c0d3b3ec8ecd285d0f) Thanks [@dasuni-30](https://github.com/dasuni-30)! - Change scim template to scim2

- [#5254](https://github.com/wso2/identity-apps/pull/5254) [`613436c5a8`](https://github.com/wso2/identity-apps/commit/613436c5a8c7ad7e947c27d6e797b730c68dec77) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Fix the issue of creating custom scim claim mapping even when claim mapping is removed when creating the local attribute

* [#5256](https://github.com/wso2/identity-apps/pull/5256) [`c6e5ef9df8`](https://github.com/wso2/identity-apps/commit/c6e5ef9df8d2278e55a544d158b9df1419a7695c) Thanks [@JKAUSHALYA](https://github.com/JKAUSHALYA)! - Change the hint text for better ux.

* Updated dependencies [[`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75)]:
- @wso2is/theme@2.0.58
- @wso2is/react-components@2.0.40

## 2.10.82

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.82",
"version": "2.10.83",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -56,8 +56,8 @@
"@wso2is/form": "^2.0.29",
"@wso2is/forms": "^2.0.15",
"@wso2is/i18n": "^2.0.100",
"@wso2is/react-components": "^2.0.39",
"@wso2is/theme": "^2.0.57",
"@wso2is/react-components": "^2.0.40",
"@wso2is/theme": "^2.0.58",
"@wso2is/validation": "^2.0.3",
"@wso2is/common": "^2.0.24",
"@wso2is/dynamic-forms": "^2.0.27",
Expand Down
10 changes: 10 additions & 0 deletions apps/myaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @wso2is/myaccount

## 2.2.94

### Patch Changes

- [#5262](https://github.com/wso2/identity-apps/pull/5262) [`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75) Thanks [@savindi7](https://github.com/savindi7)! - Add password validation in sign up page for JIT provisioned users.

- Updated dependencies [[`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75)]:
- @wso2is/theme@2.0.58
- @wso2is/react-components@2.0.40

## 2.2.93

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.93",
"version": "2.2.94",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,8 +47,8 @@
"@wso2is/core": "^2.0.30",
"@wso2is/forms": "^2.0.15",
"@wso2is/i18n": "^2.0.100",
"@wso2is/react-components": "^2.0.39",
"@wso2is/theme": "^2.0.57",
"@wso2is/react-components": "^2.0.40",
"@wso2is/theme": "^2.0.58",
"@wso2is/validation": "^2.0.3",
"axios": "^0.19.2",
"history": "^4.9.0",
Expand Down
11 changes: 11 additions & 0 deletions identity-apps-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wso2is/identity-apps-core

## 2.0.123

### Patch Changes

- [#5262](https://github.com/wso2/identity-apps/pull/5262) [`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75) Thanks [@savindi7](https://github.com/savindi7)! - Add password validation in sign up page for JIT provisioned users.

* [#5271](https://github.com/wso2/identity-apps/pull/5271) [`0b1ad2d72e`](https://github.com/wso2/identity-apps/commit/0b1ad2d72e0bab42b3bc7881099992e2afdbec73) Thanks [@Kanapriya](https://github.com/Kanapriya)! - Update login.jsp and basicauth.jsp file by encoding the client-id property

* Updated dependencies [[`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75)]:
- @wso2is/theme@2.0.58

## 2.0.122

### 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.122",
"version": "2.0.123",
"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.56",
"@wso2is/theme": "^2.0.58",
"rimraf": "^3.0.2"
}
}
9 changes: 9 additions & 0 deletions modules/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wso2is/react-components

## 2.0.40

### Patch Changes

- [#5262](https://github.com/wso2/identity-apps/pull/5262) [`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75) Thanks [@savindi7](https://github.com/savindi7)! - Add password validation in sign up page for JIT provisioned users.

- Updated dependencies [[`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75)]:
- @wso2is/theme@2.0.58

## 2.0.39

### 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.0.39",
"version": "2.0.40",
"description": "A React component library for WSO2 Identity Server frontend apps implementing Semantic UI Framework",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@storybook/react": "^6.5.9",
"@storybook/theming": "^6.5.9",
"@wso2is/core": "^2.0.30",
"@wso2is/theme": "^2.0.57",
"@wso2is/theme": "^2.0.58",
"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.58

### Patch Changes

- [#5262](https://github.com/wso2/identity-apps/pull/5262) [`4d6fe7fd99`](https://github.com/wso2/identity-apps/commit/4d6fe7fd999d0e4023dbcd13e855e0122723bc75) Thanks [@savindi7](https://github.com/savindi7)! - Add password validation in sign up page for JIT provisioned users.

## 2.0.57

### 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.57",
"version": "2.0.58",
"description": "Theme for web components of WSO2 Identity Server Webapps.",
"keywords": [
"WSO2",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 0b97a06

Please sign in to comment.