Skip to content

Commit 5fb9fd3

Browse files
Merge #1334
1334: 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 - 7bc6b54: Fix rollup importing wrong "meilisearch" Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 parents 4aa018f + 1202338 commit 5fb9fd3

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/calm-snakes-dream.md

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

packages/autocomplete-client/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 7bc6b54: Fix rollup importing wrong "meilisearch"
8+
39
## 0.4.0
410

511
### Minor Changes

packages/autocomplete-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meilisearch/autocomplete-client",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": false,
55
"description": "The search client to use Meilisearch with autocomplete.js.",
66
"homepage": "https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '0.4.0'
1+
export const PACKAGE_VERSION = '0.4.1'

0 commit comments

Comments
 (0)