Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.2...v2.0.0) (2024-10-31)

* fix!: Search API functions how take query as a parameter ([07e122e](07e122e))
* fix!: Remove invalid SearchOption type guard functions ([2e40d50](2e40d50))

### BREAKING CHANGES

* `productSearch`, `bestseller`, `contentSearch`, `categorySearch` and `autoSuggest`
parameters have changed.
* Removed `isBestsellerOptions`, `isAutosuggestOptions`, `isContentSearchOptions`,
`isProductSearchOptions`, `isCategorySearchOptions` functions from the API.
  • Loading branch information
semantic-release-bot committed Oct 31, 2024
1 parent 07e122e commit 01f961d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/bloomreach/discovery-web-sdk/compare/v1.3.2...v2.0.0) (2024-10-31)


* fix!: Search API functions how take query as a parameter ([07e122e](https://github.com/bloomreach/discovery-web-sdk/commit/07e122e6eecc979b4fc2e1d86bda9ad394bc70a2))
* fix!: Remove invalid SearchOption type guard functions ([2e40d50](https://github.com/bloomreach/discovery-web-sdk/commit/2e40d505cd31f15ca708ebb21d4e892290b7db88))


### BREAKING CHANGES

* `productSearch`, `bestseller`, `contentSearch`, `categorySearch` and `autoSuggest`
parameters have changed.
* Removed `isBestsellerOptions`, `isAutosuggestOptions`, `isContentSearchOptions`,
`isProductSearchOptions`, `isCategorySearchOptions` functions from the API.

## [1.3.2](https://github.com/bloomreach/discovery-web-sdk/compare/v1.3.1...v1.3.2) (2024-09-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomreach/discovery-web-sdk",
"version": "1.3.2",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bloomreach/discovery-web-sdk.git"
Expand Down

0 comments on commit 01f961d

Please sign in to comment.