Skip to content

Commit b200646

Browse files
author
Anton Mogdalov
committed
Updated changelogs, package version
1 parent ac11277 commit b200646

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [8.4.0] - 04/09/2024
4+
5+
- Added react-scripts version 5 along with webpack version 5 support.
6+
- Added support for node.js version > 20
7+
- Removed old webpack configs.
8+
- Removed unnecessary dev dependencies.
9+
- Replaced deprecated glyphicons-halflings icon library with bootstrap-icons
10+
311
## [8.3.4] - 21/12/2023
412

513
- Updated Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sing-app-react",
3-
"version": "8.3.3",
3+
"version": "8.4.0",
44
"private": true,
55
"scripts": {
66
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='/sing-app-react' react-app-rewired --openssl-legacy-provider build",

0 commit comments

Comments
 (0)