Skip to content

Commit 67c9478

Browse files
Merge #1355
1355: 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 - fe45115: - Jest -> Vitest - Rollup -> Vite - `"type": "module"` - update `meilisearch-js` to latest version - update everything else that caused a conflict to the latest version, and adapt code ### Patch Changes - Updated dependencies [fe45115] - `@meilisearch/[email protected]` ## `@meilisearch/[email protected]` ### Minor Changes - fe45115: - Jest -> Vitest - Rollup -> Vite - `"type": "module"` - update `meilisearch-js` to latest version - update everything else that caused a conflict to the latest version, and adapt code Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 parents 20a99b7 + b5b1826 commit 67c9478

File tree

9 files changed

+31
-16
lines changed

9 files changed

+31
-16
lines changed

Diff for: .changeset/sweet-shrimps-hunt.md

-10
This file was deleted.

Diff for: packages/autocomplete-client/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @meilisearch/autocomplete-client
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- fe45115: - Jest -> Vitest
8+
- Rollup -> Vite
9+
- `"type": "module"`
10+
- update `meilisearch-js` to latest version
11+
- update everything else that caused a conflict to the latest version, and adapt code
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [fe45115]
16+
- @meilisearch/instant-meilisearch@0.24.0
17+
318
## 0.5.0
419

520
### Minor Changes

Diff for: packages/autocomplete-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meilisearch/autocomplete-client",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "The search client to use Meilisearch with autocomplete.js.",
55
"homepage": "https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client",
66
"publishConfig": {

Diff for: packages/autocomplete-client/src/package-version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '0.5.0'
1+
export const PACKAGE_VERSION = '0.6.0'

Diff for: packages/instant-meilisearch/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @meilisearch/instant-meilisearch
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- fe45115: - Jest -> Vitest
8+
- Rollup -> Vite
9+
- `"type": "module"`
10+
- update `meilisearch-js` to latest version
11+
- update everything else that caused a conflict to the latest version, and adapt code
12+
313
## 0.23.0
414

515
### Minor Changes

Diff for: packages/instant-meilisearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meilisearch/instant-meilisearch",
3-
"version": "0.23.0",
3+
"version": "0.24.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",

Diff for: packages/instant-meilisearch/src/package-version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '0.23.0'
1+
export const PACKAGE_VERSION = '0.24.0'

Diff for: playgrounds/geo-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"license": "MIT",
1414
"dependencies": {
15-
"@meilisearch/instant-meilisearch": "0.23.0",
15+
"@meilisearch/instant-meilisearch": "0.24.0",
1616
"scriptjs": "^2.5.9"
1717
}
1818
}

Diff for: playgrounds/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
],
1313
"license": "MIT",
1414
"dependencies": {
15-
"@meilisearch/instant-meilisearch": "0.23.0"
15+
"@meilisearch/instant-meilisearch": "0.24.0"
1616
}
1717
}

0 commit comments

Comments
 (0)