Skip to content

Commit 1a431cd

Browse files
committed
misc/ Upgrade to Electron 30
1 parent b3d1934 commit 1a431cd

6 files changed

+3802
-4426
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1+
## <small>14.0.1 (2024-04-27)</small>
2+
3+
* Create feature_request.yml ([0b26402](https://github.com/maximegris/angular-electron/commit/0b26402))
4+
* forms for open issues bug and new feature ([c997da6](https://github.com/maximegris/angular-electron/commit/c997da6))
5+
* misc/ Github action : update node version ([05707de](https://github.com/maximegris/angular-electron/commit/05707de))
6+
* misc/ GitHub actions: node 20, ubuntu 22.04 + pin versions ([872e696](https://github.com/maximegris/angular-electron/commit/872e696))
7+
* misc/ unit-test : replace Karma & Jasmine with Jest ([f36aa91](https://github.com/maximegris/angular-electron/commit/f36aa91))
8+
* misc/ Upgrade to Angular 17 & Electron 27 ([2ec1cec](https://github.com/maximegris/angular-electron/commit/2ec1cec))
9+
* chore: fix lint ([822853f](https://github.com/maximegris/angular-electron/commit/822853f))
10+
11+
12+
113
## 13.0.0 (2023-06-30)
214

15+
* [Bumped Version] 13.0.0 ([e1a4e49](https://github.com/maximegris/angular-electron/commit/e1a4e49))
316
* fix/ Use globalThis property, a standard way of accessing the global this on browser & Node ([45bdbfa](https://github.com/maximegris/angular-electron/commit/45bdbfa))
417
* misc/ disable 'jsdoc/newline-after-description' rule ([9b22567](https://github.com/maximegris/angular-electron/commit/9b22567))
518
* misc/ Enable Typescript strict mode ([f60add8](https://github.com/maximegris/angular-electron/commit/f60add8))

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
# Introduction
1616

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

1919
Currently runs with:
2020

21-
- Angular v17.0.8
22-
- Electron v27.2.0
21+
- Angular v17.3.6
22+
- Electron v30.0.1
2323

2424
With this sample, you can:
2525

@@ -160,7 +160,7 @@ Please refer to [HOW_TO file](./HOW_TO.md)
160160
- Angular 14 & Electron 21 : Branch [angular14](https://github.com/maximegris/angular-electron/tree/angular14)
161161
- Angular 15 & Electron 24 : Branch [angular15](https://github.com/maximegris/angular-electron/tree/angular15)
162162
- Angular 16 & Electron 25 : Branch [angular16](https://github.com/maximegris/angular-electron/tree/angular16)
163-
- Angular 17 & Electron 27 : (main)
163+
- Angular 17 & Electron 30 : (main)
164164
-
165165
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
166166
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

app/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Maxime GRIS",
66
"email": "[email protected]"
77
},
8-
"version": "14.0.0",
8+
"version": "14.0.1",
99
"main": "main.js",
1010
"private": true,
1111
"dependencies": {

0 commit comments

Comments
 (0)