Skip to content

Commit b76e6db

Browse files
[WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions
1 parent 64b1033 commit b76e6db

11 files changed

Lines changed: 59 additions & 14 deletions

File tree

.changeset/lemon-trams-mix.md

Lines changed: 0 additions & 9 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.7.2
4+
5+
### Patch Changes
6+
7+
- [#483](https://github.com/asgardeo/javascript/pull/483)
8+
[`519fa74`](https://github.com/asgardeo/javascript/commit/519fa746c2dace5446368ad9043e3aec0d152514) Thanks
9+
[@kavindadimuthu](https://github.com/kavindadimuthu)! - Fix SSR compatibility and module bundling issues
10+
11+
- **Browser:** Fixed Node.js ESM import resolution by changing directory imports (`'buffer/'`) to explicit file paths
12+
(`'buffer/index.js'`)
13+
- **Nuxt:** Fixed Rollup bundling by centralizing module augmentations in `module.ts` and removing `.d.ts` file from
14+
dist
15+
316
## 0.7.1
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.7.1",
3+
"version": "0.7.2",
44
"description": "Browser-specific implementation of Asgardeo JavaScript SDK.",
55
"keywords": [
66
"asgardeo",

packages/nextjs/CHANGELOG.md

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

3+
## 0.3.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @asgardeo/react@0.23.3
9+
310
## 0.3.13
411

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

packages/nuxt/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#483](https://github.com/asgardeo/javascript/pull/483)
8+
[`519fa74`](https://github.com/asgardeo/javascript/commit/519fa746c2dace5446368ad9043e3aec0d152514) Thanks
9+
[@kavindadimuthu](https://github.com/kavindadimuthu)! - Fix SSR compatibility and module bundling issues
10+
11+
- **Browser:** Fixed Node.js ESM import resolution by changing directory imports (`'buffer/'`) to explicit file paths
12+
(`'buffer/index.js'`)
13+
- **Nuxt:** Fixed Rollup bundling by centralizing module augmentations in `module.ts` and removing `.d.ts` file from
14+
dist
15+
16+
- Updated dependencies
17+
[[`519fa74`](https://github.com/asgardeo/javascript/commit/519fa746c2dace5446368ad9043e3aec0d152514)]:
18+
- @asgardeo/browser@0.7.2
19+
- @asgardeo/vue@0.3.5
20+
321
## 0.1.1
422

523
### Patch Changes

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/nuxt",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Nuxt module for Asgardeo - Authentication and Identity Management",
55
"author": "WSO2",
66
"license": "Apache-2.0",

packages/react/CHANGELOG.md

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

3+
## 0.23.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`519fa74`](https://github.com/asgardeo/javascript/commit/519fa746c2dace5446368ad9043e3aec0d152514)]:
9+
- @asgardeo/browser@0.7.2
10+
311
## 0.23.2
412

513
### Patch Changes

packages/react/package.json

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

packages/vue/CHANGELOG.md

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

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`519fa74`](https://github.com/asgardeo/javascript/commit/519fa746c2dace5446368ad9043e3aec0d152514)]:
9+
- @asgardeo/browser@0.7.2
10+
311
## 0.3.4
412

513
### Patch Changes

0 commit comments

Comments
 (0)