mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
chore: bumped version to v1.10.0
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -60,7 +60,7 @@ const trackStart = () => {
|
||||
event: 'start',
|
||||
properties: {
|
||||
os: platformLib.os.family,
|
||||
version: '1.9.0'
|
||||
version: '1.10.0'
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user