Skip to content

Commit

Permalink
chore: release v2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
antosubash committed Nov 9, 2024
1 parent 2cfcdd6 commit bcfe84c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@


[compare changes](https://github.com/antosubash/abp-react/compare/2.2.6...v2.2.7)

### 🏡 Chore

- Add documentation comments for custom hooks and Redis functions ([9f611b4](https://github.com/antosubash/abp-react/commit/9f611b4))
- Add documentation comments for custom hooks related to roles, tenants, translations, user roles, and users ([a073d25](https://github.com/antosubash/abp-react/commit/a073d25))
- Add documentation comments for various components and routes in the admin and auth sections ([43fb2f8](https://github.com/antosubash/abp-react/commit/43fb2f8))
- Add documentation comments for analytics and permission components ([2cfcdd6](https://github.com/antosubash/abp-react/commit/2cfcdd6))

### ❤️ Contributors

- Anto Subash ([@antosubash](http://github.com/antosubash))

[compare changes](https://github.com/antosubash/abp-react/compare/2.2.5...v2.2.6)

## v2.2.7

[compare changes](https://github.com/antosubash/abp-react/compare/2.2.6...v2.2.7)

### 🏡 Chore

- Add documentation comments for custom hooks and Redis functions ([9f611b4](https://github.com/antosubash/abp-react/commit/9f611b4))
- Add documentation comments for custom hooks related to roles, tenants, translations, user roles, and users ([a073d25](https://github.com/antosubash/abp-react/commit/a073d25))
- Add documentation comments for various components and routes in the admin and auth sections ([43fb2f8](https://github.com/antosubash/abp-react/commit/43fb2f8))
- Add documentation comments for analytics and permission components ([2cfcdd6](https://github.com/antosubash/abp-react/commit/2cfcdd6))

### ❤️ Contributors

- Anto Subash ([@antosubash](http://github.com/antosubash))

### 🩹 Fixes

- Update Docker build context and Dockerfile path in GitHub Actions workflow ([ada7e57](https://github.com/antosubash/abp-react/commit/ada7e57))
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abp-react",
"version": "2.2.6",
"version": "2.2.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit bcfe84c

Please sign in to comment.