chore: bump version to v0.15.3

This commit is contained in:
Anoop M D 2023-09-27 14:37:13 +05:30
parent 07ad1f9f60
commit 08c1563a7a
4 changed files with 4 additions and 5 deletions

View File

@ -39,7 +39,5 @@
"overrides": { "overrides": {
"rollup": "3.2.5" "rollup": "3.2.5"
}, },
"dependencies": { "dependencies": {}
"xml-formatter": "^3.3.2"
}
} }

View File

@ -53,6 +53,7 @@
"sass": "^1.46.0", "sass": "^1.46.0",
"styled-components": "^5.3.3", "styled-components": "^5.3.3",
"tailwindcss": "^2.2.19", "tailwindcss": "^2.2.19",
"xml-formatter": "^3.5.0",
"yup": "^0.32.11" "yup": "^0.32.11"
}, },
"devDependencies": { "devDependencies": {

View File

@ -116,7 +116,7 @@ const Sidebar = () => {
</GitHubButton> </GitHubButton>
)} )}
</div> </div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.15.2</div> <div className="flex flex-grow items-center justify-end text-xs mr-2">v0.15.3</div>
</div> </div>
</div> </div>
</div> </div>

View File

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