Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from lemoncloud-io/develop
Browse files Browse the repository at this point in the history
merge to master
  • Loading branch information
louis-lemon authored Nov 20, 2023
2 parents 2ce3d4d + dd196e2 commit 1dea9ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lemoncloud/lemon-front-lib

## 1.3.15

### Patch Changes

- update setLemonOptions to update prefix on storage

## 1.3.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lemoncloud/lemon-front-lib",
"version": "1.3.14",
"version": "1.3.15",
"description": "Web Core Library for Lemoncloud",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/core/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export class AuthService {
*/
setLemonOptions(options: LemonOptions) {
this.identityService.setOptions(options);
this.identityService.updateStoragePrefix(options.project);
}

/**
Expand Down

0 comments on commit 1dea9ba

Please sign in to comment.