Skip to content

Commit

Permalink
Remove changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Jul 13, 2023
1 parent d3695c2 commit 3467a2f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 18 deletions.
7 changes: 0 additions & 7 deletions packages/autocomplete-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @meilisearch/autocomplete-client

## 0.2.2-prototype-search-for-facet-values.0

### Patch Changes

- Updated dependencies [458bbf3]
- @meilisearch/instant-meilisearch@0.13.3-prototype-search-for-facet-values.0

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2.2-prototype-search-for-facet-values.0",
"version": "0.2.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 Expand Up @@ -47,7 +47,7 @@
"url": "https://github.com/meilisearch/meilisearch-js-plugins.git"
},
"dependencies": {
"@meilisearch/instant-meilisearch": "0.13.3-prototype-search-for-facet-values.0"
"@meilisearch/instant-meilisearch": "*"
},
"devDependencies": {
"@algolia/autocomplete-js": "^1.7.4",
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.2.2-prototype-search-for-facet-values.0'
export const PACKAGE_VERSION = '0.2.1'
2 changes: 1 addition & 1 deletion packages/instant-meilisearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"templates"
],
"dependencies": {
"meilisearch": "0.33.0-prototype-search-for-facet-values.1"
"meilisearch": "^0.35.0-v1.3.0-pre-release.0"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function createFacetSearchContext(
instantSearchParams?.page
)

const sortState = createSortState(sortByArray.join(':'))
const sortState = splitSortString(sortByArray.join(':'))

const searchContext: SearchContext = {
...options,
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@algolia/autocomplete-plugin-query-suggestions": "^1.9.3",
"@algolia/autocomplete-plugin-tags": "^1.9.2",
"@algolia/autocomplete-theme-classic": "^1.7.4",
"@meilisearch/autocomplete-client": "0.2.2-prototype-search-for-facet-values.0"
"@meilisearch/autocomplete-client": "*"
},
"devDependencies": {
"@babel/core": "^7.13.1",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/node-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
],
"license": "MIT",
"dependencies": {
"@meilisearch/instant-meilisearch": "0.13.3-prototype-search-for-facet-values.0"
"@meilisearch/instant-meilisearch": "*"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10269,10 +10269,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==

meilisearch@0.33.0-prototype-search-for-facet-values.1:
version "0.33.0-prototype-search-for-facet-values.1"
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.33.0-prototype-search-for-facet-values.1.tgz#e8cfd380880dbf7c2c0de9e52ca581c05062a65f"
integrity sha512-tP2NHj4LIG/L7RQc8IdCOnn3u7MU5RDITf4vEjwToCREtoqadEGahypPfnjRMD7Iw/2j3ELk81SpbFArrSXpCg==
meilisearch@^0.35.0-v1.3.0-pre-release.0:
version "0.35.0-v1.3.0-pre-release.0"
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.35.0-v1.3.0-pre-release.0.tgz#9a040b257780f4c8c27732d650896aa8e4afc2a3"
integrity sha512-whAQ0yZh1EQwEBTwBkTleW57sC9qzQ0IefITgetJL01alZvWwodAT50xbYPJiuOAEuuaN27f689DF14XMoDMzg==
dependencies:
cross-fetch "^3.1.6"

Expand Down

0 comments on commit 3467a2f

Please sign in to comment.