diff --git a/examples/js/e-commerce-umd/package.json b/examples/js/e-commerce-umd/package.json index f82312acc6..22980f6c32 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.0", + "version": "1.22.1", "private": true, "scripts": { "start": "BABEL_ENV=parcel parcel index.html --port 3000", diff --git a/examples/react-hooks/default-theme/package.json b/examples/react-hooks/default-theme/package.json index 3d9bef5ed8..44055a11b4 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.49.0", + "version": "6.50.0", "private": true, "scripts": { "build": "BABEL_ENV=parcel parcel build index.html", @@ -11,7 +11,7 @@ "instantsearch.js": "4.56.8", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.47.2" + "react-instantsearch-hooks-web": "6.47.3" }, "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 048e91609c..93dde9d812 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.25", + "version": "6.38.26", "private": true, "scripts": { "build": "BABEL_ENV=parcel parcel build index.html", @@ -14,7 +14,7 @@ "react": "18.1.0", "react-compound-slider": "3.4.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.47.2" + "react-instantsearch-hooks-web": "6.47.3" }, "devDependencies": { "@parcel/core": "2.8.0", diff --git a/examples/react-hooks/getting-started/package.json b/examples/react-hooks/getting-started/package.json index 5a3d481c07..539c08b6a1 100644 --- a/examples/react-hooks/getting-started/package.json +++ b/examples/react-hooks/getting-started/package.json @@ -1,6 +1,6 @@ { "name": "example-react-instantsearch-hooks-getting-started", - "version": "6.38.25", + "version": "6.38.26", "private": true, "scripts": { "build": "BABEL_ENV=parcel parcel build index.html", @@ -11,7 +11,7 @@ "instantsearch.js": "4.56.8", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.47.2" + "react-instantsearch-hooks-web": "6.47.3" }, "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 d6fce33d68..3e5fbbea3a 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.56.0", + "version": "6.57.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.47.2", - "react-instantsearch-hooks-server": "6.47.2", - "react-instantsearch-hooks-web": "6.47.2" + "react-instantsearch-hooks-router-nextjs": "6.47.3", + "react-instantsearch-hooks-server": "6.47.3", + "react-instantsearch-hooks-web": "6.47.3" }, "devDependencies": { "@types/node": "17.0.40", diff --git a/examples/react-hooks/next/package.json b/examples/react-hooks/next/package.json index 3724028565..c722e5cea1 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.56.0", + "version": "6.57.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.47.2", - "react-instantsearch-hooks-server": "6.47.2", - "react-instantsearch-hooks-web": "6.47.2" + "react-instantsearch-hooks-router-nextjs": "6.47.3", + "react-instantsearch-hooks-server": "6.47.3", + "react-instantsearch-hooks-web": "6.47.3" }, "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 2937c0d99a..6e312a4a7d 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.25", + "version": "6.38.26", "private": true, "main": "node_modules/expo/AppEntry.js", "scripts": { @@ -16,7 +16,7 @@ "expo-status-bar": "~1.2.0", "instantsearch.js": "4.56.8", "react": "17.0.1", - "react-instantsearch-hooks": "6.47.2", + "react-instantsearch-hooks": "6.47.3", "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 f55b547c7f..8b9bb9d61c 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.25", + "version": "6.38.26", "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.47.2", - "react-instantsearch-hooks-web": "6.47.2" + "react-instantsearch-hooks-server": "6.47.3", + "react-instantsearch-hooks-web": "6.47.3" } } diff --git a/packages/react-instantsearch-hooks-router-nextjs/CHANGELOG.md b/packages/react-instantsearch-hooks-router-nextjs/CHANGELOG.md index a56f2a2d87..b8de1936b0 100644 --- a/packages/react-instantsearch-hooks-router-nextjs/CHANGELOG.md +++ b/packages/react-instantsearch-hooks-router-nextjs/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.47.3](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-router-nextjs@6.47.2...react-instantsearch-hooks-router-nextjs@6.47.3) (2023-07-27) + + +### Bug Fixes + +* add a future warning when the package name changes ([#5778](https://github.com/algolia/instantsearch.js/issues/5778)) ([3d22ee4](https://github.com/algolia/instantsearch.js/commit/3d22ee45e1f03a443323a371621262f1fe45e664)) + + + + + ## [6.47.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-router-nextjs@6.47.1...react-instantsearch-hooks-router-nextjs@6.47.2) (2023-07-25) **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 ce83c88bf2..ebe885866c 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.47.2", + "version": "6.47.3", "description": "React InstantSearch Hooks Router for Next.js", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -49,7 +49,7 @@ }, "dependencies": { "instantsearch.js": "4.56.8", - "react-instantsearch-hooks": "6.47.2" + "react-instantsearch-hooks": "6.47.3" }, "devDependencies": { "@types/jasmine": "3.3.16", diff --git a/packages/react-instantsearch-hooks-server/CHANGELOG.md b/packages/react-instantsearch-hooks-server/CHANGELOG.md index 5b57eeb33c..19b5636d1d 100644 --- a/packages/react-instantsearch-hooks-server/CHANGELOG.md +++ b/packages/react-instantsearch-hooks-server/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.47.3](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-server@6.47.2...react-instantsearch-hooks-server@6.47.3) (2023-07-27) + + +### Bug Fixes + +* add a future warning when the package name changes ([#5778](https://github.com/algolia/instantsearch.js/issues/5778)) ([3d22ee4](https://github.com/algolia/instantsearch.js/commit/3d22ee45e1f03a443323a371621262f1fe45e664)) + + + + + ## [6.47.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-server@6.47.1...react-instantsearch-hooks-server@6.47.2) (2023-07-25) **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 61850c9770..c4c0f18f5a 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.47.2", + "version": "6.47.3", "description": "⚡ Server-side support for React InstantSearch Hooks, by Algolia", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -48,7 +48,7 @@ "dependencies": { "@babel/runtime": "^7.1.2", "instantsearch.js": "4.56.8", - "react-instantsearch-hooks": "6.47.2" + "react-instantsearch-hooks": "6.47.3" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks-web/CHANGELOG.md b/packages/react-instantsearch-hooks-web/CHANGELOG.md index b25a433b84..2b4129ab53 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.47.3](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-web@6.47.2...react-instantsearch-hooks-web@6.47.3) (2023-07-27) + + +### Bug Fixes + +* add a future warning when the package name changes ([#5778](https://github.com/algolia/instantsearch.js/issues/5778)) ([3d22ee4](https://github.com/algolia/instantsearch.js/commit/3d22ee45e1f03a443323a371621262f1fe45e664)) + + + + + ## [6.47.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks-web@6.47.1...react-instantsearch-hooks-web@6.47.2) (2023-07-25) **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 a765dae55e..799b1be978 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.47.2", + "version": "6.47.3", "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", "instantsearch.js": "4.56.8", - "react-instantsearch-hooks": "6.47.2" + "react-instantsearch-hooks": "6.47.3" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks/CHANGELOG.md b/packages/react-instantsearch-hooks/CHANGELOG.md index 5627b55f13..1036d686f4 100644 --- a/packages/react-instantsearch-hooks/CHANGELOG.md +++ b/packages/react-instantsearch-hooks/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.47.3](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks@6.47.2...react-instantsearch-hooks@6.47.3) (2023-07-27) + + +### Bug Fixes + +* add a future warning when the package name changes ([#5778](https://github.com/algolia/instantsearch.js/issues/5778)) ([3d22ee4](https://github.com/algolia/instantsearch.js/commit/3d22ee45e1f03a443323a371621262f1fe45e664)) +* **useInstantSearch:** deprecate `use` function ([#5781](https://github.com/algolia/instantsearch.js/issues/5781)) ([ec16c6e](https://github.com/algolia/instantsearch.js/commit/ec16c6e74cc9e364aca47d64983be32bf0cce0fe)) + + + + + ## [6.47.2](https://github.com/algolia/instantsearch.js/compare/react-instantsearch-hooks@6.47.1...react-instantsearch-hooks@6.47.2) (2023-07-25) **Note:** Version bump only for package react-instantsearch-hooks diff --git a/packages/react-instantsearch-hooks/package.json b/packages/react-instantsearch-hooks/package.json index 4bb5a02480..ce75facbd5 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.47.2", + "version": "6.47.3", "description": "⚡ Lightning-fast search for React, by Algolia", "source": "src/index.ts", "types": "dist/es/index.d.ts", diff --git a/packages/react-instantsearch-hooks/src/version.ts b/packages/react-instantsearch-hooks/src/version.ts index 33e71b1475..3f0eec51d0 100644 --- a/packages/react-instantsearch-hooks/src/version.ts +++ b/packages/react-instantsearch-hooks/src/version.ts @@ -1 +1 @@ -export default '6.47.2'; +export default '6.47.3';