diff --git a/examples/js/calendar-widget/package.json b/examples/js/calendar-widget/package.json index 4f7f61d188..6d7d705209 100644 --- a/examples/js/calendar-widget/package.json +++ b/examples/js/calendar-widget/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-calendar-widget", - "version": "1.0.15", + "version": "1.0.16", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -9,7 +9,7 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.55.0" + "instantsearch.js": "4.56.0" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/e-commerce/package.json b/examples/js/e-commerce/package.json index a93e2d51e4..88c6f549d4 100644 --- a/examples/js/e-commerce/package.json +++ b/examples/js/e-commerce/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-ecommerce", - "version": "1.14.0", + "version": "1.15.0", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -10,7 +10,7 @@ "browserslist": "firefox 68, chrome 78, IE 11", "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.55.0" + "instantsearch.js": "4.56.0" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/getting-started/package.json b/examples/js/getting-started/package.json index 329b19dd51..4b475ab768 100644 --- a/examples/js/getting-started/package.json +++ b/examples/js/getting-started/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-getting-started", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -10,7 +10,7 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.55.0" + "instantsearch.js": "4.56.0" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/media/package.json b/examples/js/media/package.json index 86a52c8a42..9c8b674b15 100644 --- a/examples/js/media/package.json +++ b/examples/js/media/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-media", - "version": "1.14.0", + "version": "1.15.0", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -10,7 +10,7 @@ "dependencies": { "algoliasearch": "4.14.3", "date-fns": "2.25.0", - "instantsearch.js": "4.55.0" + "instantsearch.js": "4.56.0" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/tourism/package.json b/examples/js/tourism/package.json index e5be3cab53..88269a038d 100644 --- a/examples/js/tourism/package.json +++ b/examples/js/tourism/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-tourism", - "version": "1.0.15", + "version": "1.0.16", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -9,7 +9,7 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.55.0" + "instantsearch.js": "4.56.0" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/react-hooks/default-theme/package.json b/examples/react-hooks/default-theme/package.json index dc0d43cfb1..461dc2145b 100644 --- a/examples/react-hooks/default-theme/package.json +++ b/examples/react-hooks/default-theme/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-hooks-default-theme", - "version": "6.39.0", + "version": "6.40.0", "private": true, "scripts": { "build": "BABEL_ENV=parcel parcel build index.html", @@ -8,10 +8,10 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.43.0" + "react-instantsearch-hooks-web": "6.44.0" }, "devDependencies": { "@parcel/core": "2.8.0", diff --git a/examples/react-hooks/e-commerce/package.json b/examples/react-hooks/e-commerce/package.json index 8688907089..88d57e8e71 100644 --- a/examples/react-hooks/e-commerce/package.json +++ b/examples/react-hooks/e-commerce/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-hooks-e-commerce", - "version": "6.38.15", + "version": "6.38.16", "private": true, "scripts": { "build": "BABEL_ENV=parcel parcel build index.html", @@ -10,11 +10,11 @@ "browserslist": "firefox 68, chrome 78, IE 11", "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "react": "18.1.0", "react-compound-slider": "3.4.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.43.0" + "react-instantsearch-hooks-web": "6.44.0" }, "devDependencies": { "@parcel/core": "2.8.0", diff --git a/examples/react-hooks/getting-started/package.json b/examples/react-hooks/getting-started/package.json index 6955ed4cb2..2ea974deae 100644 --- a/examples/react-hooks/getting-started/package.json +++ b/examples/react-hooks/getting-started/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-hooks-getting-started", - "version": "6.38.15", + "version": "6.38.16", "private": true, "scripts": { "build": "BABEL_ENV=parcel parcel build index.html", @@ -8,10 +8,10 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.43.0" + "react-instantsearch-hooks-web": "6.44.0" }, "devDependencies": { "@parcel/core": "2.8.0", diff --git a/examples/react-hooks/next-routing/package.json b/examples/react-hooks/next-routing/package.json index ced1af9ff4..48293742b0 100644 --- a/examples/react-hooks/next-routing/package.json +++ b/examples/react-hooks/next-routing/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-hooks-next-routing-example", - "version": "6.46.0", + "version": "6.47.0", "private": true, "scripts": { "dev": "next dev", @@ -14,9 +14,9 @@ "next": "12.1.6", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-router-nextjs": "6.43.0", - "react-instantsearch-hooks-server": "6.43.0", - "react-instantsearch-hooks-web": "6.43.0" + "react-instantsearch-hooks-router-nextjs": "6.44.0", + "react-instantsearch-hooks-server": "6.44.0", + "react-instantsearch-hooks-web": "6.44.0" }, "devDependencies": { "@types/node": "17.0.40", diff --git a/examples/react-hooks/next/package.json b/examples/react-hooks/next/package.json index eb5d78070f..6aef41a26c 100644 --- a/examples/react-hooks/next/package.json +++ b/examples/react-hooks/next/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-hooks-next-example", - "version": "6.46.0", + "version": "6.47.0", "private": true, "scripts": { "dev": "next dev", @@ -14,9 +14,9 @@ "next": "12.1.6", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-router-nextjs": "6.43.0", - "react-instantsearch-hooks-server": "6.43.0", - "react-instantsearch-hooks-web": "6.43.0" + "react-instantsearch-hooks-router-nextjs": "6.44.0", + "react-instantsearch-hooks-server": "6.44.0", + "react-instantsearch-hooks-web": "6.44.0" }, "devDependencies": { "@types/node": "17.0.40", diff --git a/examples/react-hooks/react-native/package.json b/examples/react-hooks/react-native/package.json index b71bd9ae4e..48ee31734a 100644 --- a/examples/react-hooks/react-native/package.json +++ b/examples/react-hooks/react-native/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-hooks-react-native-example", - "version": "6.38.15", + "version": "6.38.16", "private": true, "main": "node_modules/expo/AppEntry.js", "scripts": { @@ -14,9 +14,9 @@ "algoliasearch": "4.14.3", "expo": "~44.0.0", "expo-status-bar": "~1.2.0", - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "react": "17.0.1", - "react-instantsearch-hooks": "6.43.0", + "react-instantsearch-hooks": "6.44.0", "react-native": "0.64.3", "react-native-web": "0.17.1" }, diff --git a/examples/react-hooks/ssr/package.json b/examples/react-hooks/ssr/package.json index 3a249a352f..534e56a533 100644 --- a/examples/react-hooks/ssr/package.json +++ b/examples/react-hooks/ssr/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-hooks-server-side-rendering", - "version": "6.38.15", + "version": "6.38.16", "private": true, "license": "MIT", "scripts": { @@ -26,7 +26,7 @@ "express": "4.17.1", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-server": "6.43.0", - "react-instantsearch-hooks-web": "6.43.0" + "react-instantsearch-hooks-server": "6.44.0", + "react-instantsearch-hooks-web": "6.44.0" } } diff --git a/examples/react/autocomplete/package.json b/examples/react/autocomplete/package.json index 28eacdc15d..2c09a750ed 100644 --- a/examples/react/autocomplete/package.json +++ b/examples/react/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-autocomplete", - "version": "11.0.0", + "version": "12.0.0", "private": true, "license": "MIT", "scripts": { @@ -36,7 +36,7 @@ "react": "17.0.2", "react-autosuggest": "9.4.3", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.39.1" + "react-instantsearch-dom": "6.40.0" }, "browserslist": [ ">0.2%", diff --git a/examples/react/default-theme/package.json b/examples/react/default-theme/package.json index 2b5413c1e4..1ebb305848 100644 --- a/examples/react/default-theme/package.json +++ b/examples/react/default-theme/package.json @@ -1,12 +1,12 @@ { "name": "example-react-instantsearch-default-theme", - "version": "10.0.0", + "version": "11.0.0", "private": true, "dependencies": { "algoliasearch": "4.14.3", "qs": "6.9.7", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.39.1" + "react-instantsearch-dom": "6.40.0" } } diff --git a/examples/react/e-commerce/package.json b/examples/react/e-commerce/package.json index f97b00fb47..dbcf0a62ee 100644 --- a/examples/react/e-commerce/package.json +++ b/examples/react/e-commerce/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-e-commerce", - "version": "10.0.0", + "version": "11.0.0", "private": true, "dependencies": { "algoliasearch": "4.14.3", @@ -9,6 +9,6 @@ "react": "17.0.2", "react-compound-slider": "2.2.0", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.39.1" + "react-instantsearch-dom": "6.40.0" } } diff --git a/examples/react/geo-search/package.json b/examples/react/geo-search/package.json index 4ced0ec2b6..d95fb4d2b0 100644 --- a/examples/react/geo-search/package.json +++ b/examples/react/geo-search/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-geo-search", - "version": "11.0.0", + "version": "12.0.0", "private": true, "license": "MIT", "scripts": { @@ -32,8 +32,8 @@ "qs": "6.9.7", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.39.1", - "react-instantsearch-dom-maps": "6.39.1" + "react-instantsearch-dom": "6.40.0", + "react-instantsearch-dom-maps": "6.40.0" }, "browserslist": [ ">0.2%", diff --git a/examples/react/getting-started/package.json b/examples/react/getting-started/package.json index 45a9ed8c74..d939397d4e 100644 --- a/examples/react/getting-started/package.json +++ b/examples/react/getting-started/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-getting-started", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -10,7 +10,7 @@ "algoliasearch": "4.14.3", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-dom": "6.39.1" + "react-instantsearch-dom": "6.40.0" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/react/media/package.json b/examples/react/media/package.json index 424e25bb06..0560535be4 100644 --- a/examples/react/media/package.json +++ b/examples/react/media/package.json @@ -1,12 +1,12 @@ { "name": "example-react-instantsearch-media", - "version": "10.0.0", + "version": "11.0.0", "private": true, "dependencies": { "algoliasearch": "4.14.3", "qs": "6.9.7", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.39.1" + "react-instantsearch-dom": "6.40.0" } } diff --git a/examples/react/multi-index/package.json b/examples/react/multi-index/package.json index cb91226aa2..5b938511dd 100644 --- a/examples/react/multi-index/package.json +++ b/examples/react/multi-index/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-multi-index", - "version": "11.0.0", + "version": "12.0.0", "private": true, "license": "MIT", "scripts": { @@ -31,7 +31,7 @@ "instantsearch.css": "8.0.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.39.1" + "react-instantsearch-dom": "6.40.0" }, "browserslist": [ ">0.2%", diff --git a/examples/react/next/package.json b/examples/react/next/package.json index 823b6eb40d..5f493c1d9a 100644 --- a/examples/react/next/package.json +++ b/examples/react/next/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-next", - "version": "11.0.0", + "version": "12.0.0", "private": true, "license": "MIT", "scripts": { @@ -26,6 +26,6 @@ "qs": "6.9.7", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.39.1" + "react-instantsearch-dom": "6.40.0" } } diff --git a/examples/react/react-native-query-suggestions/package.json b/examples/react/react-native-query-suggestions/package.json index 2ffb9a7506..bfb46331b1 100644 --- a/examples/react/react-native-query-suggestions/package.json +++ b/examples/react/react-native-query-suggestions/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-react-native-query-suggestions", - "version": "9.0.0", + "version": "10.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "build": "echo \"Error: no build specified\" && exit 0", @@ -18,7 +18,7 @@ "prop-types": "15.6.2", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-native": "6.39.1", + "react-instantsearch-native": "6.40.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-vector-icons": "6.6.0", "react-native-web": "0.11.7" diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index a28e964216..0d60785f0b 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-react-native", - "version": "9.0.0", + "version": "10.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "build": "echo \"Error: no build specified\" && exit 0", @@ -19,7 +19,7 @@ "prop-types": "15.6.2", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-native": "6.39.1", + "react-instantsearch-native": "6.40.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-gesture-handler": "1.6.1", "react-native-modal-dropdown": "0.7.0", diff --git a/examples/react/react-router-v3/package.json b/examples/react/react-router-v3/package.json index 49c4d8a4cd..74d0868f51 100644 --- a/examples/react/react-router-v3/package.json +++ b/examples/react/react-router-v3/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-react-router-v3", - "version": "11.0.0", + "version": "12.0.0", "private": true, "license": "MIT", "scripts": { @@ -34,7 +34,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-fast-compare": "3.0.1", - "react-instantsearch-dom": "6.39.1", + "react-instantsearch-dom": "6.40.0", "react-router": "3.2.1" }, "browserslist": [ diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 6b87a33010..a98a2e9172 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-react-router", - "version": "11.0.0", + "version": "12.0.0", "private": true, "license": "MIT", "scripts": { @@ -34,7 +34,7 @@ "qs": "6.9.7", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.39.1", + "react-instantsearch-dom": "6.40.0", "react-router-dom": "5.2.0" }, "browserslist": [ diff --git a/examples/react/server-side-rendering/package.json b/examples/react/server-side-rendering/package.json index 1a69651536..9d11856b18 100644 --- a/examples/react/server-side-rendering/package.json +++ b/examples/react/server-side-rendering/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-server-side-rendering", - "version": "11.0.0", + "version": "12.0.0", "private": true, "license": "MIT", "scripts": { @@ -31,6 +31,6 @@ "prop-types": "15.6.2", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.39.1" + "react-instantsearch-dom": "6.40.0" } } diff --git a/examples/react/tourism/package.json b/examples/react/tourism/package.json index cad2795f5a..30de3ec71f 100644 --- a/examples/react/tourism/package.json +++ b/examples/react/tourism/package.json @@ -1,13 +1,13 @@ { "name": "example-react-instantsearch-tourism", - "version": "10.0.0", + "version": "11.0.0", "private": true, "dependencies": { "algoliasearch": "4.14.3", "qs": "6.9.7", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.39.1", + "react-instantsearch-dom": "6.40.0", "rheostat": "2.2.0" } } diff --git a/examples/vue/default-theme/package.json b/examples/vue/default-theme/package.json index f9704007f2..c253fb5cc7 100644 --- a/examples/vue/default-theme/package.json +++ b/examples/vue/default-theme/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-default-theme", - "version": "0.15.0", + "version": "0.16.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -10,9 +10,9 @@ "dependencies": { "algoliasearch": "4.14.3", "core-js": "2", - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "vue": "2.7.14", - "vue-instantsearch": "4.9.0" + "vue-instantsearch": "4.10.0" }, "devDependencies": { "@vue/cli-plugin-babel": "3.12.1", diff --git a/examples/vue/e-commerce/package.json b/examples/vue/e-commerce/package.json index e0ebcc928d..1946d20321 100644 --- a/examples/vue/e-commerce/package.json +++ b/examples/vue/e-commerce/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-e-commerce", - "version": "0.15.0", + "version": "0.16.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -11,9 +11,9 @@ "algoliasearch": "4.14.3", "classnames": "2.2.6", "core-js": "2", - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "vue": "2.7.14", - "vue-instantsearch": "4.9.0", + "vue-instantsearch": "4.10.0", "vue-slider-component": "3.0.32" }, "devDependencies": { diff --git a/examples/vue/getting-started/package.json b/examples/vue/getting-started/package.json index dd76534774..89a26cba97 100644 --- a/examples/vue/getting-started/package.json +++ b/examples/vue/getting-started/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-getting-started", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "start": "vue-cli-service serve --port 3000", @@ -9,9 +9,9 @@ "dependencies": { "algoliasearch": "4.14.3", "core-js": "2", - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "vue": "2.7.14", - "vue-instantsearch": "4.9.0" + "vue-instantsearch": "4.10.0" }, "devDependencies": { "@vue/cli-plugin-babel": "3.12.1", diff --git a/examples/vue/media/package.json b/examples/vue/media/package.json index 63246c62ba..4a7538447a 100644 --- a/examples/vue/media/package.json +++ b/examples/vue/media/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-media", - "version": "0.15.0", + "version": "0.16.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -10,9 +10,9 @@ "dependencies": { "algoliasearch": "4.14.3", "core-js": "2", - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "vue": "2.7.14", - "vue-instantsearch": "4.9.0" + "vue-instantsearch": "4.10.0" }, "devDependencies": { "@vue/cli-plugin-babel": "3.12.1", diff --git a/examples/vue/nuxt/package.json b/examples/vue/nuxt/package.json index c37098c60a..ccd08b6543 100644 --- a/examples/vue/nuxt/package.json +++ b/examples/vue/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-nuxt", - "version": "1.14.0", + "version": "1.15.0", "description": "Vue InstantSearch & Nuxt", "private": true, "scripts": { @@ -15,7 +15,7 @@ "cross-env": "^5.2.0", "css-loader": "^4.3.0", "nuxt": "^2.4.5", - "vue-instantsearch": "4.9.0", + "vue-instantsearch": "4.10.0", "vue-server-renderer": "2.7.14" } } diff --git a/examples/vue/ssr/package.json b/examples/vue/ssr/package.json index 83ddcef1a0..7f523df2d9 100644 --- a/examples/vue/ssr/package.json +++ b/examples/vue/ssr/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-ssr", - "version": "0.15.0", + "version": "0.16.0", "private": true, "scripts": { "build": "vue-cli-service ssr:build", @@ -13,7 +13,7 @@ "instantsearch.css": "8.0.0", "qs": "6.9.7", "vue": "2.7.14", - "vue-instantsearch": "4.9.0", + "vue-instantsearch": "4.10.0", "vue-router": "^3.0.2", "vue-server-renderer": "2.7.14" }, diff --git a/packages/instantsearch.js/CHANGELOG.md b/packages/instantsearch.js/CHANGELOG.md index c81e8523b8..e3b581af3a 100644 --- a/packages/instantsearch.js/CHANGELOG.md +++ b/packages/instantsearch.js/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.56.0](https://github.com/algolia/instantsearch.js/compare/instantsearch.js@4.55.0...instantsearch.js@4.56.0) (2023-05-16) + + +### Bug Fixes + +* **infinite-hits:** do not write cache with incomplete state caused by dynamic widgets ([#5620](https://github.com/algolia/instantsearch.js/issues/5620)) ([30edccd](https://github.com/algolia/instantsearch.js/commit/30edccdaf0607695a6e621d7a71dd36f0f719d0b)) +* **rangeinput:** allow input of numbers with precision ([#5541](https://github.com/algolia/instantsearch.js/issues/5541)) ([fb48951](https://github.com/algolia/instantsearch.js/commit/fb489513a8550528f3e2867be30fb380229ad188)) +* **this:** ensure all functions are able to be destructured ([#5611](https://github.com/algolia/instantsearch.js/issues/5611)) ([a8b5c1e](https://github.com/algolia/instantsearch.js/commit/a8b5c1e5bbd6afac39fce523f7d7c2ec02f51153)), closes [#5589](https://github.com/algolia/instantsearch.js/issues/5589) + + +### Features + +* **history:** warn when `createURL` does not return an absolute URL ([#5613](https://github.com/algolia/instantsearch.js/issues/5613)) ([f45e0fa](https://github.com/algolia/instantsearch.js/commit/f45e0faede3461678cb05170887f3b7bc02dad50)) +* **instantsearch:** make root indexName optional ([#5590](https://github.com/algolia/instantsearch.js/issues/5590)) ([80f309e](https://github.com/algolia/instantsearch.js/commit/80f309ed69b61534ca118b60c9c88691e0148fca)) + + + + + # [4.55.0](https://github.com/algolia/instantsearch.js/compare/instantsearch.js@4.54.1...instantsearch.js@4.55.0) (2023-04-24) diff --git a/packages/instantsearch.js/package.json b/packages/instantsearch.js/package.json index ade4f38339..1b2c0ef763 100644 --- a/packages/instantsearch.js/package.json +++ b/packages/instantsearch.js/package.json @@ -1,6 +1,6 @@ { "name": "instantsearch.js", - "version": "4.55.0", + "version": "4.56.0", "description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.", "homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/", "types": "es/index.d.ts", @@ -55,9 +55,9 @@ "version": "./scripts/version/update-version.js" }, "devDependencies": { - "@instantsearch/mocks": "1.12.0", - "@instantsearch/tests": "1.12.0", - "@instantsearch/testutils": "1.1.0", + "@instantsearch/mocks": "1.13.0", + "@instantsearch/tests": "1.13.0", + "@instantsearch/testutils": "1.2.0", "@storybook/html": "5.3.9", "@types/scriptjs": "0.0.2", "algoliasearch": "4.14.3", diff --git a/packages/instantsearch.js/src/lib/version.ts b/packages/instantsearch.js/src/lib/version.ts index 26b295ce7a..50949ebcb7 100644 --- a/packages/instantsearch.js/src/lib/version.ts +++ b/packages/instantsearch.js/src/lib/version.ts @@ -1 +1 @@ -export default '4.55.0'; +export default '4.56.0'; diff --git a/packages/react-instantsearch-core/CHANGELOG.md b/packages/react-instantsearch-core/CHANGELOG.md index 947a18d5a0..343bd63f83 100644 --- a/packages/react-instantsearch-core/CHANGELOG.md +++ b/packages/react-instantsearch-core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.40.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-core@6.39.1...react-instantsearch-core@6.40.0) (2023-05-16) + + +### Bug Fixes + +* **this:** ensure all functions are able to be destructured ([#5611](https://github.com/algolia/instantsearch.js/issues/5611)) ([a8b5c1e](https://github.com/algolia/instantsearch.js/commit/a8b5c1e5bbd6afac39fce523f7d7c2ec02f51153)), closes [#5589](https://github.com/algolia/instantsearch.js/issues/5589) + + +### Features + +* **instantsearch:** make root indexName optional ([#5590](https://github.com/algolia/instantsearch.js/issues/5590)) ([80f309e](https://github.com/algolia/instantsearch.js/commit/80f309ed69b61534ca118b60c9c88691e0148fca)) + + + + + # [6.39.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-core@6.38.3...react-instantsearch-core@6.39.1) (2023-01-26) diff --git a/packages/react-instantsearch-core/package.json b/packages/react-instantsearch-core/package.json index 3dee5fd6f6..a35a6bc441 100644 --- a/packages/react-instantsearch-core/package.json +++ b/packages/react-instantsearch-core/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-core", - "version": "6.39.1", + "version": "6.40.0", "description": "⚡ Lightning-fast search for React, by Algolia", "main": "dist/cjs/index.js", "module": "dist/es/index.js", diff --git a/packages/react-instantsearch-core/src/core/version.js b/packages/react-instantsearch-core/src/core/version.js index d4736c61d6..901ffe6da8 100644 --- a/packages/react-instantsearch-core/src/core/version.js +++ b/packages/react-instantsearch-core/src/core/version.js @@ -1 +1 @@ -export default '6.39.1'; +export default '6.40.0'; diff --git a/packages/react-instantsearch-dom-maps/CHANGELOG.md b/packages/react-instantsearch-dom-maps/CHANGELOG.md index a08a24a18a..f0239fbd55 100644 --- a/packages/react-instantsearch-dom-maps/CHANGELOG.md +++ b/packages/react-instantsearch-dom-maps/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.39.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-dom-maps@6.39.1...react-instantsearch-dom-maps@6.39.2) (2023-05-16) + +**Note:** Version bump only for package react-instantsearch-dom-maps + + + + + ## [6.39.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-dom-maps@6.39.0...react-instantsearch-dom-maps@6.39.1) (2023-03-21) **Note:** Version bump only for package react-instantsearch-dom-maps diff --git a/packages/react-instantsearch-dom-maps/package.json b/packages/react-instantsearch-dom-maps/package.json index 9996af433b..a52592d878 100644 --- a/packages/react-instantsearch-dom-maps/package.json +++ b/packages/react-instantsearch-dom-maps/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-dom-maps", - "version": "6.39.1", + "version": "6.40.0", "description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -48,9 +48,9 @@ "algoliasearch": ">= 3.1 < 5", "react": ">= 16.3.0 < 19", "react-dom": ">= 16.3.0 < 19", - "react-instantsearch-dom": "6.39.1" + "react-instantsearch-dom": "6.40.0" }, "devDependencies": { - "react-instantsearch-dom": "6.39.1" + "react-instantsearch-dom": "6.40.0" } -} \ No newline at end of file +} diff --git a/packages/react-instantsearch-dom/CHANGELOG.md b/packages/react-instantsearch-dom/CHANGELOG.md index 594339d72e..d9c9ca99b0 100644 --- a/packages/react-instantsearch-dom/CHANGELOG.md +++ b/packages/react-instantsearch-dom/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.40.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-dom@6.39.1...react-instantsearch-dom@6.40.0) (2023-05-16) + + +### Bug Fixes + +* **this:** ensure all functions are able to be destructured ([#5611](https://github.com/algolia/instantsearch.js/issues/5611)) ([a8b5c1e](https://github.com/algolia/instantsearch.js/commit/a8b5c1e5bbd6afac39fce523f7d7c2ec02f51153)), closes [#5589](https://github.com/algolia/instantsearch.js/issues/5589) + + +### Features + +* **instantsearch:** make root indexName optional ([#5590](https://github.com/algolia/instantsearch.js/issues/5590)) ([80f309e](https://github.com/algolia/instantsearch.js/commit/80f309ed69b61534ca118b60c9c88691e0148fca)) + + + + + ## [6.39.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-dom@6.39.0...react-instantsearch-dom@6.39.1) (2023-03-21) diff --git a/packages/react-instantsearch-dom/package.json b/packages/react-instantsearch-dom/package.json index 7d8feda861..e2dcb3254e 100644 --- a/packages/react-instantsearch-dom/package.json +++ b/packages/react-instantsearch-dom/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-dom", - "version": "6.39.1", + "version": "6.40.0", "description": "⚡ Lightning-fast search for React DOM, by Algolia", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -45,7 +45,7 @@ "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "6.39.1" + "react-instantsearch-core": "6.40.0" }, "devDependencies": { "@storybook/react": "5.3.9", diff --git a/packages/react-instantsearch-hooks-router-nextjs/CHANGELOG.md b/packages/react-instantsearch-hooks-router-nextjs/CHANGELOG.md index 5484945e1f..53d96fe600 100644 --- a/packages/react-instantsearch-hooks-router-nextjs/CHANGELOG.md +++ b/packages/react-instantsearch-hooks-router-nextjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.43.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-router-nextjs@6.43.0...react-instantsearch-hooks-router-nextjs@6.43.1) (2023-05-16) + +**Note:** Version bump only for package react-instantsearch-hooks-router-nextjs + + + + + # [6.43.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-router-nextjs@6.42.2...react-instantsearch-hooks-router-nextjs@6.43.0) (2023-04-24) diff --git a/packages/react-instantsearch-hooks-router-nextjs/package.json b/packages/react-instantsearch-hooks-router-nextjs/package.json index de13e06614..88941feb0b 100644 --- a/packages/react-instantsearch-hooks-router-nextjs/package.json +++ b/packages/react-instantsearch-hooks-router-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-hooks-router-nextjs", - "version": "6.43.0", + "version": "6.44.0", "description": "React InstantSearch Hooks Router for Next.js", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -48,8 +48,8 @@ "test:e2e": "start-server-and-test test:start-server 3000 'wdio run ./wdio.conf.cjs'" }, "dependencies": { - "instantsearch.js": "4.55.0", - "react-instantsearch-hooks": "6.43.0" + "instantsearch.js": "4.56.0", + "react-instantsearch-hooks": "6.44.0" }, "devDependencies": { "@types/jasmine": "3.3.16", diff --git a/packages/react-instantsearch-hooks-server/CHANGELOG.md b/packages/react-instantsearch-hooks-server/CHANGELOG.md index dc41924df2..2a9ee55617 100644 --- a/packages/react-instantsearch-hooks-server/CHANGELOG.md +++ b/packages/react-instantsearch-hooks-server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.43.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-server@6.43.0...react-instantsearch-hooks-server@6.43.1) (2023-05-16) + +**Note:** Version bump only for package react-instantsearch-hooks-server + + + + + # [6.43.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-server@6.42.2...react-instantsearch-hooks-server@6.43.0) (2023-04-24) diff --git a/packages/react-instantsearch-hooks-server/package.json b/packages/react-instantsearch-hooks-server/package.json index a43e04984c..dcd1299430 100644 --- a/packages/react-instantsearch-hooks-server/package.json +++ b/packages/react-instantsearch-hooks-server/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-hooks-server", - "version": "6.43.0", + "version": "6.44.0", "description": "⚡ Server-side support for React InstantSearch Hooks, by Algolia", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -47,8 +47,8 @@ }, "dependencies": { "@babel/runtime": "^7.1.2", - "instantsearch.js": "4.55.0", - "react-instantsearch-hooks": "6.43.0" + "instantsearch.js": "4.56.0", + "react-instantsearch-hooks": "6.44.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks-web/CHANGELOG.md b/packages/react-instantsearch-hooks-web/CHANGELOG.md index 9f03953e23..69a04bc4e5 100644 --- a/packages/react-instantsearch-hooks-web/CHANGELOG.md +++ b/packages/react-instantsearch-hooks-web/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.43.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-web@6.43.0...react-instantsearch-hooks-web@6.43.1) (2023-05-16) + + +### Bug Fixes + +* **rangeinput:** allow input of numbers with precision ([#5541](https://github.com/algolia/instantsearch.js/issues/5541)) ([fb48951](https://github.com/algolia/instantsearch.js/commit/fb489513a8550528f3e2867be30fb380229ad188)) +* **this:** ensure all functions are able to be destructured ([#5611](https://github.com/algolia/instantsearch.js/issues/5611)) ([a8b5c1e](https://github.com/algolia/instantsearch.js/commit/a8b5c1e5bbd6afac39fce523f7d7c2ec02f51153)), closes [#5589](https://github.com/algolia/instantsearch.js/issues/5589) + + + + + # [6.43.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-web@6.42.2...react-instantsearch-hooks-web@6.43.0) (2023-04-24) diff --git a/packages/react-instantsearch-hooks-web/package.json b/packages/react-instantsearch-hooks-web/package.json index 8f56d5e2db..872eaf63ea 100644 --- a/packages/react-instantsearch-hooks-web/package.json +++ b/packages/react-instantsearch-hooks-web/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-hooks-web", - "version": "6.43.0", + "version": "6.44.0", "description": "⚡ Lightning-fast search for React, by Algolia", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -48,8 +48,8 @@ }, "dependencies": { "@babel/runtime": "^7.1.2", - "instantsearch.js": "4.55.0", - "react-instantsearch-hooks": "6.43.0" + "instantsearch.js": "4.56.0", + "react-instantsearch-hooks": "6.44.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks/CHANGELOG.md b/packages/react-instantsearch-hooks/CHANGELOG.md index d713363500..3562ff5ebd 100644 --- a/packages/react-instantsearch-hooks/CHANGELOG.md +++ b/packages/react-instantsearch-hooks/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.44.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks@6.43.0...react-instantsearch-hooks@6.44.0) (2023-05-16) + + +### Bug Fixes + +* **this:** ensure all functions are able to be destructured ([#5611](https://github.com/algolia/instantsearch.js/issues/5611)) ([a8b5c1e](https://github.com/algolia/instantsearch.js/commit/a8b5c1e5bbd6afac39fce523f7d7c2ec02f51153)), closes [#5589](https://github.com/algolia/instantsearch.js/issues/5589) + + +### Features + +* **instantsearch:** make root indexName optional ([#5590](https://github.com/algolia/instantsearch.js/issues/5590)) ([80f309e](https://github.com/algolia/instantsearch.js/commit/80f309ed69b61534ca118b60c9c88691e0148fca)) + + + + + # [6.43.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks@6.42.2...react-instantsearch-hooks@6.43.0) (2023-04-24) diff --git a/packages/react-instantsearch-hooks/package.json b/packages/react-instantsearch-hooks/package.json index 1a3bb856cd..e69eece9ed 100644 --- a/packages/react-instantsearch-hooks/package.json +++ b/packages/react-instantsearch-hooks/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-hooks", - "version": "6.43.0", + "version": "6.44.0", "description": "⚡ Lightning-fast search for React, by Algolia", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -49,7 +49,7 @@ "dependencies": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.13.0", - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "use-sync-external-store": "^1.0.0" }, "devDependencies": { diff --git a/packages/react-instantsearch-native/CHANGELOG.md b/packages/react-instantsearch-native/CHANGELOG.md index e8730ed920..19ae7719cf 100644 --- a/packages/react-instantsearch-native/CHANGELOG.md +++ b/packages/react-instantsearch-native/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.39.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-native@6.39.1...react-instantsearch-native@6.39.2) (2023-05-16) + +**Note:** Version bump only for package react-instantsearch-native + + + + + ## [6.39.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-native@6.38.3...react-instantsearch-native@6.39.1) (2023-01-26) **Note:** Version bump only for package react-instantsearch-native diff --git a/packages/react-instantsearch-native/package.json b/packages/react-instantsearch-native/package.json index 8ae27cf8af..63e0b916ad 100644 --- a/packages/react-instantsearch-native/package.json +++ b/packages/react-instantsearch-native/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-native", - "version": "6.39.1", + "version": "6.40.0", "description": "⚡ Lightning-fast search for React Native, by Algolia", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -38,7 +38,7 @@ "dependencies": { "@babel/runtime": "^7.1.2", "algoliasearch": ">= 3.27.1 < 5", - "react-instantsearch-core": "6.39.1" + "react-instantsearch-core": "6.40.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch/CHANGELOG.md b/packages/react-instantsearch/CHANGELOG.md index 7cb774835c..071660d0c6 100644 --- a/packages/react-instantsearch/CHANGELOG.md +++ b/packages/react-instantsearch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.39.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch@6.39.1...react-instantsearch@6.39.2) (2023-05-16) + +**Note:** Version bump only for package react-instantsearch + + + + + ## [6.39.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch@6.39.0...react-instantsearch@6.39.1) (2023-03-21) **Note:** Version bump only for package react-instantsearch diff --git a/packages/react-instantsearch/package.json b/packages/react-instantsearch/package.json index 80df1576d5..2092a1a555 100644 --- a/packages/react-instantsearch/package.json +++ b/packages/react-instantsearch/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch", - "version": "6.39.1", + "version": "6.40.0", "description": "⚡ Lightning-fast search for React and React Native apps, by Algolia", "main": "index.js", "module": "dist/es/index.js", @@ -44,9 +44,9 @@ }, "dependencies": { "@babel/runtime": "^7.1.2", - "react-instantsearch-core": "6.39.1", - "react-instantsearch-dom": "6.39.1", - "react-instantsearch-native": "6.39.1" + "react-instantsearch-core": "6.40.0", + "react-instantsearch-dom": "6.40.0", + "react-instantsearch-native": "6.40.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/vue-instantsearch/CHANGELOG.md b/packages/vue-instantsearch/CHANGELOG.md index d22730bc0d..144fb0c02e 100644 --- a/packages/vue-instantsearch/CHANGELOG.md +++ b/packages/vue-instantsearch/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.10.0](https://github.com/algolia/instantsearch.js/compare/vue-instantsearch@4.9.0...vue-instantsearch@4.10.0) (2023-05-16) + + +### Bug Fixes + +* **rangeinput:** allow input of numbers with precision ([#5541](https://github.com/algolia/instantsearch.js/issues/5541)) ([fb48951](https://github.com/algolia/instantsearch.js/commit/fb489513a8550528f3e2867be30fb380229ad188)) + + +### Features + +* **instantsearch:** make root indexName optional ([#5590](https://github.com/algolia/instantsearch.js/issues/5590)) ([80f309e](https://github.com/algolia/instantsearch.js/commit/80f309ed69b61534ca118b60c9c88691e0148fca)) + + + + + # [4.9.0](https://github.com/algolia/instantsearch.js/compare/vue-instantsearch@4.8.10...vue-instantsearch@4.9.0) (2023-04-24) diff --git a/packages/vue-instantsearch/package.json b/packages/vue-instantsearch/package.json index d6ee0c4097..c832fa36b1 100644 --- a/packages/vue-instantsearch/package.json +++ b/packages/vue-instantsearch/package.json @@ -16,7 +16,7 @@ "autocomplete" ], "license": "MIT", - "version": "4.9.0", + "version": "4.10.0", "files": [ "vue2", "vue3", @@ -35,7 +35,7 @@ "test:exports:vue3": "node ./test/module/vue3/is-es-module.mjs && node ./test/module/vue3/is-cjs-module.cjs" }, "dependencies": { - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "mitt": "^2.1.0" }, "peerDependencies": { diff --git a/tests/common/package.json b/tests/common/package.json index b490fd46d7..9453ae080b 100644 --- a/tests/common/package.json +++ b/tests/common/package.json @@ -1,9 +1,9 @@ { "name": "@instantsearch/tests", "private": true, - "version": "1.12.0", + "version": "1.13.0", "description": "Common tests for all InstantSearch flavors.", "dependencies": { - "instantsearch.js": "4.55.0" + "instantsearch.js": "4.56.0" } } diff --git a/tests/e2e/CHANGELOG.md b/tests/e2e/CHANGELOG.md index d4ed5d08e2..cfcfb84a91 100644 --- a/tests/e2e/CHANGELOG.md +++ b/tests/e2e/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.2](https://github.com/algolia/instantsearch/compare/@instantsearch/e2e-tests@4.0.0...@instantsearch/e2e-tests@4.0.2) (2023-05-16) + + +### Bug Fixes + +* **this:** ensure all functions are able to be destructured ([#5611](https://github.com/algolia/instantsearch/issues/5611)) ([a8b5c1e](https://github.com/algolia/instantsearch/commit/a8b5c1e5bbd6afac39fce523f7d7c2ec02f51153)), closes [#5589](https://github.com/algolia/instantsearch/issues/5589) + + + + + ## [4.0.1](https://github.com/algolia/instantsearch/compare/@instantsearch/e2e-tests@4.0.0...@instantsearch/e2e-tests@4.0.1) (2023-01-03) **Note:** Version bump only for package @instantsearch/e2e-tests diff --git a/tests/e2e/package.json b/tests/e2e/package.json index 807a12ca1a..4b3ec1e491 100644 --- a/tests/e2e/package.json +++ b/tests/e2e/package.json @@ -1,7 +1,7 @@ { "name": "@instantsearch/e2e-tests", "private": true, - "version": "4.0.1", + "version": "4.0.2", "description": "End-to-end test suite for InstantSearch", "keywords": [ "algolia", diff --git a/tests/mocks/package.json b/tests/mocks/package.json index e24997d803..9f247bfdf4 100644 --- a/tests/mocks/package.json +++ b/tests/mocks/package.json @@ -1,9 +1,9 @@ { "name": "@instantsearch/mocks", - "version": "1.12.0", + "version": "1.13.0", "private": true, "dependencies": { "algoliasearch-helper": "3.13.0", - "instantsearch.js": "4.55.0" + "instantsearch.js": "4.56.0" } } diff --git a/tests/utils/package.json b/tests/utils/package.json index 503f53f650..886134863f 100644 --- a/tests/utils/package.json +++ b/tests/utils/package.json @@ -1,13 +1,13 @@ { "name": "@instantsearch/testutils", - "version": "1.1.0", + "version": "1.2.0", "private": true, "dependencies": { "@types/enzyme": "3.1.15", "enzyme": "3.11.0", "enzyme-adapter-preact-pure": "2.2.0", "enzyme-to-json": "3.6.2", - "instantsearch.js": "4.55.0", + "instantsearch.js": "4.56.0", "jest-serializer-html": "7.1.0", "preact": "^10.10.0" }