Skip to content

Commit

Permalink
chore: release 4.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: The1111mp <[email protected]>
  • Loading branch information
1111mp committed Oct 13, 2024
1 parent 991443f commit cb79f79
Show file tree
Hide file tree
Showing 7 changed files with 453 additions and 329 deletions.
15 changes: 15 additions & 0 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v4.0.1

### Features

- added open developer tools menu item

### Bug Fixes

- the version status is incorrect [#121](https://github.com/1111mp/nvm-desktop/issues/121)
- the "check for updates" button is not aligned [#122](https://github.com/1111mp/nvm-desktop/issues/122)
- the arch option was not passed [#123](https://github.com/1111mp/nvm-desktop/pull/123)
- content security policy configuraion [#124](https://github.com/1111mp/nvm-desktop/issues/124)

---

## v4.0.0

### Features
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nvm-desktop",
"private": true,
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"scripts": {
"dev": "tauri dev",
Expand Down Expand Up @@ -44,7 +44,7 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.11.7",
"framer-motion": "^11.11.8",
"i18next": "^23.15.2",
"intro.js": "^7.2.0",
"intro.js-react": "^1.0.0",
Expand All @@ -55,9 +55,9 @@
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.2",
"react-i18next": "^15.0.3",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.2",
"react-router-dom": "^6.27.0",
"semver": "^7.6.3",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.3",
Expand All @@ -66,12 +66,12 @@
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@tauri-apps/cli": "2.0.2",
"@tauri-apps/cli": "2.0.3",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@types/semver": "^7.5.8",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
Expand Down
Loading

0 comments on commit cb79f79

Please sign in to comment.