Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 330bbd9

Browse files
chore: release v4.3.1 (#1097)
Co-authored-by: Haroen Viaene <[email protected]>
1 parent a36ae2b commit 330bbd9

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.3.1](https://github.com/algolia/vue-instantsearch/compare/v4.3.0...v4.3.1) (2022-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **dependencies:** update instantsearch.js requirement ([a36ae2b](https://github.com/algolia/vue-instantsearch/commit/a36ae2b964110f3e4bc98c39895dd31b79527701)), closes [#1096](https://github.com/algolia/vue-instantsearch/issues/1096)
7+
8+
9+
110
# [4.3.0](https://github.com/algolia/vue-instantsearch/compare/v4.2.0...v4.3.0) (2021-12-16)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"autocomplete"
1717
],
1818
"license": "MIT",
19-
"version": "4.3.0",
19+
"version": "4.3.1",
2020
"files": [
2121
"vue2",
2222
"vue3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8122,10 +8122,10 @@ [email protected]:
81228122
resolved "https://registry.yarnpkg.com/instantsearch.css/-/instantsearch.css-7.3.1.tgz#7ab74a8f355091ae040947a9cf5438f379026622"
81238123
integrity sha512-/kaMDna5D+Q9mImNBHEhb9HgHATDOFKYii7N1Iwvrj+lmD9gBJLqVhUw67gftq2O0QI330pFza+CRscIwB1wQQ==
81248124

8125-
instantsearch.js@^4.36.0:
8126-
version "4.36.0"
8127-
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.36.0.tgz#70baaa7ea745992b2220f1c553e310cef552f7b8"
8128-
integrity sha512-o0PRCir8AvMHo9idMEh6ERPXlSMn6auUbq2niW5t//03Kn+EPYDP8uXyKQtSRHLxd9T0gTU6PNJ3vM0VV76VgA==
8125+
instantsearch.js@^4.37.2:
8126+
version "4.37.2"
8127+
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.37.2.tgz#e5efed415f68ae934ce48db8c6bd3e3947d6650e"
8128+
integrity sha512-xlzjXQ3ZlDUA9tSsg8oUT4EINTC7MB3j0JJ029st56ZSJ6EXoT4rlzISFXVAuc0aGbbhBlxpXrjyOYD2M/Hrow==
81298129
dependencies:
81308130
"@algolia/events" "^4.0.1"
81318131
"@types/google.maps" "^3.45.3"
@@ -8134,7 +8134,7 @@ instantsearch.js@^4.36.0:
81348134
algoliasearch-helper "^3.7.0"
81358135
classnames "^2.2.5"
81368136
hogan.js "^3.0.2"
8137-
preact "^10.0.0"
8137+
preact "^10.6.0"
81388138
qs "^6.5.1 < 6.10"
81398139
search-insights "^2.1.0"
81408140

@@ -12096,10 +12096,10 @@ posthtml@^0.10.1:
1209612096
posthtml-parser "^0.3.0"
1209712097
posthtml-render "^1.0.5"
1209812098

12099-
preact@^10.0.0:
12100-
version "10.0.4"
12101-
resolved "https://registry.yarnpkg.com/preact/-/preact-10.0.4.tgz#7c1a2e074ea64a2d3c83349f7f55304ed0e017a7"
12102-
integrity sha512-x9QW91LVQZ4lkMZ8gOucyaW1414MEtgSC//JwlxR0nfq/QEdbaLQZrWFFWgjtGyNBBXg2P0TZ6u6W+XlpjcK2Q==
12099+
preact@^10.6.0:
12100+
version "10.6.4"
12101+
resolved "https://registry.yarnpkg.com/preact/-/preact-10.6.4.tgz#ad12c409ff1b4316158486e0a7b8d43636f7ced8"
12102+
integrity sha512-WyosM7pxGcndU8hY0OQlLd54tOU+qmG45QXj2dAYrL11HoyU/EzOSTlpJsirbBr1QW7lICxSsVJJmcmUglovHQ==
1210312103

1210412104
prelude-ls@~1.1.2:
1210512105
version "1.1.2"

0 commit comments

Comments
 (0)