Skip to content

Commit

Permalink
Merge branch 'main' of github.com:onesoft-sudo/sudobot-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer committed Nov 17, 2023
2 parents 025f6f9 + 63b418b commit 0708e86
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
25 changes: 12 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,46 @@
## [0.46.7](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.46.6...v0.46.7) (2023-11-05)
## [0.47.2](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.47.1...v0.47.2) (2023-11-15)


### Bug Fixes

* **deleted_message_page:** hydration errors ([15f6104](https://github.com/onesoft-sudo/sudobot-dashboard/commit/15f61041e3c670d0f5cb7e1fe5eac14f939d9ed1))
* **deleted_messages:** text overflow ([d344d6f](https://github.com/onesoft-sudo/sudobot-dashboard/commit/d344d6fb6b5432862593eebb5a754057568a0d52))
* type errors ([3ca221f](https://github.com/onesoft-sudo/sudobot-dashboard/commit/3ca221f5dcbc780761851d77b92be9fc58d3cbc0))



## [0.46.6](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.46.5...v0.46.6) (2023-10-31)
## [0.47.1](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.47.0...v0.47.1) (2023-11-15)


### Bug Fixes

* **home:banner:** spacing ([a3762f0](https://github.com/onesoft-sudo/sudobot-dashboard/commit/a3762f0b50266d3739a81c5b1922a0398bddf70a))
* **types:** type errors ([d6cbd2b](https://github.com/onesoft-sudo/sudobot-dashboard/commit/d6cbd2b5b9f67f9e0ba01d313554295d41fa3ba0))



## [0.46.5](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.46.4...v0.46.5) (2023-10-31)
# [0.47.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.46.7...v0.47.0) (2023-11-15)


### Bug Fixes
### Features

* announcement bar ([50c92bf](https://github.com/onesoft-sudo/sudobot-dashboard/commit/50c92bf04a7b08cbf90bddc72dc85fa123f40096))
* **firefox:** home page blur ([14d07d2](https://github.com/onesoft-sudo/sudobot-dashboard/commit/14d07d2d6ba2f808469152017197f66e6f2dc187))
* improve message rule add modal ([83a9cbf](https://github.com/onesoft-sudo/sudobot-dashboard/commit/83a9cbfdf4309c4d8c45f97ce5a83be99cf493d1))



## [0.46.4](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.46.3...v0.46.4) (2023-10-30)
## [0.46.7](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.46.6...v0.46.7) (2023-11-05)


### Bug Fixes

* hide announcement ([0f0c59f](https://github.com/onesoft-sudo/sudobot-dashboard/commit/0f0c59ff8f4e0fb66481ced81d01f178d6af1ad7))
* **deleted_message_page:** hydration errors ([15f6104](https://github.com/onesoft-sudo/sudobot-dashboard/commit/15f61041e3c670d0f5cb7e1fe5eac14f939d9ed1))
* **deleted_messages:** text overflow ([d344d6f](https://github.com/onesoft-sudo/sudobot-dashboard/commit/d344d6fb6b5432862593eebb5a754057568a0d52))



## [0.46.3](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.46.2...v0.46.3) (2023-10-29)
## [0.46.6](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.46.5...v0.46.6) (2023-10-31)


### Bug Fixes

* **mobile:** hide glow ([86688fa](https://github.com/onesoft-sudo/sudobot-dashboard/commit/86688fa0e5e820cd1726b02a570f4703b8f679ff))
* **home:banner:** spacing ([a3762f0](https://github.com/onesoft-sudo/sudobot-dashboard/commit/a3762f0b50266d3739a81c5b1922a0398bddf70a))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sudobot-dashboard",
"version": "0.46.7",
"version": "0.47.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const MessageRuleCreateForm: FC<MessageRuleCreateFormProps> = ({
innerWrapper: "[overflow-wrap:break-word]",
value: "[overflow-wrap:break-word]",
description: "[overflow-wrap:break-word]",
}}
} as any}
renderValue={rules => {
return rules.map((rule, index) => (
<div
Expand Down
2 changes: 1 addition & 1 deletion src/components/SettingCards/PermissionModeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const PermissionModeCard: FC<SettingCardProps> = ({
innerWrapper: "[overflow-wrap:break-word]",
value: "[overflow-wrap:break-word]",
description: "[overflow-wrap:break-word]",
}}
} as any}
>
{permissionModes.map(permissionMode => (
<SelectItem
Expand Down

0 comments on commit 0708e86

Please sign in to comment.