Skip to content

Commit

Permalink
Merge pull request #47 from danny007in/release-3
Browse files Browse the repository at this point in the history
PREPARE RELEASE v3.0.0
  • Loading branch information
danny007in committed Nov 20, 2023
2 parents f8664a1 + 177d923 commit fb5bc92
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.0] - 2023-11-20

### Changed

- Migrated to React v18.
- Import SCSS files from `node_modules` by using the sass-loader instead of relative paths like `../../node_modules`.
- Upgraded all dependencies to latest versions.

### Fixed

- Fixed SCSS bugs.

## [2.1.0] - 2022-08-19

### Changed
Expand Down Expand Up @@ -28,3 +40,5 @@

### Added
- Initial Release

[3.0.0]: https://github.com/DashboardPack/architectui-react-theme-free/releases/tag/v3.0.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "architectui-react-theme-free",
"version": "2.1.0",
"version": "3.0.0",
"homepage": "https://demo.dashboardpack.com/architectui-react-pro",
"private": true,
"description": "ArchitectUI - Bootstrap 5 ReactJS Admin Dashboard Template FREE",
Expand Down

0 comments on commit fb5bc92

Please sign in to comment.