Skip to content

Commit 3699610

Browse files
authored
Merge pull request #62 from asgardeo/changeset-release/main
[Release] [GitHub Action] Update package versions
2 parents a36c605 + c712048 commit 3699610

File tree

9 files changed

+37
-10
lines changed

9 files changed

+37
-10
lines changed

.changeset/solid-sites-heal.md

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

packages/nuxt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# @asgardeo/nuxt
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#56](https://github.com/asgardeo/web-ui-sdks/pull/56)
8+
[`74afcc5`](https://github.com/asgardeo/web-ui-sdks/commit/74afcc5bbf3dcfd8a2ec0c0026b709eafbe609a1) Thanks
9+
[@3nethz](https://github.com/3nethz)! - initial release

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.0.0",
3+
"version": "0.0.1",
44
"description": "Nuxt module for Asgardeo - Authentication and Identity Management",
55
"author": "WSO2",
66
"license": "Apache-2.0",

packages/vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# @asgardeo/vue
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#56](https://github.com/asgardeo/web-ui-sdks/pull/56)
8+
[`74afcc5`](https://github.com/asgardeo/web-ui-sdks/commit/74afcc5bbf3dcfd8a2ec0c0026b709eafbe609a1) Thanks
9+
[@3nethz](https://github.com/3nethz)! - initial release

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asgardeo/vue",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Vue SDK for Asgardeo - Authentication and Identity Management",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

recipes/nuxt-vite/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# nuxt-vite
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`74afcc5`](https://github.com/asgardeo/web-ui-sdks/commit/74afcc5bbf3dcfd8a2ec0c0026b709eafbe609a1)]:
9+
- @asgardeo/nuxt@0.0.1

recipes/nuxt-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-vite",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"build": "nuxt build",

recipes/vue-vite/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# vue-vite
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`74afcc5`](https://github.com/asgardeo/web-ui-sdks/commit/74afcc5bbf3dcfd8a2ec0c0026b709eafbe609a1)]:
8+
- @asgardeo/vue@0.0.1

recipes/vue-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-vite",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)