Skip to content

Commit

Permalink
Merge #1334
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
meili-bors[bot] and github-actions[bot] authored Oct 23, 2024
2 parents 4aa018f + 1202338 commit 5fb9fd3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-snakes-dream.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- 7bc6b54: Fix rollup importing wrong "meilisearch"

## 0.4.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.4.0",
"version": "0.4.1",
"private": false,
"description": "The search client to use Meilisearch with autocomplete.js.",
"homepage": "https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client",
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.4.0'
export const PACKAGE_VERSION = '0.4.1'

0 comments on commit 5fb9fd3

Please sign in to comment.