Skip to content

Commit

Permalink
misc/ Upgrade to Electron 30
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Apr 27, 2024
1 parent b3d1934 commit 9252daf
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 24,959 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## <small>14.0.1 (2024-04-27)</small>

* Create feature_request.yml ([0b26402](https://github.com/maximegris/angular-electron/commit/0b26402))
* forms for open issues bug and new feature ([c997da6](https://github.com/maximegris/angular-electron/commit/c997da6))
* misc/ Github action : update node version ([05707de](https://github.com/maximegris/angular-electron/commit/05707de))
* misc/ GitHub actions: node 20, ubuntu 22.04 + pin versions ([872e696](https://github.com/maximegris/angular-electron/commit/872e696))
* misc/ unit-test : replace Karma & Jasmine with Jest ([f36aa91](https://github.com/maximegris/angular-electron/commit/f36aa91))
* misc/ Upgrade to Angular 17 & Electron 27 ([2ec1cec](https://github.com/maximegris/angular-electron/commit/2ec1cec))
* chore: fix lint ([822853f](https://github.com/maximegris/angular-electron/commit/822853f))



## 13.0.0 (2023-06-30)

* [Bumped Version] 13.0.0 ([e1a4e49](https://github.com/maximegris/angular-electron/commit/e1a4e49))
* fix/ Use globalThis property, a standard way of accessing the global this on browser & Node ([45bdbfa](https://github.com/maximegris/angular-electron/commit/45bdbfa))
* misc/ disable 'jsdoc/newline-after-description' rule ([9b22567](https://github.com/maximegris/angular-electron/commit/9b22567))
* misc/ Enable Typescript strict mode ([f60add8](https://github.com/maximegris/angular-electron/commit/f60add8))
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

# Introduction

Bootstrap and package your project with Angular 17 and Electron 27 (Typescript + SASS + Hot Reload) for creating Desktop applications.
Bootstrap and package your project with Angular 17 and Electron 30 (Typescript + SASS + Hot Reload) for creating Desktop applications.

Currently runs with:

- Angular v17.0.8
- Electron v27.2.0
- Angular v17.3.6
- Electron v30.0.1

With this sample, you can:

Expand Down Expand Up @@ -160,7 +160,7 @@ Please refer to [HOW_TO file](./HOW_TO.md)
- Angular 14 & Electron 21 : Branch [angular14](https://github.com/maximegris/angular-electron/tree/angular14)
- Angular 15 & Electron 24 : Branch [angular15](https://github.com/maximegris/angular-electron/tree/angular15)
- Angular 16 & Electron 25 : Branch [angular16](https://github.com/maximegris/angular-electron/tree/angular16)
- Angular 17 & Electron 27 : (main)
- Angular 17 & Electron 30 : (main)
-
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Maxime GRIS",
"email": "maxime.gris@gmail.com"
},
"version": "14.0.0",
"version": "14.0.1",
"main": "main.js",
"private": true,
"dependencies": {
Expand Down
Loading

0 comments on commit 9252daf

Please sign in to comment.