Skip to content

Commit

Permalink
chore: release (#6468)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab authored Dec 10, 2024
1 parent 8da8096 commit 66a9711
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/react/next-app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-next-app-dir-example",
"version": "8.42.0",
"version": "8.43.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,7 +15,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.13.9",
"react-instantsearch-nextjs": "0.3.19"
"react-instantsearch-nextjs": "0.3.20"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-instantsearch-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.

## [0.3.20](https://github.com/algolia/instantsearch/compare/[email protected]@0.3.20) (2024-12-10)


### Bug Fixes

* **next-app-router:** better detection of route change ([#6467](https://github.com/algolia/instantsearch/issues/6467)) ([8da8096](https://github.com/algolia/instantsearch/commit/8da8096e9bb135d35e0aaa6a9bda5ce3a3704b6a))





## [0.3.19](https://github.com/algolia/instantsearch/compare/[email protected]@0.3.19) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-nextjs",
"version": "0.3.19",
"version": "0.3.20",
"description": "React InstantSearch SSR utilities for Next.js",
"types": "dist/es/index.d.ts",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 66a9711

Please sign in to comment.