Skip to content

Commit

Permalink
chore: release (#5783)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Jul 27, 2023
1 parent ec16c6e commit b5ce736
Show file tree
Hide file tree
Showing 17 changed files with 73 additions and 28 deletions.
2 changes: 1 addition & 1 deletion examples/js/e-commerce-umd/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-hooks/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-hooks/e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-hooks/getting-started/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-hooks/next-routing/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-hooks/next/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-hooks/react-native/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react-hooks/ssr/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/react-instantsearch-hooks-router-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/react-instantsearch-hooks-router-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-instantsearch-hooks-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/react-instantsearch-hooks-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-instantsearch-hooks-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/react-instantsearch-hooks-web/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-instantsearch-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-hooks/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.47.2';
export default '6.47.3';

0 comments on commit b5ce736

Please sign in to comment.