Skip to content

Commit b64b2ec

Browse files
Merge pull request #284 from asgardeo/changeset-release/main
[Release] [GitHub Action] Update package versions
2 parents 3eb1973 + 955ddf0 commit b64b2ec

File tree

21 files changed

+124
-24
lines changed

21 files changed

+124
-24
lines changed

.changeset/rude-ducks-jump.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/browser/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @asgardeo/browser
22

3+
## 0.1.34
4+
5+
### Patch Changes
6+
7+
- [#283](https://github.com/asgardeo/javascript/pull/283)
8+
[`f25f1c8`](https://github.com/asgardeo/javascript/commit/f25f1c83658192aafd35c79ddd53554847e706f8) Thanks
9+
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Bump package versions
10+
11+
- Updated dependencies
12+
[[`f25f1c8`](https://github.com/asgardeo/javascript/commit/f25f1c83658192aafd35c79ddd53554847e706f8)]:
13+
- @asgardeo/javascript@0.2.9
14+
315
## 0.1.33
416

517
### Patch Changes

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/browser",
3-
"version": "0.1.33",
3+
"version": "0.1.34",
44
"description": "Browser-specific implementation of Asgardeo JavaScript SDK.",
55
"keywords": [
66
"asgardeo",

packages/express/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @asgardeo/express
22

3+
## 0.0.34
4+
5+
### Patch Changes
6+
7+
- [#283](https://github.com/asgardeo/javascript/pull/283)
8+
[`f25f1c8`](https://github.com/asgardeo/javascript/commit/f25f1c83658192aafd35c79ddd53554847e706f8) Thanks
9+
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Bump package versions
10+
11+
- Updated dependencies
12+
[[`f25f1c8`](https://github.com/asgardeo/javascript/commit/f25f1c83658192aafd35c79ddd53554847e706f8)]:
13+
- @asgardeo/node@0.0.35
14+
315
## 0.0.33
416

517
### Patch Changes

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/express",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"description": "Express.js implementation of Asgardeo JavaScript SDK.",
55
"keywords": [
66
"asgardeo",

packages/i18n/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @asgardeo/i18n
22

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- [#283](https://github.com/asgardeo/javascript/pull/283)
8+
[`f25f1c8`](https://github.com/asgardeo/javascript/commit/f25f1c83658192aafd35c79ddd53554847e706f8) Thanks
9+
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Bump package versions
10+
311
## 0.3.6
412

513
### Patch Changes

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/i18n",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Internationalization (i18n) package for Asgardeo JavaScript SDKs.",
55
"keywords": [
66
"asgardeo",

packages/javascript/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @asgardeo/javascript
22

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- [#283](https://github.com/asgardeo/javascript/pull/283)
8+
[`f25f1c8`](https://github.com/asgardeo/javascript/commit/f25f1c83658192aafd35c79ddd53554847e706f8) Thanks
9+
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Bump package versions
10+
11+
- Updated dependencies
12+
[[`f25f1c8`](https://github.com/asgardeo/javascript/commit/f25f1c83658192aafd35c79ddd53554847e706f8)]:
13+
- @asgardeo/i18n@0.3.7
14+
315
## 0.2.8
416

517
### Patch Changes

packages/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/javascript",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "Framework agnostic JavaScript SDK for Asgardeo.",
55
"keywords": [
66
"asgardeo",

packages/nextjs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @asgardeo/nextjs
22

3+
## 0.1.52
4+
5+
### Patch Changes
6+
7+
- [#283](https://github.com/asgardeo/javascript/pull/283)
8+
[`f25f1c8`](https://github.com/asgardeo/javascript/commit/f25f1c83658192aafd35c79ddd53554847e706f8) Thanks
9+
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Bump package versions
10+
11+
- Updated dependencies
12+
[[`f25f1c8`](https://github.com/asgardeo/javascript/commit/f25f1c83658192aafd35c79ddd53554847e706f8)]:
13+
- @asgardeo/react@0.6.17
14+
- @asgardeo/node@0.0.35
15+
316
## 0.1.51
417

518
### Patch Changes

0 commit comments

Comments
 (0)