Skip to content

Commit 1823e18

Browse files
Merge #1387
1387: Version Packages r=Strift 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 - 3085de3: Bump meilisearch to v0.50.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 parents 7772453 + 47b64bb commit 1823e18

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.changeset/rude-walls-deny.md

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

packages/instant-meilisearch/CHANGELOG.md

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

3+
## 0.26.0
4+
5+
### Minor Changes
6+
7+
- 3085de3: Bump meilisearch to v0.50.0
8+
39
## 0.25.0
410

511
### Minor 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.25.0",
3+
"version": "0.26.0",
44
"description": "The search client to use Meilisearch with InstantSearch.",
55
"homepage": "https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch",
66
"license": "MIT",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '0.25.0'
1+
export const PACKAGE_VERSION = '0.26.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
"license": "MIT",
1414
"dependencies": {
15-
"@meilisearch/instant-meilisearch": "0.25.0",
15+
"@meilisearch/instant-meilisearch": "0.26.0",
1616
"scriptjs": "^2.5.9"
1717
}
1818
}

playgrounds/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
],
1313
"license": "MIT",
1414
"dependencies": {
15-
"@meilisearch/instant-meilisearch": "0.25.0"
15+
"@meilisearch/instant-meilisearch": "0.26.0"
1616
}
1717
}

0 commit comments

Comments
 (0)