Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into feat/9829-character-limit-info
Browse files Browse the repository at this point in the history
  • Loading branch information
bojangabric authored Nov 30, 2023
2 parents f0450b4 + 95e769f commit 3054dde
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 21 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
# [2.92.0](https://github.com/EddieHubCommunity/BioDrop/compare/v2.91.2...v2.92.0) (2023-11-28)
## [2.92.2](https://github.com/EddieHubCommunity/BioDrop/compare/v2.92.1...v2.92.2) (2023-11-30)


### Features
### Bug Fixes

* character limit on tags ([#9762](https://github.com/EddieHubCommunity/BioDrop/issues/9762)) ([eac304e](https://github.com/EddieHubCommunity/BioDrop/commit/eac304e1d6070837ac99e91c31c24dc45caa00ad))
* docs premium nav ([#9854](https://github.com/EddieHubCommunity/BioDrop/issues/9854)) ([b5c1439](https://github.com/EddieHubCommunity/BioDrop/commit/b5c14390bcb5445c43c986e1486b1ff58a686029))



## [2.91.2](https://github.com/EddieHubCommunity/BioDrop/compare/v2.91.1...v2.91.2) (2023-11-27)
## [2.92.1](https://github.com/EddieHubCommunity/BioDrop/compare/v2.92.0...v2.92.1) (2023-11-30)


### Bug Fixes

* null icons ([#9847](https://github.com/EddieHubCommunity/BioDrop/issues/9847)) ([c0021fa](https://github.com/EddieHubCommunity/BioDrop/commit/c0021fa10bb3b486fe12004c3b666eb425d3a3b0))
* dark mode confirm dialog box ([#9814](https://github.com/EddieHubCommunity/BioDrop/issues/9814)) ([3d07944](https://github.com/EddieHubCommunity/BioDrop/commit/3d07944ce85222d70b80cbde6e10af21e68e1bfb))



## [2.91.1](https://github.com/EddieHubCommunity/BioDrop/compare/v2.91.0...v2.91.1) (2023-11-27)
# [2.92.0](https://github.com/EddieHubCommunity/BioDrop/compare/v2.91.2...v2.92.0) (2023-11-28)


### Bug Fixes
### Features

* popular icon search ([#9845](https://github.com/EddieHubCommunity/BioDrop/issues/9845)) ([0e0e1af](https://github.com/EddieHubCommunity/BioDrop/commit/0e0e1af966f7ef08b400fe132044441134ff6c06))
* character limit on tags ([#9762](https://github.com/EddieHubCommunity/BioDrop/issues/9762)) ([eac304e](https://github.com/EddieHubCommunity/BioDrop/commit/eac304e1d6070837ac99e91c31c24dc45caa00ad))



# [2.91.0](https://github.com/EddieHubCommunity/BioDrop/compare/v2.90.1...v2.91.0) (2023-11-27)
## [2.91.2](https://github.com/EddieHubCommunity/BioDrop/compare/v2.91.1...v2.91.2) (2023-11-27)


### Features
### Bug Fixes

* icon search show popular and badge counter ([#9843](https://github.com/EddieHubCommunity/BioDrop/issues/9843)) ([6ad83cd](https://github.com/EddieHubCommunity/BioDrop/commit/6ad83cd742777b02678762a0a860f026179dd095)), closes [#9819](https://github.com/EddieHubCommunity/BioDrop/issues/9819)
* null icons ([#9847](https://github.com/EddieHubCommunity/BioDrop/issues/9847)) ([c0021fa](https://github.com/EddieHubCommunity/BioDrop/commit/c0021fa10bb3b486fe12004c3b666eb425d3a3b0))



## [2.90.1](https://github.com/EddieHubCommunity/BioDrop/compare/v2.90.0...v2.90.1) (2023-11-23)
## [2.91.1](https://github.com/EddieHubCommunity/BioDrop/compare/v2.91.0...v2.91.1) (2023-11-27)


### Bug Fixes

* duplicate tags issue using set constructor ([#9820](https://github.com/EddieHubCommunity/BioDrop/issues/9820)) ([bde2fe9](https://github.com/EddieHubCommunity/BioDrop/commit/bde2fe9fb21535bddad9580679bb5dc77a6a5536))
* popular icon search ([#9845](https://github.com/EddieHubCommunity/BioDrop/issues/9845)) ([0e0e1af](https://github.com/EddieHubCommunity/BioDrop/commit/0e0e1af966f7ef08b400fe132044441134ff6c06))



2 changes: 1 addition & 1 deletion components/ConfirmDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ConfirmDialog({
<Transition.Root show={open} as={Fragment}>
<Dialog
as="div"
className="relative z-10"
className="relative z-40"
initialFocus={cancelButtonRef}
onClose={setOpen}
>
Expand Down
4 changes: 0 additions & 4 deletions components/layouts/DocsLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ export const navigation = [
name: "GitHub Repos with Forms",
href: "/docs/how-to-guides/repos-forms",
},
{
name: "Premium Features",
href: "/docs/how-to-guides/premium",
},
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion config/app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.92.0",
"version": "2.92.2",
"alerts": [],
"layouts": [
"classic",
Expand Down
2 changes: 1 addition & 1 deletion 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": "biodrop",
"version": "2.92.0",
"version": "2.92.2",
"private": false,
"homepage": "https://biodrop.io",
"engines": {
Expand Down

0 comments on commit 3054dde

Please sign in to comment.