Skip to content

Commit

Permalink
Merge #1319
Browse files Browse the repository at this point in the history
1319: Version Packages r=brunoocasali 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]`

### Patch Changes

-   d167b70: Add support for [ranking score threshold](https://www.meilisearch.com/docs/reference/api/search#ranking-score-threshold?utm_campaign=oss&utm_source=github&utm_medium=instant-meilisearch)


Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and github-actions[bot] authored Aug 14, 2024
2 parents 72a0346 + 8226a61 commit 0ed8eb1
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-hounds-try.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/instant-meilisearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @meilisearch/instant-meilisearch

## 0.19.3

### Patch Changes

- d167b70: Add support for [ranking score threshold](https://www.meilisearch.com/docs/reference/api/search#ranking-score-threshold?utm_campaign=oss&utm_source=github&utm_medium=instant-meilisearch)

## 0.19.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/instant-meilisearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meilisearch/instant-meilisearch",
"version": "0.19.2",
"version": "0.19.3",
"private": false,
"description": "The search client to use Meilisearch with InstantSearch.",
"homepage": "https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch",
Expand Down
2 changes: 1 addition & 1 deletion packages/instant-meilisearch/src/package-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = '0.19.2'
export const PACKAGE_VERSION = '0.19.3'
2 changes: 1 addition & 1 deletion playgrounds/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "~15.1.0",
"@angular/platform-browser-dynamic": "~15.1.0",
"@angular/router": "~15.1.0",
"@meilisearch/instant-meilisearch": "0.19.2",
"@meilisearch/instant-meilisearch": "0.19.3",
"algoliasearch": "^4.17.2",
"angular-instantsearch": "^4.4.1",
"instantsearch.js": "^4.56.2",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/geo-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@meilisearch/instant-meilisearch": "0.19.2",
"@meilisearch/instant-meilisearch": "0.19.3",
"eslint-config-meilisearch": "*"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
],
"license": "MIT",
"dependencies": {
"@meilisearch/instant-meilisearch": "0.19.2"
"@meilisearch/instant-meilisearch": "0.19.3"
}
}
2 changes: 1 addition & 1 deletion playgrounds/local-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@meilisearch/instant-meilisearch": "0.19.2",
"@meilisearch/instant-meilisearch": "0.19.3",
"instantsearch.css": "^8.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-instantsearch": "^7.1.0",
"@meilisearch/instant-meilisearch": "0.19.2"
"@meilisearch/instant-meilisearch": "0.19.3"
},
"devDependencies": {
"@babel/core": "^7.13.1",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vue3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:types": "yarn tsc"
},
"dependencies": {
"@meilisearch/instant-meilisearch": "0.19.2",
"@meilisearch/instant-meilisearch": "0.19.3",
"vue": "^3.2.45",
"vue-instantsearch": "^4.10.8"
},
Expand Down

0 comments on commit 0ed8eb1

Please sign in to comment.