Skip to content

Commit 3de2804

Browse files
Merge #1332
1332: Version Packages r=curquiza 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 - 1e7bf78: Fix wrong "meilisearch" client being imported in UMD bundle. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 parents 682a604 + e1f8653 commit 3de2804

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

.changeset/big-swans-cover.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.21.1
4+
5+
### Patch Changes
6+
7+
- 1e7bf78: Fix wrong "meilisearch" client being imported in UMD bundle.
8+
39
## 0.21.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.21.0",
3+
"version": "0.21.1",
44
"private": false,
55
"description": "The search client to use Meilisearch with InstantSearch.",
66
"homepage": "https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '0.21.0'
1+
export const PACKAGE_VERSION = '0.21.1'

playgrounds/geo-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"license": "MIT",
2020
"dependencies": {
21-
"@meilisearch/instant-meilisearch": "0.21.0",
21+
"@meilisearch/instant-meilisearch": "0.21.1",
2222
"scriptjs": "^2.5.9"
2323
}
2424
}

playgrounds/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
],
1818
"license": "MIT",
1919
"dependencies": {
20-
"@meilisearch/instant-meilisearch": "0.21.0"
20+
"@meilisearch/instant-meilisearch": "0.21.1"
2121
}
2222
}

playgrounds/local-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "",
2424
"license": "ISC",
2525
"dependencies": {
26-
"@meilisearch/instant-meilisearch": "0.21.0",
26+
"@meilisearch/instant-meilisearch": "0.21.1",
2727
"instantsearch.css": "^8.0.0",
2828
"react": "^17.0.1",
2929
"react-dom": "^17.0.1",

playgrounds/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react": "^17.0.1",
2323
"react-dom": "^17.0.1",
2424
"react-instantsearch": "^7.1.0",
25-
"@meilisearch/instant-meilisearch": "0.21.0"
25+
"@meilisearch/instant-meilisearch": "0.21.1"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.13.1",

playgrounds/vue3-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:types": "yarn tsc"
1313
},
1414
"dependencies": {
15-
"@meilisearch/instant-meilisearch": "0.21.0",
15+
"@meilisearch/instant-meilisearch": "0.21.1",
1616
"vue": "^3.2.45",
1717
"vue-instantsearch": "^4.10.8"
1818
},

0 commit comments

Comments
 (0)