diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f27a2d8ab8..24175a377a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ If this guide does not contain what you are looking for and thus prevents you fr + - [Reporting an issue](#reporting-an-issue) - [The code contribution process](#the-code-contribution-process) - [Commit conventions](#commit-conventions) diff --git a/README.md b/README.md index 4065044806..3cf0bee2fe 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ It is part of the InstantSearch family which is designed for different platforms + - [Packages](#packages) - [Contributing](#contributing) - [License](#license) diff --git a/examples/js/calendar-widget/package.json b/examples/js/calendar-widget/package.json index 1658e5cd35..7c7d88609f 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.27", + "version": "1.0.28", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -9,7 +9,7 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.56.10" + "instantsearch.js": "4.56.11" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/e-commerce-umd/package.json b/examples/js/e-commerce-umd/package.json index 4c7943accc..09745d245d 100644 --- a/examples/js/e-commerce-umd/package.json +++ b/examples/js/e-commerce-umd/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-ecommerce-umd", - "version": "1.22.4", + "version": "1.22.5", "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.56.10" + "instantsearch.js": "4.56.11" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/e-commerce/package.json b/examples/js/e-commerce/package.json index f2d6518d63..5b7835459e 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.26.0", + "version": "1.27.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.56.10" + "instantsearch.js": "4.56.11" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/getting-started/package.json b/examples/js/getting-started/package.json index 3281981c2a..f7bac76b14 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.13", + "version": "1.0.14", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -10,7 +10,7 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.56.10" + "instantsearch.js": "4.56.11" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/media/package.json b/examples/js/media/package.json index bc71b3ae2c..db3bd1f635 100644 --- a/examples/js/media/package.json +++ b/examples/js/media/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-media", - "version": "1.26.0", + "version": "1.27.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.56.10" + "instantsearch.js": "4.56.11" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/js/tourism/package.json b/examples/js/tourism/package.json index d4ff09eb59..8ee932c946 100644 --- a/examples/js/tourism/package.json +++ b/examples/js/tourism/package.json @@ -1,6 +1,6 @@ { "name": "example-instantsearch-tourism", - "version": "1.0.27", + "version": "1.0.28", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", @@ -9,7 +9,7 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.56.10" + "instantsearch.js": "4.56.11" }, "devDependencies": { "@babel/core": "7.15.5", diff --git a/examples/react/default-theme/package.json b/examples/react/default-theme/package.json index b8e4060df6..ee909b0584 100644 --- a/examples/react/default-theme/package.json +++ b/examples/react/default-theme/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-default-theme", - "version": "9.0.0", + "version": "10.0.0", "private": true, "scripts": { "build": "BABEL_ENV=parcel parcel build index.html", @@ -8,10 +8,10 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.56.10", + "instantsearch.js": "4.56.11", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch": "7.0.2" + "react-instantsearch": "7.0.3" }, "devDependencies": { "@parcel/core": "2.8.0", diff --git a/examples/react/e-commerce/package.json b/examples/react/e-commerce/package.json index 44e3b7f459..78d11ecbb7 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, "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.56.10", + "instantsearch.js": "4.56.11", "react": "18.1.0", "react-compound-slider": "3.4.0", "react-dom": "18.1.0", - "react-instantsearch": "7.0.2" + "react-instantsearch": "7.0.3" }, "devDependencies": { "@parcel/core": "2.8.0", diff --git a/examples/react/getting-started/package.json b/examples/react/getting-started/package.json index b6c8e32aa8..4b0f449d70 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": "6.41.0", + "version": "6.42.0", "private": true, "scripts": { "build": "BABEL_ENV=parcel parcel build index.html", @@ -8,10 +8,10 @@ }, "dependencies": { "algoliasearch": "4.14.3", - "instantsearch.js": "4.56.10", + "instantsearch.js": "4.56.11", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch": "7.0.2" + "react-instantsearch": "7.0.3" }, "devDependencies": { "@parcel/core": "2.8.0", diff --git a/examples/react/next-routing/package.json b/examples/react/next-routing/package.json index 0af64843f3..63c6412898 100644 --- a/examples/react/next-routing/package.json +++ b/examples/react/next-routing/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-next-routing-example", - "version": "6.60.0", + "version": "6.61.0", "private": true, "scripts": { "dev": "next dev", @@ -14,8 +14,8 @@ "next": "12.1.6", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch": "7.0.2", - "react-instantsearch-router-nextjs": "7.0.2" + "react-instantsearch": "7.0.3", + "react-instantsearch-router-nextjs": "7.0.3" }, "devDependencies": { "@types/node": "17.0.40", diff --git a/examples/react/next/package.json b/examples/react/next/package.json index 2c9a8eddd6..47d9983f91 100644 --- a/examples/react/next/package.json +++ b/examples/react/next/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-next-example", - "version": "9.0.0", + "version": "10.0.0", "private": true, "scripts": { "dev": "next dev", @@ -14,8 +14,8 @@ "next": "12.1.6", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch": "7.0.2", - "react-instantsearch-router-nextjs": "7.0.2" + "react-instantsearch": "7.0.3", + "react-instantsearch-router-nextjs": "7.0.3" }, "devDependencies": { "@types/node": "17.0.40", diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 6fb85721a3..3762fc1793 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-example", - "version": "9.0.0", + "version": "10.0.0", "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.56.10", + "instantsearch.js": "4.56.11", "react": "17.0.1", - "react-instantsearch-core": "7.0.2", + "react-instantsearch-core": "7.0.3", "react-native": "0.64.3", "react-native-web": "0.17.1" }, diff --git a/examples/react/ssr/package.json b/examples/react/ssr/package.json index bf3a8d25a5..95d15309cc 100644 --- a/examples/react/ssr/package.json +++ b/examples/react/ssr/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-server-side-rendering", - "version": "6.41.0", + "version": "6.42.0", "private": true, "license": "MIT", "scripts": { @@ -26,6 +26,6 @@ "express": "4.17.1", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch": "7.0.2" + "react-instantsearch": "7.0.3" } } diff --git a/examples/vue/default-theme/package.json b/examples/vue/default-theme/package.json index 038f1576e8..d01827e881 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.27.0", + "version": "0.28.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -10,9 +10,9 @@ "dependencies": { "algoliasearch": "4.14.3", "core-js": "2", - "instantsearch.js": "4.56.10", + "instantsearch.js": "4.56.11", "vue": "2.7.14", - "vue-instantsearch": "4.10.10" + "vue-instantsearch": "4.10.11" }, "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 c5beaa0b76..94f3a9c996 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.27.0", + "version": "0.28.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -10,9 +10,9 @@ "dependencies": { "algoliasearch": "4.14.3", "core-js": "2", - "instantsearch.js": "4.56.10", + "instantsearch.js": "4.56.11", "vue": "2.7.14", - "vue-instantsearch": "4.10.10", + "vue-instantsearch": "4.10.11", "vue-slider-component": "3.0.32" }, "devDependencies": { diff --git a/examples/vue/getting-started/package.json b/examples/vue/getting-started/package.json index 6ce9d7ca13..f5502f9301 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.13", + "version": "1.0.14", "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.56.10", + "instantsearch.js": "4.56.11", "vue": "2.7.14", - "vue-instantsearch": "4.10.10" + "vue-instantsearch": "4.10.11" }, "devDependencies": { "@vue/cli-plugin-babel": "3.12.1", diff --git a/examples/vue/media/package.json b/examples/vue/media/package.json index d3c32a58dc..0275863a43 100644 --- a/examples/vue/media/package.json +++ b/examples/vue/media/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-media", - "version": "0.27.0", + "version": "0.28.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -10,9 +10,9 @@ "dependencies": { "algoliasearch": "4.14.3", "core-js": "2", - "instantsearch.js": "4.56.10", + "instantsearch.js": "4.56.11", "vue": "2.7.14", - "vue-instantsearch": "4.10.10" + "vue-instantsearch": "4.10.11" }, "devDependencies": { "@vue/cli-plugin-babel": "3.12.1", diff --git a/examples/vue/nuxt/package.json b/examples/vue/nuxt/package.json index 48a864a04e..1be682dce3 100644 --- a/examples/vue/nuxt/package.json +++ b/examples/vue/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-nuxt", - "version": "1.26.0", + "version": "1.27.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.10.10", + "vue-instantsearch": "4.10.11", "vue-server-renderer": "2.7.14" } } diff --git a/examples/vue/ssr/package.json b/examples/vue/ssr/package.json index 3b879927a3..152b0e10fc 100644 --- a/examples/vue/ssr/package.json +++ b/examples/vue/ssr/package.json @@ -1,6 +1,6 @@ { "name": "example-vue-instantsearch-ssr", - "version": "0.27.0", + "version": "0.28.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.10.10", + "vue-instantsearch": "4.10.11", "vue-router": "^3.0.2", "vue-server-renderer": "2.7.14" }, diff --git a/packages/algoliasearch-helper/CHANGELOG.md b/packages/algoliasearch-helper/CHANGELOG.md index f298143a2f..256d91f066 100644 --- a/packages/algoliasearch-helper/CHANGELOG.md +++ b/packages/algoliasearch-helper/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.14.1](https://github.com/algolia/instantsearch/compare/algoliasearch-helper@3.14.0...algoliasearch-helper@3.14.1) (2023-09-12) + +**Note:** Version bump only for package algoliasearch-helper + + + + # [3.14.0](https://github.com/algolia/instantsearch/compare/algoliasearch-helper@3.13.5...algoliasearch-helper@3.14.0) (2023-07-25) diff --git a/packages/algoliasearch-helper/package.json b/packages/algoliasearch-helper/package.json index 15d703233b..61fec06dc6 100644 --- a/packages/algoliasearch-helper/package.json +++ b/packages/algoliasearch-helper/package.json @@ -1,6 +1,6 @@ { "name": "algoliasearch-helper", - "version": "3.14.0", + "version": "3.14.1", "description": "Helper for implementing advanced search features with algolia", "main": "index.js", "types": "index.d.ts", diff --git a/packages/algoliasearch-helper/src/version.js b/packages/algoliasearch-helper/src/version.js index d2c4ad818c..104b077062 100644 --- a/packages/algoliasearch-helper/src/version.js +++ b/packages/algoliasearch-helper/src/version.js @@ -1,3 +1,3 @@ 'use strict'; -module.exports = '3.14.0'; +module.exports = '3.14.1'; diff --git a/packages/create-instantsearch-app/CHANGELOG.md b/packages/create-instantsearch-app/CHANGELOG.md index 9217119d3b..393376bdec 100644 --- a/packages/create-instantsearch-app/CHANGELOG.md +++ b/packages/create-instantsearch-app/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [7.0.2](https://github.com/algolia/instantsearch/compare/create-instantsearch-app@7.0.1...create-instantsearch-app@7.0.2) (2023-09-12) + + +### Bug Fixes + +* **create-instantsearch-app:** fix option label for `attributesForFaceting` ([#5841](https://github.com/algolia/instantsearch/issues/5841)) ([9b2471e](https://github.com/algolia/instantsearch/commit/9b2471e65060d645c437cc115d7f423a3a1153a8)) + + + + ## [7.0.1](https://github.com/algolia/instantsearch/compare/create-instantsearch-app@7.0.0...create-instantsearch-app@7.0.1) (2023-09-05) diff --git a/packages/create-instantsearch-app/README.md b/packages/create-instantsearch-app/README.md index 2992828ddf..ceada38276 100644 --- a/packages/create-instantsearch-app/README.md +++ b/packages/create-instantsearch-app/README.md @@ -16,6 +16,7 @@ + - [Get started](#get-started) - [Usage](#usage) - [API](#api) diff --git a/packages/create-instantsearch-app/package.json b/packages/create-instantsearch-app/package.json index 7ad467917d..1fbfe618b4 100644 --- a/packages/create-instantsearch-app/package.json +++ b/packages/create-instantsearch-app/package.json @@ -1,6 +1,6 @@ { "name": "create-instantsearch-app", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "description": "⚡️ Build InstantSearch apps at the speed of thought", "keywords": [ @@ -49,7 +49,7 @@ "validate-npm-package-name": "3.0.0" }, "devDependencies": { - "@instantsearch/testutils": "1.13.0", + "@instantsearch/testutils": "1.14.0", "jest-image-snapshot": "2.12.0", "walk-sync": "2.0.2" } diff --git a/packages/instantsearch.css/CHANGELOG.md b/packages/instantsearch.css/CHANGELOG.md index 5e396d3497..56485cf950 100644 --- a/packages/instantsearch.css/CHANGELOG.md +++ b/packages/instantsearch.css/CHANGELOG.md @@ -1,11 +1,16 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [8.0.0](https://github.com/algolia/instantsearch/compare/instantsearch.css@7.4.5...instantsearch.css@8.0.0) (2023-01-03) ### BREAKING CHANGES -- Vendor prefixes are updated to reflect latest browser usage +* Vendor prefixes are updated to reflect latest browser usage + + + + See [previous releases](https://github.com/algolia/instantsearch-specs/releases). diff --git a/packages/instantsearch.css/README.md b/packages/instantsearch.css/README.md index 44655d6dec..1fde27e2d4 100644 --- a/packages/instantsearch.css/README.md +++ b/packages/instantsearch.css/README.md @@ -1,6 +1,7 @@ + - [Getting started](#getting-started) - [Installation](#installation) - [Available themes](#available-themes) diff --git a/packages/instantsearch.js/CHANGELOG.md b/packages/instantsearch.js/CHANGELOG.md index 45019aa461..958c16d100 100644 --- a/packages/instantsearch.js/CHANGELOG.md +++ b/packages/instantsearch.js/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [4.56.11](https://github.com/algolia/instantsearch/compare/instantsearch.js@4.56.10...instantsearch.js@4.56.11) (2023-09-12) + +### Bug Fixes + +- **insights**: use init method params type from Search Insights ([#5848](https://github.com/algolia/instantsearch/issues/5848)) ([d05c6c6](https://github.com/algolia/instantsearch/commit/d05c6c69c7662c9551431ae787223029076ff972)) + + + + ## [4.56.10](https://github.com/algolia/instantsearch/compare/instantsearch.js@4.56.9...instantsearch.js@4.56.10) (2023-09-05) diff --git a/packages/instantsearch.js/README.md b/packages/instantsearch.js/README.md index 065da8c39b..9ca96d5df4 100644 --- a/packages/instantsearch.js/README.md +++ b/packages/instantsearch.js/README.md @@ -20,6 +20,7 @@ InstantSearch.js is a vanilla JavaScript library that lets you create an instant + - [Why](#why) - [Getting started](#getting-started) - [Installation](#installation) diff --git a/packages/instantsearch.js/package.json b/packages/instantsearch.js/package.json index edc130814e..7597529aa0 100644 --- a/packages/instantsearch.js/package.json +++ b/packages/instantsearch.js/package.json @@ -1,6 +1,6 @@ { "name": "instantsearch.js", - "version": "4.56.10", + "version": "4.56.11", "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", @@ -33,7 +33,7 @@ "@types/google.maps": "^3.45.3", "@types/hogan.js": "^3.0.0", "@types/qs": "^6.5.3", - "algoliasearch-helper": "3.14.0", + "algoliasearch-helper": "3.14.1", "hogan.js": "^3.0.2", "htm": "^3.0.0", "preact": "^10.10.0", @@ -55,9 +55,9 @@ "version": "./scripts/version/update-version.js" }, "devDependencies": { - "@instantsearch/mocks": "1.24.0", - "@instantsearch/tests": "1.24.0", - "@instantsearch/testutils": "1.13.0", + "@instantsearch/mocks": "1.25.0", + "@instantsearch/tests": "1.25.0", + "@instantsearch/testutils": "1.14.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 1f167f117e..7a73083884 100644 --- a/packages/instantsearch.js/src/lib/version.ts +++ b/packages/instantsearch.js/src/lib/version.ts @@ -1 +1 @@ -export default '4.56.10'; +export default '4.56.11'; diff --git a/packages/react-instantsearch-core/CHANGELOG.md b/packages/react-instantsearch-core/CHANGELOG.md index de0afeab7f..9bfc4f360b 100644 --- a/packages/react-instantsearch-core/CHANGELOG.md +++ b/packages/react-instantsearch-core/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [7.0.3](https://github.com/algolia/instantsearch/compare/react-instantsearch-core@7.0.2...react-instantsearch-core@7.0.3) (2023-09-12) + +**Note:** Version bump only for package react-instantsearch-core + + + + ## [7.0.2](https://github.com/algolia/instantsearch/compare/react-instantsearch-core@7.0.1...react-instantsearch-core@7.0.2) (2023-09-05) diff --git a/packages/react-instantsearch-core/README.md b/packages/react-instantsearch-core/README.md index 54872c3c53..5e5135f245 100644 --- a/packages/react-instantsearch-core/README.md +++ b/packages/react-instantsearch-core/README.md @@ -1,7 +1,6 @@ -**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_ - [react-instantsearch-core](#react-instantsearch-core) - [Installation](#installation) diff --git a/packages/react-instantsearch-core/package.json b/packages/react-instantsearch-core/package.json index aedee1b8e6..c098221c8d 100644 --- a/packages/react-instantsearch-core/package.json +++ b/packages/react-instantsearch-core/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-core", - "version": "7.0.2", + "version": "7.0.3", "description": "⚡ Lightning-fast search for React, by Algolia", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -49,8 +49,8 @@ }, "dependencies": { "@babel/runtime": "^7.1.2", - "algoliasearch-helper": "3.14.0", - "instantsearch.js": "4.56.10", + "algoliasearch-helper": "3.14.1", + "instantsearch.js": "4.56.11", "use-sync-external-store": "^1.0.0" }, "devDependencies": { diff --git a/packages/react-instantsearch-core/src/version.ts b/packages/react-instantsearch-core/src/version.ts index 1c0a771912..f2bf7b138d 100644 --- a/packages/react-instantsearch-core/src/version.ts +++ b/packages/react-instantsearch-core/src/version.ts @@ -1 +1 @@ -export default '7.0.2'; +export default '7.0.3'; diff --git a/packages/react-instantsearch-router-nextjs/CHANGELOG.md b/packages/react-instantsearch-router-nextjs/CHANGELOG.md index a384711716..45b952327a 100644 --- a/packages/react-instantsearch-router-nextjs/CHANGELOG.md +++ b/packages/react-instantsearch-router-nextjs/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [7.0.3](https://github.com/algolia/instantsearch/compare/react-instantsearch-router-nextjs@7.0.2...react-instantsearch-router-nextjs@7.0.3) (2023-09-12) + +**Note:** Version bump only for package react-instantsearch-router-nextjs + + + + ## [7.0.2](https://github.com/algolia/instantsearch/compare/react-instantsearch-router-nextjs@7.0.1...react-instantsearch-router-nextjs@7.0.2) (2023-09-05) diff --git a/packages/react-instantsearch-router-nextjs/README.md b/packages/react-instantsearch-router-nextjs/README.md index 68f8927bf1..99267db7e0 100644 --- a/packages/react-instantsearch-router-nextjs/README.md +++ b/packages/react-instantsearch-router-nextjs/README.md @@ -1,7 +1,6 @@ -**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_ - [react-instantsearch-router-nextjs](#react-instantsearch-router-nextjs) - [Installation](#installation) diff --git a/packages/react-instantsearch-router-nextjs/package.json b/packages/react-instantsearch-router-nextjs/package.json index c7e13989e3..3863841534 100644 --- a/packages/react-instantsearch-router-nextjs/package.json +++ b/packages/react-instantsearch-router-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-router-nextjs", - "version": "7.0.2", + "version": "7.0.3", "description": "React InstantSearch Router for Next.js", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -49,8 +49,8 @@ "test:e2e:saucelabs": "start-server-and-test test:start-server 3000 'wdio run ./wdio.saucelabs.conf.cjs'" }, "dependencies": { - "instantsearch.js": "4.56.10", - "react-instantsearch-core": "7.0.2" + "instantsearch.js": "4.56.11", + "react-instantsearch-core": "7.0.3" }, "devDependencies": { "@types/jasmine": "3.3.16", diff --git a/packages/react-instantsearch/CHANGELOG.md b/packages/react-instantsearch/CHANGELOG.md index 0e1452468f..8e3bc1b94e 100644 --- a/packages/react-instantsearch/CHANGELOG.md +++ b/packages/react-instantsearch/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [7.0.3](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.0.2...react-instantsearch@7.0.3) (2023-09-12) + +**Note:** Version bump only for package react-instantsearch + + + + ## [7.0.2](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.0.1...react-instantsearch@7.0.2) (2023-09-05) diff --git a/packages/react-instantsearch/README.md b/packages/react-instantsearch/README.md index 92d5ab1869..a3f491529f 100644 --- a/packages/react-instantsearch/README.md +++ b/packages/react-instantsearch/README.md @@ -1,7 +1,6 @@ -**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_ - [react-instantsearch](#react-instantsearch) - [Why](#why) diff --git a/packages/react-instantsearch/package.json b/packages/react-instantsearch/package.json index e18c22c8c8..8681e62a0a 100644 --- a/packages/react-instantsearch/package.json +++ b/packages/react-instantsearch/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch", - "version": "7.0.2", + "version": "7.0.3", "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.56.10", - "react-instantsearch-core": "7.0.2" + "instantsearch.js": "4.56.11", + "react-instantsearch-core": "7.0.3" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/vue-instantsearch/CHANGELOG.md b/packages/vue-instantsearch/CHANGELOG.md index d2aab770d7..123f1f6239 100644 --- a/packages/vue-instantsearch/CHANGELOG.md +++ b/packages/vue-instantsearch/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [4.10.11](https://github.com/algolia/instantsearch/compare/vue-instantsearch@4.10.10...vue-instantsearch@4.10.11) (2023-09-12) + + +### Bug Fixes + +* **vue-instantsearch:** prevent click on navigation items when pressing modifiers ([#5837](https://github.com/algolia/instantsearch/issues/5837)) ([53a2434](https://github.com/algolia/instantsearch/commit/53a24345a423142da6b70fcf0bc3cbe2bb1638d6)) + + + + ## [4.10.10](https://github.com/algolia/instantsearch/compare/vue-instantsearch@4.10.9...vue-instantsearch@4.10.10) (2023-09-05) diff --git a/packages/vue-instantsearch/README.md b/packages/vue-instantsearch/README.md index 1040fcfc5d..83862f89e5 100644 --- a/packages/vue-instantsearch/README.md +++ b/packages/vue-instantsearch/README.md @@ -1,7 +1,6 @@ -**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_ - [Vue InstantSearch](#vue-instantsearch) - [Documentation](#documentation) diff --git a/packages/vue-instantsearch/package.json b/packages/vue-instantsearch/package.json index 8a0f41c42d..f96e5d0c1b 100644 --- a/packages/vue-instantsearch/package.json +++ b/packages/vue-instantsearch/package.json @@ -16,7 +16,7 @@ "autocomplete" ], "license": "MIT", - "version": "4.10.10", + "version": "4.10.11", "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.56.10", + "instantsearch.js": "4.56.11", "mitt": "^2.1.0" }, "peerDependencies": { @@ -60,7 +60,7 @@ "@vue/test-utils": "1.3.0", "@vue/test-utils2": "npm:@vue/test-utils@2.0.0-rc.11", "algoliasearch": "4.14.3", - "algoliasearch-helper": "3.14.0", + "algoliasearch-helper": "3.14.1", "instantsearch.css": "8.0.0", "rollup": "1.32.1", "rollup-plugin-babel": "4.4.0", diff --git a/specs/CHANGELOG.md b/specs/CHANGELOG.md index cbb05aa048..7f6e6b496d 100644 --- a/specs/CHANGELOG.md +++ b/specs/CHANGELOG.md @@ -1,6 +1,7 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## 0.1.3 (2023-08-07) diff --git a/tests/common/package.json b/tests/common/package.json index 591dd7700f..49ce81e284 100644 --- a/tests/common/package.json +++ b/tests/common/package.json @@ -1,9 +1,9 @@ { "name": "@instantsearch/tests", "private": true, - "version": "1.24.0", + "version": "1.25.0", "description": "Common tests for all InstantSearch flavors.", "dependencies": { - "instantsearch.js": "4.56.10" + "instantsearch.js": "4.56.11" } } diff --git a/tests/mocks/package.json b/tests/mocks/package.json index e42acf3d10..14cf27a106 100644 --- a/tests/mocks/package.json +++ b/tests/mocks/package.json @@ -1,9 +1,9 @@ { "name": "@instantsearch/mocks", - "version": "1.24.0", + "version": "1.25.0", "private": true, "dependencies": { - "algoliasearch-helper": "3.14.0", - "instantsearch.js": "4.56.10" + "algoliasearch-helper": "3.14.1", + "instantsearch.js": "4.56.11" } } diff --git a/tests/utils/package.json b/tests/utils/package.json index c20990d66a..36ecf7b08e 100644 --- a/tests/utils/package.json +++ b/tests/utils/package.json @@ -1,13 +1,13 @@ { "name": "@instantsearch/testutils", - "version": "1.13.0", + "version": "1.14.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.56.10", + "instantsearch.js": "4.56.11", "jest-serializer-html": "7.1.0", "preact": "^10.10.0" }