Skip to content

Commit 8aff485

Browse files
author
Ricco X
committed
chore(release): v0.14.1
1 parent 852af69 commit 8aff485

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.14.1](https://github.com/riccox/meilisearch-ui/compare/v0.14.0...v0.14.1) (2025-09-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** update build scripts and add post-build script for BASE_PATH replacement in spa deployment. ([2d91a78](https://github.com/riccox/meilisearch-ui/commit/2d91a7896f79fb19835688b812c9479d285ebfbe))
9+
* renader loop in singleton mode. gh-250 ([9070437](https://github.com/riccox/meilisearch-ui/commit/90704370a3bf315ca73691c47fe15f9bf278ae00))
10+
* **search:** conditionally render dropdown divider in sort tip. ([852af69](https://github.com/riccox/meilisearch-ui/commit/852af69a962b4c5ea400b364e25961ce4fa263c3))
11+
312
## [0.14.0](https://github.com/riccox/meilisearch-ui/compare/v0.13.2...v0.14.0) (2025-09-09)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"vite": "^6.2.1",
101101
"vite-tsconfig-paths": "^5.1.4"
102102
},
103-
"version": "0.14.0",
103+
"version": "0.14.1",
104104
"main": "index.js",
105105
"license": "Apache-2.0"
106106
}

0 commit comments

Comments
 (0)