Skip to content

Commit

Permalink
Merge pull request #6121 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
sadilchamishka authored May 2, 2024
2 parents 96a4099 + 60ad859 commit 6e3a3b8
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 26 deletions.
7 changes: 0 additions & 7 deletions .changeset/curly-books-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-adults-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-garlics-cross.md

This file was deleted.

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

## 2.15.43

### Patch Changes

- [#6087](https://github.com/wso2/identity-apps/pull/6087) [`0ed357528b`](https://github.com/wso2/identity-apps/commit/0ed357528b8404674a732cfd2283e4a487c3d0b7) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix issue with listing unnecessary userstores

* [#6123](https://github.com/wso2/identity-apps/pull/6123) [`0697ceacc0`](https://github.com/wso2/identity-apps/commit/0697ceacc0adc3f1869524df4c1d6f36955cb030) Thanks [@shanggeeth](https://github.com/shanggeeth)! - Fix LDAP userstore pagination

* Updated dependencies [[`0ed357528b`](https://github.com/wso2/identity-apps/commit/0ed357528b8404674a732cfd2283e4a487c3d0b7), [`0697ceacc0`](https://github.com/wso2/identity-apps/commit/0697ceacc0adc3f1869524df4c1d6f36955cb030)]:
- @wso2is/features@2.15.37

## 2.15.42

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.15.42",
"version": "2.15.43",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@wso2is/react-components": "^2.1.23",
"@wso2is/theme": "^2.0.77",
"@wso2is/validation": "^2.0.4",
"@wso2is/features": "^2.15.36",
"@wso2is/features": "^2.15.37",
"axios": "^0.19.2",
"codemirror": "^5.52.0",
"country-language": "^0.1.7",
Expand Down
9 changes: 9 additions & 0 deletions apps/myaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wso2is/myaccount

## 2.5.57

### Patch Changes

- [#6087](https://github.com/wso2/identity-apps/pull/6087) [`0ed357528b`](https://github.com/wso2/identity-apps/commit/0ed357528b8404674a732cfd2283e4a487c3d0b7) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix issue with listing unnecessary userstores

- Updated dependencies [[`0ed357528b`](https://github.com/wso2/identity-apps/commit/0ed357528b8404674a732cfd2283e4a487c3d0b7), [`0697ceacc0`](https://github.com/wso2/identity-apps/commit/0697ceacc0adc3f1869524df4c1d6f36955cb030)]:
- @wso2is/features@2.15.37

## 2.5.56

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.56",
"version": "2.5.57",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@wso2is/react-components": "^2.1.23",
"@wso2is/theme": "^2.0.77",
"@wso2is/validation": "^2.0.4",
"@wso2is/features": "^2.15.36",
"@wso2is/features": "^2.15.37",
"axios": "^0.19.2",
"history": "^4.9.0",
"i18next": "^21.9.1",
Expand Down
8 changes: 8 additions & 0 deletions features/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @wso2is/features

## 2.15.37

### Patch Changes

- [#6087](https://github.com/wso2/identity-apps/pull/6087) [`0ed357528b`](https://github.com/wso2/identity-apps/commit/0ed357528b8404674a732cfd2283e4a487c3d0b7) Thanks [@NipuniBhagya](https://github.com/NipuniBhagya)! - Fix issue with listing unnecessary userstores

* [#6123](https://github.com/wso2/identity-apps/pull/6123) [`0697ceacc0`](https://github.com/wso2/identity-apps/commit/0697ceacc0adc3f1869524df4c1d6f36955cb030) Thanks [@shanggeeth](https://github.com/shanggeeth)! - Fix LDAP userstore pagination

## 2.15.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion features/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wso2is/features",
"version": "2.15.36",
"version": "2.15.37",
"description": "WSO2 Identity Server Console",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions identity-apps-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wso2is/identity-apps-core

## 2.1.68

### Patch Changes

- [#6124](https://github.com/wso2/identity-apps/pull/6124) [`a856fc6776`](https://github.com/wso2/identity-apps/commit/a856fc67768fafeba33c573ea56d57ce9b16dd4b) Thanks [@sadilchamishka](https://github.com/sadilchamishka)! - Fix portal path issue

## 2.1.67

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.67",
"version": "2.1.68",
"private": true,
"description": "WSO2 Identity Server Authentication Portal",
"author": "WSO2",
Expand Down
4 changes: 2 additions & 2 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 6e3a3b8

Please sign in to comment.