Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/solid-sites-heal.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# @asgardeo/nuxt

## 0.0.1

### Patch Changes

- [#56](https://github.com/asgardeo/web-ui-sdks/pull/56)
[`74afcc5`](https://github.com/asgardeo/web-ui-sdks/commit/74afcc5bbf3dcfd8a2ec0c0026b709eafbe609a1) Thanks
[@3nethz](https://github.com/3nethz)! - initial release
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/nuxt",
"version": "0.0.0",
"version": "0.0.1",
"description": "Nuxt module for Asgardeo - Authentication and Identity Management",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# @asgardeo/vue

## 0.0.1

### Patch Changes

- [#56](https://github.com/asgardeo/web-ui-sdks/pull/56)
[`74afcc5`](https://github.com/asgardeo/web-ui-sdks/commit/74afcc5bbf3dcfd8a2ec0c0026b709eafbe609a1) Thanks
[@3nethz](https://github.com/3nethz)! - initial release
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/vue",
"version": "0.0.0",
"version": "0.0.1",
"description": "Vue SDK for Asgardeo - Authentication and Identity Management",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions recipes/nuxt-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# nuxt-vite

## 0.0.1

### Patch Changes

- Updated dependencies
[[`74afcc5`](https://github.com/asgardeo/web-ui-sdks/commit/74afcc5bbf3dcfd8a2ec0c0026b709eafbe609a1)]:
- @asgardeo/[email protected]
2 changes: 1 addition & 1 deletion recipes/nuxt-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-vite",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "nuxt build",
Expand Down
8 changes: 8 additions & 0 deletions recipes/vue-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# vue-vite

## 0.0.1

### Patch Changes

- Updated dependencies [[`74afcc5`](https://github.com/asgardeo/web-ui-sdks/commit/74afcc5bbf3dcfd8a2ec0c0026b709eafbe609a1)]:
- @asgardeo/[email protected]
2 changes: 1 addition & 1 deletion recipes/vue-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-vite",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down