Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guasam committed Jun 5, 2023
1 parent cba680a commit aa5c056
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 357 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# ElectroVite Changelog

### v1.1.0

Upgraded outdated packages:

| Package | Version |
| --------------------------- | -------- |
| electron | `25.0.1` |
| eslint | `8.42.0` |
| typescript | `5.1.3` |
| vite | `4.3.9` |
| eslint-plugin-react-refresh | `0.4.1"` |

<br>

### v1.0.0

Features included

- 🌟 Electron
- ⚛️ ReactJS
- ⚡ ViteJS
- 🌀 TypeScript or JavaScript
- 🎨 CSS / SASS / SCSS
- 📸 Images
- 🆎 Fonts
- 🧹 ESLint
- 📦 Electron Forge
- 🧩 Custom Aliases for imports
- 🔥 React Fast Refresh
- 🎁 Package Bundling (Distribution / Release)
- 🔦 Easy Directory Structure
- ⚡ Blazing Fast Hot Reload from ViteJS
- 🤖 Native Node Modules Support
- 👍🏼 Dedicated Vite Configurations
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electrovite-react",
"productName": "ElectroVite",
"version": "1.0.0",
"version": "1.1.0",
"description": "A prebuilt project for creating desktop apps with Electron, React, TypeScript & super fast hot-reload of Vite.",
"main": ".vite/build/main.js",
"license": "MIT",
Expand Down Expand Up @@ -38,18 +38,18 @@
"@electron-forge/maker-squirrel": "^6.1.1",
"@electron-forge/maker-zip": "^6.1.1",
"@electron-forge/plugin-vite": "^6.1.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^4.0.0",
"electron": "24.1.2",
"eslint": "^8.39.0",
"electron": "25.0.1",
"eslint": "^8.42.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-react-refresh": "^0.4.1",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite": "^4.3.2"
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
Expand Down
Loading

0 comments on commit aa5c056

Please sign in to comment.