We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac11277 commit b200646Copy full SHA for b200646
changelog.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## [8.3.4] - 21/12/2023
12
13
- Updated Dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "sing-app-react",
- "version": "8.3.3",
+ "version": "8.4.0",
"private": true,
"scripts": {
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='/sing-app-react' react-app-rewired --openssl-legacy-provider build",
0 commit comments