From a00311c99cae3e6f4b9f659945d46d62347bc6d8 Mon Sep 17 00:00:00 2001 From: "InstantSearch [bot]" <66688561+instantsearch-bot@users.noreply.github.com> Date: Tue, 21 Mar 2023 11:39:48 +0100 Subject: [PATCH] chore: release (#5556) * chore: release * chore: right version for RIS Core * chore(version): sync for RISH-based * oh, i didn't have this folder in my global replace --------- Co-authored-by: Haroen Viaene --- examples/js/calendar-widget/package.json | 4 ++-- examples/js/e-commerce/package.json | 4 ++-- examples/js/media/package.json | 4 ++-- examples/js/tourism/package.json | 4 ++-- examples/react-hooks/default-theme/package.json | 6 +++--- examples/react-hooks/e-commerce/package.json | 6 +++--- examples/react-hooks/next-routing/package.json | 8 ++++---- examples/react-hooks/next/package.json | 8 ++++---- examples/react-hooks/react-native/package.json | 6 +++--- examples/react-hooks/ssr/package.json | 6 +++--- examples/react/autocomplete/package.json | 4 ++-- examples/react/default-theme/package.json | 4 ++-- examples/react/e-commerce/package.json | 4 ++-- examples/react/geo-search/package.json | 6 +++--- examples/react/media/package.json | 4 ++-- examples/react/multi-index/package.json | 4 ++-- examples/react/next/package.json | 4 ++-- .../react-native-query-suggestions/package.json | 2 +- examples/react/react-native/package.json | 2 +- examples/react/react-router-v3/package.json | 4 ++-- examples/react/react-router/package.json | 4 ++-- .../react/server-side-rendering/package.json | 4 ++-- examples/react/tourism/package.json | 4 ++-- examples/vue/default-theme/package.json | 6 +++--- examples/vue/e-commerce/package.json | 6 +++--- examples/vue/media/package.json | 6 +++--- examples/vue/nuxt/package.json | 4 ++-- examples/vue/ssr/package.json | 4 ++-- packages/instantsearch.js/CHANGELOG.md | 17 +++++++++++++++++ packages/instantsearch.js/package.json | 8 ++++---- packages/instantsearch.js/src/lib/version.ts | 2 +- packages/react-instantsearch-core/CHANGELOG.md | 2 +- packages/react-instantsearch-core/package.json | 2 +- .../src/core/version.js | 2 +- .../react-instantsearch-dom-maps/CHANGELOG.md | 8 ++++++++ .../react-instantsearch-dom-maps/package.json | 8 ++++---- packages/react-instantsearch-dom/CHANGELOG.md | 11 +++++++++++ packages/react-instantsearch-dom/package.json | 4 ++-- .../CHANGELOG.md | 8 ++++++++ .../package.json | 4 ++-- .../CHANGELOG.md | 8 ++++++++ .../package.json | 6 +++--- .../react-instantsearch-hooks-web/CHANGELOG.md | 11 +++++++++++ .../react-instantsearch-hooks-web/package.json | 6 +++--- packages/react-instantsearch-hooks/CHANGELOG.md | 11 +++++++++++ packages/react-instantsearch-hooks/package.json | 4 ++-- .../react-instantsearch-native/CHANGELOG.md | 2 +- .../react-instantsearch-native/package.json | 4 ++-- packages/react-instantsearch/CHANGELOG.md | 8 ++++++++ packages/react-instantsearch/package.json | 8 ++++---- packages/vue-instantsearch/CHANGELOG.md | 12 ++++++++++++ packages/vue-instantsearch/package.json | 4 ++-- specs/CHANGELOG.md | 12 ++++++++++++ specs/package.json | 2 +- tests/common/package.json | 4 ++-- tests/mocks/package.json | 4 ++-- tests/utils/package.json | 4 ++-- 57 files changed, 212 insertions(+), 106 deletions(-) diff --git a/examples/js/calendar-widget/package.json b/examples/js/calendar-widget/package.json index f15d4c6205..c4b716e60c 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.11", + "version": "1.0.12", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -9,7 +9,7 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.52.0" + "instantsearch.js": "4.53.0" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/e-commerce/package.json b/examples/js/e-commerce/package.json index aa986a752d..893d36cbd0 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.10.0", + "version": "1.11.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.52.0" + "instantsearch.js": "4.53.0" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/media/package.json b/examples/js/media/package.json index 507c14fcc4..38e2baf06f 100644 --- a/examples/js/media/package.json +++ b/examples/js/media/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-media", - "version": "1.10.0", + "version": "1.11.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.52.0" + "instantsearch.js": "4.53.0" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/tourism/package.json b/examples/js/tourism/package.json index 1f8816f637..1f535edeca 100644 --- a/examples/js/tourism/package.json +++ b/examples/js/tourism/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-tourism", - "version": "1.0.11", + "version": "1.0.12", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -9,7 +9,7 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.52.0" + "instantsearch.js": "4.53.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 363e556fae..1e4a74dda7 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.38.11", + "version": "6.38.12", "private": true, "scripts": { "build": "BABEL_ENV=parcel parcel build index.html", @@ -8,10 +8,10 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.52.0", + "instantsearch.js": "4.53.0", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.41.0" + "react-instantsearch-hooks-web": "6.42.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 0db0fa5221..f405225d73 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.11", + "version": "6.38.12", "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.52.0", + "instantsearch.js": "4.53.0", "react": "18.1.0", "react-compound-slider": "3.4.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.41.0" + "react-instantsearch-hooks-web": "6.42.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 a7ee532822..3fe8974528 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.42.0", + "version": "6.43.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.41.0", - "react-instantsearch-hooks-server": "6.41.0", - "react-instantsearch-hooks-web": "6.41.0" + "react-instantsearch-hooks-router-nextjs": "6.42.0", + "react-instantsearch-hooks-server": "6.42.0", + "react-instantsearch-hooks-web": "6.42.0" }, "devDependencies": { "@types/node": "17.0.40", diff --git a/examples/react-hooks/next/package.json b/examples/react-hooks/next/package.json index 78df4852b2..cfb82d0b42 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.42.0", + "version": "6.43.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.41.0", - "react-instantsearch-hooks-server": "6.41.0", - "react-instantsearch-hooks-web": "6.41.0" + "react-instantsearch-hooks-router-nextjs": "6.42.0", + "react-instantsearch-hooks-server": "6.42.0", + "react-instantsearch-hooks-web": "6.42.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 9a4dec5372..20ca0c3dae 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.11", + "version": "6.38.12", "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.52.0", + "instantsearch.js": "4.53.0", "react": "17.0.1", - "react-instantsearch-hooks": "6.41.0", + "react-instantsearch-hooks": "6.42.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 ad0d30e611..fd50c48015 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.11", + "version": "6.38.12", "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.41.0", - "react-instantsearch-hooks-web": "6.41.0" + "react-instantsearch-hooks-server": "6.42.0", + "react-instantsearch-hooks-web": "6.42.0" } } diff --git a/examples/react/autocomplete/package.json b/examples/react/autocomplete/package.json index ae630d24e4..28eacdc15d 100644 --- a/examples/react/autocomplete/package.json +++ b/examples/react/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-autocomplete", - "version": "10.0.0", + "version": "11.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.0" + "react-instantsearch-dom": "6.39.1" }, "browserslist": [ ">0.2%", diff --git a/examples/react/default-theme/package.json b/examples/react/default-theme/package.json index 60913887ed..2b5413c1e4 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": "9.0.0", + "version": "10.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.0" + "react-instantsearch-dom": "6.39.1" } } diff --git a/examples/react/e-commerce/package.json b/examples/react/e-commerce/package.json index 9106d79173..f97b00fb47 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": "9.0.0", + "version": "10.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.0" + "react-instantsearch-dom": "6.39.1" } } diff --git a/examples/react/geo-search/package.json b/examples/react/geo-search/package.json index 705afecf82..4ced0ec2b6 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": "10.0.0", + "version": "11.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.0", - "react-instantsearch-dom-maps": "6.39.0" + "react-instantsearch-dom": "6.39.1", + "react-instantsearch-dom-maps": "6.39.1" }, "browserslist": [ ">0.2%", diff --git a/examples/react/media/package.json b/examples/react/media/package.json index 63c2dbba5d..424e25bb06 100644 --- a/examples/react/media/package.json +++ b/examples/react/media/package.json @@ -1,12 +1,12 @@ { "name": "example-react-instantsearch-media", - "version": "9.0.0", + "version": "10.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.0" + "react-instantsearch-dom": "6.39.1" } } diff --git a/examples/react/multi-index/package.json b/examples/react/multi-index/package.json index ebbfed9b0d..cb91226aa2 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": "10.0.0", + "version": "11.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.0" + "react-instantsearch-dom": "6.39.1" }, "browserslist": [ ">0.2%", diff --git a/examples/react/next/package.json b/examples/react/next/package.json index 0ae4ae3c3c..823b6eb40d 100644 --- a/examples/react/next/package.json +++ b/examples/react/next/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-next", - "version": "10.0.0", + "version": "11.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.0" + "react-instantsearch-dom": "6.39.1" } } diff --git a/examples/react/react-native-query-suggestions/package.json b/examples/react/react-native-query-suggestions/package.json index 1b959a496f..2ffb9a7506 100644 --- a/examples/react/react-native-query-suggestions/package.json +++ b/examples/react/react-native-query-suggestions/package.json @@ -18,7 +18,7 @@ "prop-types": "15.6.2", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-native": "6.39.0", + "react-instantsearch-native": "6.39.1", "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 a09705d070..a28e964216 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -19,7 +19,7 @@ "prop-types": "15.6.2", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-native": "6.39.0", + "react-instantsearch-native": "6.39.1", "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 02c0f3c9d3..49c4d8a4cd 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": "10.0.0", + "version": "11.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.0", + "react-instantsearch-dom": "6.39.1", "react-router": "3.2.1" }, "browserslist": [ diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 0cd41c9b8b..6b87a33010 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": "10.0.0", + "version": "11.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.0", + "react-instantsearch-dom": "6.39.1", "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 0e82e3d5cd..1a69651536 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": "10.0.0", + "version": "11.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.0" + "react-instantsearch-dom": "6.39.1" } } diff --git a/examples/react/tourism/package.json b/examples/react/tourism/package.json index 3a41061fc4..cad2795f5a 100644 --- a/examples/react/tourism/package.json +++ b/examples/react/tourism/package.json @@ -1,13 +1,13 @@ { "name": "example-react-instantsearch-tourism", - "version": "9.0.0", + "version": "10.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.0", + "react-instantsearch-dom": "6.39.1", "rheostat": "2.2.0" } } diff --git a/examples/vue/default-theme/package.json b/examples/vue/default-theme/package.json index 944a0eac53..4fa59fa829 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.11.0", + "version": "0.12.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -10,9 +10,9 @@ "dependencies": { "algoliasearch": "4.14.3", "core-js": "2", - "instantsearch.js": "4.52.0", + "instantsearch.js": "4.53.0", "vue": "2.7.14", - "vue-instantsearch": "4.8.7" + "vue-instantsearch": "4.8.8" }, "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 de2d459a10..7971af9e18 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.11.0", + "version": "0.12.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.52.0", + "instantsearch.js": "4.53.0", "vue": "2.7.14", - "vue-instantsearch": "4.8.7", + "vue-instantsearch": "4.8.8", "vue-slider-component": "3.0.32" }, "devDependencies": { diff --git a/examples/vue/media/package.json b/examples/vue/media/package.json index 71f5c5b1eb..0b978df80b 100644 --- a/examples/vue/media/package.json +++ b/examples/vue/media/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-media", - "version": "0.11.0", + "version": "0.12.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -10,9 +10,9 @@ "dependencies": { "algoliasearch": "4.14.3", "core-js": "2", - "instantsearch.js": "4.52.0", + "instantsearch.js": "4.53.0", "vue": "2.7.14", - "vue-instantsearch": "4.8.7" + "vue-instantsearch": "4.8.8" }, "devDependencies": { "@vue/cli-plugin-babel": "3.12.1", diff --git a/examples/vue/nuxt/package.json b/examples/vue/nuxt/package.json index 779616c983..4a52fa7823 100644 --- a/examples/vue/nuxt/package.json +++ b/examples/vue/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-nuxt", - "version": "1.10.0", + "version": "1.11.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.8.7", + "vue-instantsearch": "4.8.8", "vue-server-renderer": "2.7.14" } } diff --git a/examples/vue/ssr/package.json b/examples/vue/ssr/package.json index 0080c7b57b..1ff9d48f00 100644 --- a/examples/vue/ssr/package.json +++ b/examples/vue/ssr/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-ssr", - "version": "0.11.0", + "version": "0.12.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.8.7", + "vue-instantsearch": "4.8.8", "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 b37220c80b..5a4240c997 100644 --- a/packages/instantsearch.js/CHANGELOG.md +++ b/packages/instantsearch.js/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.53.0](https://github.com/algolia/instantsearch.js/compare/instantsearch.js@4.52.0...instantsearch.js@4.53.0) (2023-03-21) + + +### Bug Fixes + +* **searchbox:** add aria-hidden to svg icons ([#5547](https://github.com/algolia/instantsearch.js/issues/5547)) ([50344e3](https://github.com/algolia/instantsearch.js/commit/50344e3b14c22c886415c0e7d799aca778dc39ab)), closes [#5546](https://github.com/algolia/instantsearch.js/issues/5546) +* **svg:** don't style width/height in attributes with unit ([#5550](https://github.com/algolia/instantsearch.js/issues/5550)) ([31b85a6](https://github.com/algolia/instantsearch.js/commit/31b85a6ad56993455adb201f88ab1d1ae2d96683)) + + +### Features + +* **current-refinements:** provide indexId of refinements in transformItems ([#5546](https://github.com/algolia/instantsearch.js/issues/5546)) ([89781db](https://github.com/algolia/instantsearch.js/commit/89781db6cb1d2b8ebbc116e9bcd8a10f646e7baf)) + + + + + # [4.52.0](https://github.com/algolia/instantsearch.js/compare/instantsearch.js@4.51.1...instantsearch.js@4.52.0) (2023-03-07) diff --git a/packages/instantsearch.js/package.json b/packages/instantsearch.js/package.json index 41cc5a4420..c7b7c71a59 100644 --- a/packages/instantsearch.js/package.json +++ b/packages/instantsearch.js/package.json @@ -1,6 +1,6 @@ { "name": "instantsearch.js", - "version": "4.52.0", + "version": "4.53.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.8.0", - "@instantsearch/tests": "1.8.0", - "@instantsearch/testutils": "1.0.11", + "@instantsearch/mocks": "1.9.0", + "@instantsearch/tests": "1.9.0", + "@instantsearch/testutils": "1.0.12", "@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 85e6402be2..b997f9ddd8 100644 --- a/packages/instantsearch.js/src/lib/version.ts +++ b/packages/instantsearch.js/src/lib/version.ts @@ -1 +1 @@ -export default '4.52.0'; +export default '4.53.0'; diff --git a/packages/react-instantsearch-core/CHANGELOG.md b/packages/react-instantsearch-core/CHANGELOG.md index 517f805d53..947a18d5a0 100644 --- a/packages/react-instantsearch-core/CHANGELOG.md +++ b/packages/react-instantsearch-core/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.39.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-core@6.38.3...react-instantsearch-core@6.39.0) (2023-01-26) +# [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) **Note:** Version bump only for package react-instantsearch-core diff --git a/packages/react-instantsearch-core/package.json b/packages/react-instantsearch-core/package.json index 5f1681b799..832fd77c78 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.0", + "version": "6.39.1", "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 5f97485123..d4736c61d6 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.0'; +export default '6.39.1'; diff --git a/packages/react-instantsearch-dom-maps/CHANGELOG.md b/packages/react-instantsearch-dom-maps/CHANGELOG.md index 2363f3862c..a08a24a18a 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.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 + + + + + ## [6.39.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-dom-maps@6.38.3...react-instantsearch-dom-maps@6.39.0) (2023-01-26) **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 d8d0eabdc1..9996af433b 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.0", + "version": "6.39.1", "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.38.4" + "react-instantsearch-dom": "6.39.1" }, "devDependencies": { - "react-instantsearch-dom": "6.39.0" + "react-instantsearch-dom": "6.39.1" } -} +} \ No newline at end of file diff --git a/packages/react-instantsearch-dom/CHANGELOG.md b/packages/react-instantsearch-dom/CHANGELOG.md index ecd5430990..594339d72e 100644 --- a/packages/react-instantsearch-dom/CHANGELOG.md +++ b/packages/react-instantsearch-dom/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. +## [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) + + +### Bug Fixes + +* **searchbox:** add aria-hidden to svg icons ([#5547](https://github.com/algolia/instantsearch.js/issues/5547)) ([50344e3](https://github.com/algolia/instantsearch.js/commit/50344e3b14c22c886415c0e7d799aca778dc39ab)), closes [#5546](https://github.com/algolia/instantsearch.js/issues/5546) + + + + + # [6.39.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-dom@6.38.3...react-instantsearch-dom@6.39.0) (2023-01-26) diff --git a/packages/react-instantsearch-dom/package.json b/packages/react-instantsearch-dom/package.json index f4dac87183..862b315a40 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.0", + "version": "6.39.1", "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.0" + "react-instantsearch-core": "6.39.1" }, "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 abddc58070..e337accf34 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.42.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-router-nextjs@6.41.0...react-instantsearch-hooks-router-nextjs@6.42.0) (2023-03-21) + +**Note:** Version bump only for package react-instantsearch-hooks-router-nextjs + + + + + ## [6.41.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-router-nextjs@6.40.1...react-instantsearch-hooks-router-nextjs@6.41.0) (2023-03-07) **Note:** Version bump only for package react-instantsearch-hooks-router-nextjs diff --git a/packages/react-instantsearch-hooks-router-nextjs/package.json b/packages/react-instantsearch-hooks-router-nextjs/package.json index 50e8ecc366..85bbb94e62 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.41.0", + "version": "6.42.0", "description": "React InstantSearch Hooks Router for Next.js", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -48,7 +48,7 @@ "test:e2e": "start-server-and-test test:start-server 3000 'wdio run ./wdio.conf.cjs'" }, "dependencies": { - "instantsearch.js": "4.52.0", + "instantsearch.js": "4.53.0", "react-instantsearch-hooks": "6.38.3" }, "devDependencies": { diff --git a/packages/react-instantsearch-hooks-server/CHANGELOG.md b/packages/react-instantsearch-hooks-server/CHANGELOG.md index 8c5bbdd408..ebd839e2db 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.42.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-server@6.41.0...react-instantsearch-hooks-server@6.42.0) (2023-03-21) + +**Note:** Version bump only for package react-instantsearch-hooks-server + + + + + ## [6.41.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-server@6.40.1...react-instantsearch-hooks-server@6.41.0) (2023-03-07) **Note:** Version bump only for package react-instantsearch-hooks-server diff --git a/packages/react-instantsearch-hooks-server/package.json b/packages/react-instantsearch-hooks-server/package.json index f3bf2aa312..97e2b1ac04 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.41.0", + "version": "6.42.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.52.0", - "react-instantsearch-hooks": "6.41.0" + "instantsearch.js": "4.53.0", + "react-instantsearch-hooks": "6.42.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 42ddac8f0d..69ab1279c1 100644 --- a/packages/react-instantsearch-hooks-web/CHANGELOG.md +++ b/packages/react-instantsearch-hooks-web/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. +## [6.42.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-web@6.41.0...react-instantsearch-hooks-web@6.42.0) (2023-03-21) + + +### Bug Fixes + +* **searchbox:** add aria-hidden to svg icons ([#5547](https://github.com/algolia/instantsearch.js/issues/5547)) ([50344e3](https://github.com/algolia/instantsearch.js/commit/50344e3b14c22c886415c0e7d799aca778dc39ab)), closes [#5546](https://github.com/algolia/instantsearch.js/issues/5546) + + + + + ## [6.41.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-web@6.40.1...react-instantsearch-hooks-web@6.41.0) (2023-03-07) **Note:** Version bump only for package react-instantsearch-hooks-web diff --git a/packages/react-instantsearch-hooks-web/package.json b/packages/react-instantsearch-hooks-web/package.json index 8808c581d8..12cb41266d 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.41.0", + "version": "6.42.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.52.0", - "react-instantsearch-hooks": "6.41.0" + "instantsearch.js": "4.53.0", + "react-instantsearch-hooks": "6.42.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks/CHANGELOG.md b/packages/react-instantsearch-hooks/CHANGELOG.md index a49dcd3c5a..3374424921 100644 --- a/packages/react-instantsearch-hooks/CHANGELOG.md +++ b/packages/react-instantsearch-hooks/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. +# [6.42.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks@6.41.0...react-instantsearch-hooks@6.42.0) (2023-03-21) + + +### Features + +* **current-refinements:** provide indexId of refinements in transformItems ([#5546](https://github.com/algolia/instantsearch.js/issues/5546)) ([89781db](https://github.com/algolia/instantsearch.js/commit/89781db6cb1d2b8ebbc116e9bcd8a10f646e7baf)) + + + + + # [6.41.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks@6.40.1...react-instantsearch-hooks@6.41.0) (2023-03-07) diff --git a/packages/react-instantsearch-hooks/package.json b/packages/react-instantsearch-hooks/package.json index 6e79946b73..e990e072c9 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.41.0", + "version": "6.42.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.11.3", - "instantsearch.js": "4.52.0", + "instantsearch.js": "4.53.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 d4c467575e..e8730ed920 100644 --- a/packages/react-instantsearch-native/CHANGELOG.md +++ b/packages/react-instantsearch-native/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [6.39.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-native@6.38.3...react-instantsearch-native@6.39.0) (2023-01-26) +## [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 fe672fb8f5..8ae27cf8af 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.0", + "version": "6.39.1", "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.0" + "react-instantsearch-core": "6.39.1" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch/CHANGELOG.md b/packages/react-instantsearch/CHANGELOG.md index 041fdc604b..7cb774835c 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.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 + + + + + ## [6.39.0](https://github.com/algolia/instantsearch.js/compare/react-instantsearch@6.38.3...react-instantsearch@6.39.0) (2023-01-26) **Note:** Version bump only for package react-instantsearch diff --git a/packages/react-instantsearch/package.json b/packages/react-instantsearch/package.json index 5b4a8ed0ca..80df1576d5 100644 --- a/packages/react-instantsearch/package.json +++ b/packages/react-instantsearch/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch", - "version": "6.39.0", + "version": "6.39.1", "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.0", - "react-instantsearch-dom": "6.39.0", - "react-instantsearch-native": "6.39.0" + "react-instantsearch-core": "6.39.1", + "react-instantsearch-dom": "6.39.1", + "react-instantsearch-native": "6.39.1" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/vue-instantsearch/CHANGELOG.md b/packages/vue-instantsearch/CHANGELOG.md index 4b5dee4010..de8241d116 100644 --- a/packages/vue-instantsearch/CHANGELOG.md +++ b/packages/vue-instantsearch/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. +## [4.8.8](https://github.com/algolia/instantsearch.js/compare/vue-instantsearch@4.8.7...vue-instantsearch@4.8.8) (2023-03-21) + + +### Bug Fixes + +* **searchbox:** add aria-hidden to svg icons ([#5547](https://github.com/algolia/instantsearch.js/issues/5547)) ([50344e3](https://github.com/algolia/instantsearch.js/commit/50344e3b14c22c886415c0e7d799aca778dc39ab)), closes [#5546](https://github.com/algolia/instantsearch.js/issues/5546) +* **svg:** don't style width/height in attributes with unit ([#5550](https://github.com/algolia/instantsearch.js/issues/5550)) ([31b85a6](https://github.com/algolia/instantsearch.js/commit/31b85a6ad56993455adb201f88ab1d1ae2d96683)) + + + + + ## [4.8.7](https://github.com/algolia/instantsearch.js/compare/vue-instantsearch@4.8.5...vue-instantsearch@4.8.7) (2023-03-07) **Note:** Version bump only for package vue-instantsearch diff --git a/packages/vue-instantsearch/package.json b/packages/vue-instantsearch/package.json index 95b7c7dae9..9c0ec383d9 100644 --- a/packages/vue-instantsearch/package.json +++ b/packages/vue-instantsearch/package.json @@ -16,7 +16,7 @@ "autocomplete" ], "license": "MIT", - "version": "4.8.7", + "version": "4.8.8", "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.52.0", + "instantsearch.js": "4.53.0", "mitt": "^2.1.0" }, "peerDependencies": { diff --git a/specs/CHANGELOG.md b/specs/CHANGELOG.md index b3b0386c42..db5f3899dc 100644 --- a/specs/CHANGELOG.md +++ b/specs/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. +## 0.1.2 (2023-03-21) + + +### Bug Fixes + +* **searchbox:** add aria-hidden to svg icons ([#5547](https://github.com/algolia/instantsearch.js/issues/5547)) ([50344e3](https://github.com/algolia/instantsearch.js/commit/50344e3b14c22c886415c0e7d799aca778dc39ab)), closes [#5546](https://github.com/algolia/instantsearch.js/issues/5546) +* **svg:** don't style width/height in attributes with unit ([#5550](https://github.com/algolia/instantsearch.js/issues/5550)) ([31b85a6](https://github.com/algolia/instantsearch.js/commit/31b85a6ad56993455adb201f88ab1d1ae2d96683)) + + + + + ## 0.1.1 (2023-01-03) **Note:** Version bump only for package @instantsearch/specs-website diff --git a/specs/package.json b/specs/package.json index de99700524..8fec82c681 100644 --- a/specs/package.json +++ b/specs/package.json @@ -1,6 +1,6 @@ { "name": "@instantsearch/specs-website", - "version": "0.1.1", + "version": "0.1.2", "private": true, "description": "The specs website for InstantSearch.", "repository": { diff --git a/tests/common/package.json b/tests/common/package.json index 13ef1733c3..92f08451a5 100644 --- a/tests/common/package.json +++ b/tests/common/package.json @@ -1,9 +1,9 @@ { "name": "@instantsearch/tests", "private": true, - "version": "1.8.0", + "version": "1.9.0", "description": "Common tests for all InstantSearch flavors.", "dependencies": { - "instantsearch.js": "4.52.0" + "instantsearch.js": "4.53.0" } } diff --git a/tests/mocks/package.json b/tests/mocks/package.json index 66c1598dc8..23da48727d 100644 --- a/tests/mocks/package.json +++ b/tests/mocks/package.json @@ -1,9 +1,9 @@ { "name": "@instantsearch/mocks", - "version": "1.8.0", + "version": "1.9.0", "private": true, "dependencies": { "algoliasearch-helper": "3.11.3", - "instantsearch.js": "4.52.0" + "instantsearch.js": "4.53.0" } } diff --git a/tests/utils/package.json b/tests/utils/package.json index 2b3c5d6d7b..2213ecdbef 100644 --- a/tests/utils/package.json +++ b/tests/utils/package.json @@ -1,13 +1,13 @@ { "name": "@instantsearch/testutils", - "version": "1.0.11", + "version": "1.0.12", "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.52.0", + "instantsearch.js": "4.53.0", "jest-serializer-html": "7.1.0", "preact": "^10.10.0" }