Skip to content

Commit 1bd2a59

Browse files
committed
Merge branch 'hotfix/4.1.1'
2 parents 14bdee1 + 3f2bffc commit 1bd2a59

File tree

9 files changed

+216
-219
lines changed

9 files changed

+216
-219
lines changed

CHANGELOG_V4+.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v4.1.1] - 2022-08-10
10+
### Fixed
11+
- Cannot find module issue reported by TypeScript server on relative imports
12+
after the migration to ES modules.
13+
14+
### Updates on package dependencies
15+
- Minor & patch version updates:
16+
- `@types/react` - `18.0.15` -> `18.0.17`
17+
- `@typescript-eslint/eslint-plugin` & `@typescript-eslint/parser` -
18+
`5.32.0` -> `5.33.0`
19+
- `eslint-plugin-jest` - `26.7.0` -> `26.8.2`
20+
921
## [v4.1.0] - 2022-08-07
1022
### Added
1123
- `tsconfig.eslint.json` to avoid ESLint complains for file not being included
@@ -139,6 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139151
`ts-jest`*
140152
- `spectron` *- Deprecated package; No replacement*
141153

142-
[Unreleased]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.1.0...HEAD
154+
[Unreleased]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.1.1...HEAD
143155
[v4.0.0]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v3.0.0...v4.0.0
144156
[v4.1.0]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.0.0...v4.1.0
157+
[v4.1.1]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare/v4.2.0...v4.1.1

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Electron-React-TypeScript-Webpack (ERTW) Boilerplate
2+
![badge-ver] ![badge-license]
3+
24
A boilerplate that let you instantly start working on your next [Electron] app
35
project in [TypeScript] with no time wasted messing with the config files.
46

@@ -31,6 +33,7 @@ implemented, please [file an issue], or consider make a [new pull request].
3133
__*([working on it](https://github.com/Devtography/create-ertw-app))*__
3234
- [ ] Integrate another end-to-end testing framework to replace [Spectron]
3335
- [ ] Migrate to Webpack 5 `Asset Modules` __*(pending for `v4.2.0`)*__
36+
- [ ] Integrate HMR & Webpack dev server
3437

3538
---
3639

@@ -260,6 +263,9 @@ great roasters I know 😉 ☕️️
260263
Electron React TypeScript Webpack Boilerplate is open source software
261264
[licensed as MIT](LICENSE).
262265

266+
[badge-ver]: https://img.shields.io/github/package-json/v/devtography/electron-react-typescript-webpack-boilerplate
267+
[badge-license]: https://img.shields.io/github/license/Devtography/electron-react-typescript-webpack-boilerplate
268+
263269
[Electron]: https://www.electronjs.org
264270
[React]: https://reactjs.org
265271
[Webpack]: https://webpack.js.org

0 commit comments

Comments
 (0)