Skip to content

Commit

Permalink
feat: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Sep 3, 2023
1 parent 002983a commit 746a162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yearn-finance/web-lib",
"version": "3.0.14",
"version": "3.0.15",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions src/contexts/useSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export const SettingsContextApp = ({
baseOptions = defaultSettings
}: TSettingsContextApp): React.ReactElement => {
const [baseSettings, set_baseSettings] = useLocalStorage(
'yearnSettingsBase_0.0.1',
'yearnSettingsBase_0.0.2',
deepMerge(defaultSettings, baseOptions) as TSettingsBase,
{currentVersion: 1, shouldMigratePreviousVersion: true}
{currentVersion: 2, shouldMigratePreviousVersion: true}
);

/* 💙 - Yearn Finance *********************************************************************
Expand Down

0 comments on commit 746a162

Please sign in to comment.