Skip to content

Commit 5c32ab6

Browse files
chore(release): 1.1.0 [skip ci]
1 parent c403917 commit 5c32ab6

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [1.1.0](https://github.com/sanity-io/embeddings-index-ui/compare/v1.0.3...v1.1.0) (2023-09-14)
9+
10+
### Features
11+
12+
- autocomplete in index tool search ([0b84d80](https://github.com/sanity-io/embeddings-index-ui/commit/0b84d80e63d1cde83856d2443c2731fdd67a7654))
13+
- support for default index configuration ([18da837](https://github.com/sanity-io/embeddings-index-ui/commit/18da837aabcaa9b64233d16167e4aa32d562f09c))
14+
15+
### Bug Fixes
16+
17+
- adder border to index entries to invite interaction ([bd1bc64](https://github.com/sanity-io/embeddings-index-ui/commit/bd1bc64c7ee988bef390ec5e5465f32d5eb4b611))
18+
- show filter before projection in index form ([c403917](https://github.com/sanity-io/embeddings-index-ui/commit/c4039177e6824fcea5c2936df899ea7235813e42))
19+
820
## [1.0.3](https://github.com/sanity-io/embeddings-index-ui/compare/v1.0.2...v1.0.3) (2023-09-13)
921

1022
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/embeddings-index-ui",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Various Sanity Studio plugins for integrating with the embeddings index API",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)