Skip to content

Commit b1561ab

Browse files
authored
Merge pull request #276 from asgardeo/changeset-release/main
[Release] [GitHub Action] Update package versions
2 parents 4a36906 + f4a5c90 commit b1561ab

File tree

17 files changed

+83
-15
lines changed

17 files changed

+83
-15
lines changed

.changeset/afraid-buckets-jog.md

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

packages/browser/CHANGELOG.md

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

3+
## 0.1.31
4+
5+
### Patch Changes
6+
7+
- [#274](https://github.com/asgardeo/javascript/pull/274)
8+
[`15069ee`](https://github.com/asgardeo/javascript/commit/15069eee7b69d979bf7951ac53b2945147625c74) Thanks
9+
[@brionmario](https://github.com/brionmario)! - Add ability to call external endpoints without explicitly allowing
10+
them in non `webWorker` storage modes
11+
12+
- Updated dependencies
13+
[[`15069ee`](https://github.com/asgardeo/javascript/commit/15069eee7b69d979bf7951ac53b2945147625c74)]:
14+
- @asgardeo/javascript@0.2.6
15+
316
## 0.1.30
417

518
### 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.30",
3+
"version": "0.1.31",
44
"description": "Browser-specific implementation of Asgardeo JavaScript SDK.",
55
"keywords": [
66
"asgardeo",

packages/express/CHANGELOG.md

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

3+
## 0.0.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @asgardeo/node@0.0.32
9+
310
## 0.0.30
411

512
### 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.30",
3+
"version": "0.0.31",
44
"description": "Express.js implementation of Asgardeo JavaScript SDK.",
55
"keywords": [
66
"asgardeo",

packages/javascript/CHANGELOG.md

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

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [#274](https://github.com/asgardeo/javascript/pull/274)
8+
[`15069ee`](https://github.com/asgardeo/javascript/commit/15069eee7b69d979bf7951ac53b2945147625c74) Thanks
9+
[@brionmario](https://github.com/brionmario)! - Add ability to call external endpoints without explicitly allowing
10+
them in non `webWorker` storage modes
11+
312
## 0.2.5
413

514
### 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.5",
3+
"version": "0.2.6",
44
"description": "Framework agnostic JavaScript SDK for Asgardeo.",
55
"keywords": [
66
"asgardeo",

packages/nextjs/CHANGELOG.md

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

3+
## 0.1.49
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`15069ee`](https://github.com/asgardeo/javascript/commit/15069eee7b69d979bf7951ac53b2945147625c74)]:
9+
- @asgardeo/react@0.6.14
10+
- @asgardeo/node@0.0.32
11+
312
## 0.1.48
413

514
### Patch Changes

packages/nextjs/package.json

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

packages/node/CHANGELOG.md

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

3+
## 0.0.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`15069ee`](https://github.com/asgardeo/javascript/commit/15069eee7b69d979bf7951ac53b2945147625c74)]:
9+
- @asgardeo/javascript@0.2.6
10+
311
## 0.0.31
412

513
### Patch Changes

0 commit comments

Comments
 (0)