[Bumped Version] 10.5.1

This commit is contained in:
Maxime GRIS
2022-04-02 11:51:20 +02:00
parent 7251676e05
commit ad23ace614
5 changed files with 16 additions and 4 deletions

View File

@@ -1,5 +1,17 @@
## <small>10.5.1 (2022-04-02)</small>
* fix/ macos action ([ff71c32](https://github.com/maximegris/angular-electron/commit/ff71c32))
* fix/ remove demo.gif ([ccd468d](https://github.com/maximegris/angular-electron/commit/ccd468d))
* migrate to main branch ([2c7cd98](https://github.com/maximegris/angular-electron/commit/2c7cd98))
* misc/ Upgrade to Electron 18 ([7251676](https://github.com/maximegris/angular-electron/commit/7251676))
* Set theme jekyll-theme-cayman ([1f0ba34](https://github.com/maximegris/angular-electron/commit/1f0ba34))
* fix: github action ([d6b5784](https://github.com/maximegris/angular-electron/commit/d6b5784))
## 10.5.0 (2022-02-24) ## 10.5.0 (2022-02-24)
* [Bumped Version] 10.5.0 ([92fe8ed](https://github.com/maximegris/angular-electron/commit/92fe8ed))
* Bump follow-redirects from 1.14.5 to 1.14.7 ([606d54d](https://github.com/maximegris/angular-electron/commit/606d54d)) * Bump follow-redirects from 1.14.5 to 1.14.7 ([606d54d](https://github.com/maximegris/angular-electron/commit/606d54d))
* Bump log4js from 6.3.0 to 6.4.0 ([27adf26](https://github.com/maximegris/angular-electron/commit/27adf26)) * Bump log4js from 6.3.0 to 6.4.0 ([27adf26](https://github.com/maximegris/angular-electron/commit/27adf26))
* Bump nanoid from 3.1.30 to 3.2.0 ([e05d98b](https://github.com/maximegris/angular-electron/commit/e05d98b)) * Bump nanoid from 3.1.30 to 3.2.0 ([e05d98b](https://github.com/maximegris/angular-electron/commit/e05d98b))

2
app/package-lock.json generated
View File

@@ -1,5 +1,5 @@
{ {
"name": "angular-electron", "name": "angular-electron",
"version": "10.5.0", "version": "10.5.1",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "angular-electron", "name": "angular-electron",
"version": "10.5.0", "version": "10.5.1",
"main": "main.js", "main": "main.js",
"private": true, "private": true,
"dependencies": {} "dependencies": {}

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "angular-electron", "name": "angular-electron",
"version": "10.5.0", "version": "10.5.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "angular-electron", "name": "angular-electron",
"version": "10.5.0", "version": "10.5.1",
"description": "Angular 13 with Electron 18 (Typescript + SASS + Hot Reload)", "description": "Angular 13 with Electron 18 (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron", "homepage": "https://github.com/maximegris/angular-electron",
"author": { "author": {