chore: bumped version to v1.10.0

This commit is contained in:
Anoop M D
2024-02-28 00:40:10 +05:30
parent 3b51621580
commit 0e85b302b8
6 changed files with 25 additions and 26 deletions

View File

@@ -56,7 +56,7 @@ const OAuth2AuthorizationCode = ({ item, collection }) => {
);
})}
<button onClick={handleRun} className="submit btn btn-sm btn-secondary w-fit">
Get Authorization Code
Get Access Token
</button>
</StyledWrapper>
);

View File

@@ -110,7 +110,6 @@ const GoldenEdition = ({ onClose }) => {
const handlePricingOptionChange = (option) => {
setPricingOption(option);
};
console.log(displayedTheme);
const themeBasedContainerClassNames = displayedTheme === 'light' ? 'text-gray-900' : 'text-white';
const themeBasedTabContainerClassNames = displayedTheme === 'light' ? 'bg-gray-200' : 'bg-gray-800';

View File

@@ -124,7 +124,7 @@ const Sidebar = () => {
Star
</GitHubButton> */}
</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.9.0</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v1.10.0</div>
</div>
</div>
</div>

View File

@@ -60,7 +60,7 @@ const trackStart = () => {
event: 'start',
properties: {
os: platformLib.os.family,
version: '1.9.0'
version: '1.10.0'
}
});
};

View File

@@ -1,5 +1,5 @@
{
"version": "v1.9.0",
"version": "v1.10.0",
"name": "bruno",
"description": "Opensource API Client for Exploring and Testing APIs",
"homepage": "https://www.usebruno.com",