Skip to content

Commit 004a498

Browse files
Merge #1047
1047: Version Packages r=bidoubiwa a=github-actions[bot] This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## `@meilisearch/[email protected]` ### Minor Changes - 3be2aaf: Replaces search with multiSearch API. - 3098d6c: Add support for multiple sort attributes ### Patch Changes - c6b3c09: Use the `_geoBoundingBox` filter to adapt the `insideBoundingBox`parameter - 0211825: Add the facetStats of numeric facets, giving access to the min and max value of these facets. The following widgets are now compatible with Meilisearch: `RangeSlider` and `RangeInput` Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 parents c09acb6 + 8b99560 commit 004a498

File tree

13 files changed

+21
-29
lines changed

13 files changed

+21
-29
lines changed

.changeset/fresh-countries-move.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/red-fans-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/small-masks-tease.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stupid-mirrors-itch.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/instant-meilisearch/CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- 3be2aaf: Replaces search with multiSearch API.
8+
- 3098d6c: Add support for multiple sort attributes
9+
10+
### Patch Changes
11+
12+
- c6b3c09: Use the `_geoBoundingBox` filter to adapt the `insideBoundingBox`parameter
13+
- 0211825: Add the facetStats of numeric facets, giving access to the min and max value of these facets.
14+
The following widgets are now compatible with Meilisearch: `RangeSlider` and `RangeInput`
15+
316
## 0.11.1
417

518
### Patch Changes

packages/instant-meilisearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meilisearch/instant-meilisearch",
3-
"version": "0.11.1",
3+
"version": "0.12.0",
44
"private": false,
55
"description": "The search client to use Meilisearch with InstantSearch.",
66
"homepage": "https://github.com/meilisearch/instant-meilisearch",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '0.11.1'
1+
export const PACKAGE_VERSION = '0.12.0'

playgrounds/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "~15.1.0",
2020
"@angular/platform-browser-dynamic": "~15.1.0",
2121
"@angular/router": "~15.1.0",
22-
"@meilisearch/instant-meilisearch": "0.11.1",
22+
"@meilisearch/instant-meilisearch": "0.12.0",
2323
"algoliasearch": "^4.14.3",
2424
"angular-instantsearch": "^4.0.0",
2525
"instantsearch.js": "^4.14.0",

playgrounds/geo-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@babel/core": "^7.20.12",
15-
"@meilisearch/instant-meilisearch": "0.11.1",
15+
"@meilisearch/instant-meilisearch": "0.12.0",
1616
"eslint-config-meilisearch": "*"
1717
},
1818
"browserslist": [

playgrounds/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
],
1919
"license": "MIT",
2020
"dependencies": {
21-
"@meilisearch/instant-meilisearch": "0.11.1"
21+
"@meilisearch/instant-meilisearch": "0.12.0"
2222
}
2323
}

0 commit comments

Comments
 (0)