Skip to content

Commit d11f6e3

Browse files
committed
chore(release): v0.13.2
1 parent f3c9270 commit d11f6e3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.13.1"}
1+
{".":"0.13.2"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.13.2](https://github.com/riccox/meilisearch-ui/compare/v0.13.1...v0.13.2) (2025-07-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **search:** JSON and Grid views are not scrollable. gh-235 ([3b5347b](https://github.com/riccox/meilisearch-ui/commit/3b5347be43871871394c1e6e2c47eec532691520))
9+
* site logo SVG file. ([a7e40b6](https://github.com/riccox/meilisearch-ui/commit/a7e40b64b97b36ddfe750b339bf549ffdfe9d25d))
10+
11+
12+
### Performance Improvements
13+
14+
* **search:** add sortable fields to sort input for auto-complete. gh-236 ([f3c9270](https://github.com/riccox/meilisearch-ui/commit/f3c9270c760ea5998f8abd8b4ba0422503ce7723))
15+
316
## [0.13.1](https://github.com/riccox/meilisearch-ui/compare/v0.13.0...v0.13.1) (2025-07-01)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"vite": "^6.2.1",
9999
"vite-tsconfig-paths": "^5.1.4"
100100
},
101-
"version": "0.13.1",
101+
"version": "0.13.2",
102102
"main": "index.js",
103103
"license": "Apache-2.0"
104104
}

0 commit comments

Comments
 (0)