Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pcfreak30 committed Oct 31, 2024
1 parent f19f247 commit eedefef
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 41 deletions.
40 changes: 0 additions & 40 deletions .changeset/swift-boats-sin.md

This file was deleted.

46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# @lumeweb/portal-plugin-dashboard

## 0.2.0

### Minor Changes

- 447c3fe: ## Features

- Social login functionality
- API keys support
- Account deletion endpoint
- Live local folder app serving
- Theme support

## Auth & Security

- 302 redirect login flow
- OTP flow implementation
- OTP status in account info
- Password reset improvements
- Email verification enhancements
- Access control optimizations

## Refactoring

- Updated context getters usage
- Removed custom middleware
- Updated API usages
- Package rename to dashboard
- Plugin restructuring
- CORS handling improvements
- Route optimization

## Fixes

- JSON tag issues
- ResetPassword argument order
- Password reset OPTIONS support
- Configuration tag names

## CI/CD

- Node modules cleanup
- Dependabot setup
- Core upgrade to 0.2.0
- Sessions upgrade to 1.4.0
- Datatypes upgrade to 1.2.4

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lumeweb/portal-plugin-dashboard",
"private": true,
"version": "0.1.1",
"version": "0.2.0",
"devDependencies": {
"@changesets/cli": "^2.27.1"
},
Expand Down

0 comments on commit eedefef

Please sign in to comment.