diff --git a/examples/js/calendar-widget/package.json b/examples/js/calendar-widget/package.json index 8f6067f4ba..113b52a148 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.13", + "version": "1.0.14", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -9,7 +9,7 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.54.0" + "instantsearch.js": "4.54.1" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/e-commerce/package.json b/examples/js/e-commerce/package.json index b090e16825..10a6441704 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.12.0", + "version": "1.13.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.54.0" + "instantsearch.js": "4.54.1" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/media/package.json b/examples/js/media/package.json index 816994f819..9f4074262e 100644 --- a/examples/js/media/package.json +++ b/examples/js/media/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-media", - "version": "1.12.0", + "version": "1.13.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.54.0" + "instantsearch.js": "4.54.1" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/tourism/package.json b/examples/js/tourism/package.json index af477aab72..cfd9d9f1ae 100644 --- a/examples/js/tourism/package.json +++ b/examples/js/tourism/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-tourism", - "version": "1.0.13", + "version": "1.0.14", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -9,7 +9,7 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.54.0" + "instantsearch.js": "4.54.1" }, "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 986661b784..dbe22a429e 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.13", + "version": "6.38.14", "private": true, "scripts": { "build": "BABEL_ENV=parcel parcel build index.html", @@ -8,10 +8,10 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.54.0", + "instantsearch.js": "4.54.1", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.42.1" + "react-instantsearch-hooks-web": "6.42.2" }, "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 c1c242cf2f..a81bb9c675 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.13", + "version": "6.38.14", "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.54.0", + "instantsearch.js": "4.54.1", "react": "18.1.0", "react-compound-slider": "3.4.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.42.1" + "react-instantsearch-hooks-web": "6.42.2" }, "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 c3d28d10ba..697749a3e4 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.44.0", + "version": "6.45.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.42.1", - "react-instantsearch-hooks-server": "6.42.1", - "react-instantsearch-hooks-web": "6.42.1" + "react-instantsearch-hooks-router-nextjs": "6.42.2", + "react-instantsearch-hooks-server": "6.42.2", + "react-instantsearch-hooks-web": "6.42.2" }, "devDependencies": { "@types/node": "17.0.40", diff --git a/examples/react-hooks/next/package.json b/examples/react-hooks/next/package.json index 0a5ea5aa7e..fcc74e0971 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.44.0", + "version": "6.45.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.42.1", - "react-instantsearch-hooks-server": "6.42.1", - "react-instantsearch-hooks-web": "6.42.1" + "react-instantsearch-hooks-router-nextjs": "6.42.2", + "react-instantsearch-hooks-server": "6.42.2", + "react-instantsearch-hooks-web": "6.42.2" }, "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 98a5528789..69299e96fc 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.13", + "version": "6.38.14", "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.54.0", + "instantsearch.js": "4.54.1", "react": "17.0.1", - "react-instantsearch-hooks": "6.42.1", + "react-instantsearch-hooks": "6.42.2", "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 f608c41fd6..fe8a54f437 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.13", + "version": "6.38.14", "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.42.1", - "react-instantsearch-hooks-web": "6.42.1" + "react-instantsearch-hooks-server": "6.42.2", + "react-instantsearch-hooks-web": "6.42.2" } } diff --git a/examples/vue/default-theme/package.json b/examples/vue/default-theme/package.json index 5e5bcbcba3..4747b0cd25 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.13.0", + "version": "0.14.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -10,9 +10,9 @@ "dependencies": { "algoliasearch": "4.14.3", "core-js": "2", - "instantsearch.js": "4.54.0", + "instantsearch.js": "4.54.1", "vue": "2.7.14", - "vue-instantsearch": "4.8.9" + "vue-instantsearch": "4.8.10" }, "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 dc5983c703..1afdedf08e 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.13.0", + "version": "0.14.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.54.0", + "instantsearch.js": "4.54.1", "vue": "2.7.14", - "vue-instantsearch": "4.8.9", + "vue-instantsearch": "4.8.10", "vue-slider-component": "3.0.32" }, "devDependencies": { diff --git a/examples/vue/media/package.json b/examples/vue/media/package.json index 2d1e2b2ab6..9eaf58a9c8 100644 --- a/examples/vue/media/package.json +++ b/examples/vue/media/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-media", - "version": "0.13.0", + "version": "0.14.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -10,9 +10,9 @@ "dependencies": { "algoliasearch": "4.14.3", "core-js": "2", - "instantsearch.js": "4.54.0", + "instantsearch.js": "4.54.1", "vue": "2.7.14", - "vue-instantsearch": "4.8.9" + "vue-instantsearch": "4.8.10" }, "devDependencies": { "@vue/cli-plugin-babel": "3.12.1", diff --git a/examples/vue/nuxt/package.json b/examples/vue/nuxt/package.json index ba8911c284..ca96273f63 100644 --- a/examples/vue/nuxt/package.json +++ b/examples/vue/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-nuxt", - "version": "1.12.0", + "version": "1.13.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.9", + "vue-instantsearch": "4.8.10", "vue-server-renderer": "2.7.14" } } diff --git a/examples/vue/ssr/package.json b/examples/vue/ssr/package.json index 868e56d895..622aa35941 100644 --- a/examples/vue/ssr/package.json +++ b/examples/vue/ssr/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-ssr", - "version": "0.13.0", + "version": "0.14.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.9", + "vue-instantsearch": "4.8.10", "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 ce855fb2bb..a4841f770a 100644 --- a/packages/instantsearch.js/CHANGELOG.md +++ b/packages/instantsearch.js/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.54.1](https://github.com/algolia/instantsearch.js/compare/instantsearch.js@4.54.0...instantsearch.js@4.54.1) (2023-04-11) + + +### Bug Fixes + +* **helpers:** deprecate highlight helpers ([09817fb](https://github.com/algolia/instantsearch.js/commit/09817fb1e9231cb60d91f1c08e918fec18b08fcf)) +* **pagination:** use real template ([6783408](https://github.com/algolia/instantsearch.js/commit/678340856f690e1ebaa94c407d4d2e7644f6c1d1)) +* **panel:** use undefined templates by default ([dcef813](https://github.com/algolia/instantsearch.js/commit/dcef813020a5f9b2d3a128fe79653df52efb097d)) +* **Template:** easier to debug warning when string template is used ([f285942](https://github.com/algolia/instantsearch.js/commit/f2859424526b65f969e0bf69e0c358c433bf5b32)) + + + + + # [4.54.0](https://github.com/algolia/instantsearch.js/compare/instantsearch.js@4.53.0...instantsearch.js@4.54.0) (2023-03-28) diff --git a/packages/instantsearch.js/package.json b/packages/instantsearch.js/package.json index 5aeb5f8dc1..2460df054c 100644 --- a/packages/instantsearch.js/package.json +++ b/packages/instantsearch.js/package.json @@ -1,6 +1,6 @@ { "name": "instantsearch.js", - "version": "4.54.0", + "version": "4.54.1", "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.10.0", - "@instantsearch/tests": "1.10.0", - "@instantsearch/testutils": "1.0.13", + "@instantsearch/mocks": "1.11.0", + "@instantsearch/tests": "1.11.0", + "@instantsearch/testutils": "1.0.14", "@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 1857d2fccd..380bd79b71 100644 --- a/packages/instantsearch.js/src/lib/version.ts +++ b/packages/instantsearch.js/src/lib/version.ts @@ -1 +1 @@ -export default '4.54.0'; +export default '4.54.1'; diff --git a/packages/react-instantsearch-hooks-router-nextjs/CHANGELOG.md b/packages/react-instantsearch-hooks-router-nextjs/CHANGELOG.md index 26f56b642a..3123229dd9 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.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-router-nextjs@6.42.1...react-instantsearch-hooks-router-nextjs@6.42.2) (2023-04-11) + +**Note:** Version bump only for package react-instantsearch-hooks-router-nextjs + + + + + ## [6.42.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-router-nextjs@6.42.0...react-instantsearch-hooks-router-nextjs@6.42.1) (2023-03-28) **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 5ecc9836b5..832295e18e 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.42.1", + "version": "6.42.2", "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.54.0", + "instantsearch.js": "4.54.1", "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 78b6b86c87..3ef34e7a58 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.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-server@6.42.1...react-instantsearch-hooks-server@6.42.2) (2023-04-11) + +**Note:** Version bump only for package react-instantsearch-hooks-server + + + + + ## [6.42.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-server@6.42.0...react-instantsearch-hooks-server@6.42.1) (2023-03-28) **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 8810b709f2..0454fda9f3 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.42.1", + "version": "6.42.2", "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.54.0", - "react-instantsearch-hooks": "6.42.1" + "instantsearch.js": "4.54.1", + "react-instantsearch-hooks": "6.42.2" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks-web/CHANGELOG.md b/packages/react-instantsearch-hooks-web/CHANGELOG.md index f827b52523..46fd42a3c8 100644 --- a/packages/react-instantsearch-hooks-web/CHANGELOG.md +++ b/packages/react-instantsearch-hooks-web/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.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-web@6.42.1...react-instantsearch-hooks-web@6.42.2) (2023-04-11) + +**Note:** Version bump only for package react-instantsearch-hooks-web + + + + + ## [6.42.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-web@6.42.0...react-instantsearch-hooks-web@6.42.1) (2023-03-28) **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 8d54e66338..f7dc984f42 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.42.1", + "version": "6.42.2", "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.54.0", - "react-instantsearch-hooks": "6.42.1" + "instantsearch.js": "4.54.1", + "react-instantsearch-hooks": "6.42.2" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks/CHANGELOG.md b/packages/react-instantsearch-hooks/CHANGELOG.md index 553a38b664..7be161d80a 100644 --- a/packages/react-instantsearch-hooks/CHANGELOG.md +++ b/packages/react-instantsearch-hooks/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.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks@6.42.1...react-instantsearch-hooks@6.42.2) (2023-04-11) + +**Note:** Version bump only for package react-instantsearch-hooks + + + + + ## [6.42.1](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks@6.42.0...react-instantsearch-hooks@6.42.1) (2023-03-28) ### Features diff --git a/packages/react-instantsearch-hooks/package.json b/packages/react-instantsearch-hooks/package.json index ce208b3da6..618761a9b8 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.42.1", + "version": "6.42.2", "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.54.0", + "instantsearch.js": "4.54.1", "use-sync-external-store": "^1.0.0" }, "devDependencies": { diff --git a/packages/vue-instantsearch/CHANGELOG.md b/packages/vue-instantsearch/CHANGELOG.md index 5543e12423..465fb03e1b 100644 --- a/packages/vue-instantsearch/CHANGELOG.md +++ b/packages/vue-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. +## [4.8.10](https://github.com/algolia/instantsearch.js/compare/vue-instantsearch@4.8.9...vue-instantsearch@4.8.10) (2023-04-11) + +**Note:** Version bump only for package vue-instantsearch + + + + + ## [4.8.9](https://github.com/algolia/instantsearch.js/compare/vue-instantsearch@4.8.8...vue-instantsearch@4.8.9) (2023-03-28) ### Features diff --git a/packages/vue-instantsearch/package.json b/packages/vue-instantsearch/package.json index 0fe90bc186..ff6ab6ffc5 100644 --- a/packages/vue-instantsearch/package.json +++ b/packages/vue-instantsearch/package.json @@ -16,7 +16,7 @@ "autocomplete" ], "license": "MIT", - "version": "4.8.9", + "version": "4.8.10", "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.54.0", + "instantsearch.js": "4.54.1", "mitt": "^2.1.0" }, "peerDependencies": { diff --git a/tests/common/package.json b/tests/common/package.json index 24cd9c44c4..b88a2205d2 100644 --- a/tests/common/package.json +++ b/tests/common/package.json @@ -1,9 +1,9 @@ { "name": "@instantsearch/tests", "private": true, - "version": "1.10.0", + "version": "1.11.0", "description": "Common tests for all InstantSearch flavors.", "dependencies": { - "instantsearch.js": "4.54.0" + "instantsearch.js": "4.54.1" } } diff --git a/tests/mocks/package.json b/tests/mocks/package.json index e1f183fa40..f37b85495a 100644 --- a/tests/mocks/package.json +++ b/tests/mocks/package.json @@ -1,9 +1,9 @@ { "name": "@instantsearch/mocks", - "version": "1.10.0", + "version": "1.11.0", "private": true, "dependencies": { "algoliasearch-helper": "3.11.3", - "instantsearch.js": "4.54.0" + "instantsearch.js": "4.54.1" } } diff --git a/tests/utils/package.json b/tests/utils/package.json index 6193ec6041..39710f8e22 100644 --- a/tests/utils/package.json +++ b/tests/utils/package.json @@ -1,13 +1,13 @@ { "name": "@instantsearch/testutils", - "version": "1.0.13", + "version": "1.0.14", "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.54.0", + "instantsearch.js": "4.54.1", "jest-serializer-html": "7.1.0", "preact": "^10.10.0" }