Skip to content

Commit

Permalink
Merge #1355
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
meili-bors[bot] and github-actions[bot] authored Jan 22, 2025
2 parents 20a99b7 + b5b1826 commit 67c9478
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/sweet-shrimps-hunt.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/autocomplete-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @meilisearch/autocomplete-client

## 0.6.0

### 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/instant-meilisearch@0.24.0

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meilisearch/autocomplete-client",
"version": "0.5.0",
"version": "0.6.0",
"description": "The search client to use Meilisearch with autocomplete.js.",
"homepage": "https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete-client/src/package-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = '0.5.0'
export const PACKAGE_VERSION = '0.6.0'
10 changes: 10 additions & 0 deletions packages/instant-meilisearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @meilisearch/instant-meilisearch

## 0.24.0

### 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

## 0.23.0

### Minor 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.23.0",
"version": "0.24.0",
"description": "The search client to use Meilisearch with InstantSearch.",
"homepage": "https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch",
"license": "MIT",
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.23.0'
export const PACKAGE_VERSION = '0.24.0'
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 @@
],
"license": "MIT",
"dependencies": {
"@meilisearch/instant-meilisearch": "0.23.0",
"@meilisearch/instant-meilisearch": "0.24.0",
"scriptjs": "^2.5.9"
}
}
2 changes: 1 addition & 1 deletion playgrounds/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
],
"license": "MIT",
"dependencies": {
"@meilisearch/instant-meilisearch": "0.23.0"
"@meilisearch/instant-meilisearch": "0.24.0"
}
}

0 comments on commit 67c9478

Please sign in to comment.