Skip to content

Commit

Permalink
chore: release (#5556)
Browse files Browse the repository at this point in the history
* chore: release

* chore: right version for RIS Core

* chore(version): sync for RISH-based

* oh, i didn't have this folder in my global replace

---------

Co-authored-by: Haroen Viaene <hello@haroen.me>
  • Loading branch information
instantsearch-bot and Haroenv committed Mar 21, 2023
1 parent 31b85a6 commit a00311c
Show file tree
Hide file tree
Showing 57 changed files with 212 additions and 106 deletions.
4 changes: 2 additions & 2 deletions examples/js/calendar-widget/package.json
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-calendar-widget",
"version": "1.0.11",
"version": "1.0.12",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"algoliasearch": "4.14.3",
"instantsearch.js": "4.52.0"
"instantsearch.js": "4.53.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/js/e-commerce/package.json
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-ecommerce",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -10,7 +10,7 @@
"browserslist": "firefox 68, chrome 78, IE 11",
"dependencies": {
"algoliasearch": "4.14.3",
"instantsearch.js": "4.52.0"
"instantsearch.js": "4.53.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/js/media/package.json
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-media",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"algoliasearch": "4.14.3",
"date-fns": "2.25.0",
"instantsearch.js": "4.52.0"
"instantsearch.js": "4.53.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/js/tourism/package.json
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-tourism",
"version": "1.0.11",
"version": "1.0.12",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"algoliasearch": "4.14.3",
"instantsearch.js": "4.52.0"
"instantsearch.js": "4.53.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
6 changes: 3 additions & 3 deletions examples/react-hooks/default-theme/package.json
@@ -1,17 +1,17 @@
{
"name": "example-react-instantsearch-hooks-default-theme",
"version": "6.38.11",
"version": "6.38.12",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html",
"start": "BABEL_ENV=parcel parcel index.html"
},
"dependencies": {
"algoliasearch": "4.14.3",
"instantsearch.js": "4.52.0",
"instantsearch.js": "4.53.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch-hooks-web": "6.41.0"
"react-instantsearch-hooks-web": "6.42.0"
},
"devDependencies": {
"@parcel/core": "2.8.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react-hooks/e-commerce/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-hooks-e-commerce",
"version": "6.38.11",
"version": "6.38.12",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html",
Expand All @@ -10,11 +10,11 @@
"browserslist": "firefox 68, chrome 78, IE 11",
"dependencies": {
"algoliasearch": "4.14.3",
"instantsearch.js": "4.52.0",
"instantsearch.js": "4.53.0",
"react": "18.1.0",
"react-compound-slider": "3.4.0",
"react-dom": "18.1.0",
"react-instantsearch-hooks-web": "6.41.0"
"react-instantsearch-hooks-web": "6.42.0"
},
"devDependencies": {
"@parcel/core": "2.8.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-hooks/next-routing/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-hooks-next-routing-example",
"version": "6.42.0",
"version": "6.43.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.41.0",
"react-instantsearch-hooks-server": "6.41.0",
"react-instantsearch-hooks-web": "6.41.0"
"react-instantsearch-hooks-router-nextjs": "6.42.0",
"react-instantsearch-hooks-server": "6.42.0",
"react-instantsearch-hooks-web": "6.42.0"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-hooks/next/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-hooks-next-example",
"version": "6.42.0",
"version": "6.43.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.41.0",
"react-instantsearch-hooks-server": "6.41.0",
"react-instantsearch-hooks-web": "6.41.0"
"react-instantsearch-hooks-router-nextjs": "6.42.0",
"react-instantsearch-hooks-server": "6.42.0",
"react-instantsearch-hooks-web": "6.42.0"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
6 changes: 3 additions & 3 deletions examples/react-hooks/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-hooks-react-native-example",
"version": "6.38.11",
"version": "6.38.12",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
Expand All @@ -14,9 +14,9 @@
"algoliasearch": "4.14.3",
"expo": "~44.0.0",
"expo-status-bar": "~1.2.0",
"instantsearch.js": "4.52.0",
"instantsearch.js": "4.53.0",
"react": "17.0.1",
"react-instantsearch-hooks": "6.41.0",
"react-instantsearch-hooks": "6.42.0",
"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
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-hooks-server-side-rendering",
"version": "6.38.11",
"version": "6.38.12",
"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.41.0",
"react-instantsearch-hooks-web": "6.41.0"
"react-instantsearch-hooks-server": "6.42.0",
"react-instantsearch-hooks-web": "6.42.0"
}
}
4 changes: 2 additions & 2 deletions examples/react/autocomplete/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-autocomplete",
"version": "10.0.0",
"version": "11.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"react": "17.0.2",
"react-autosuggest": "9.4.3",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.39.0"
"react-instantsearch-dom": "6.39.1"
},
"browserslist": [
">0.2%",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/default-theme/package.json
@@ -1,12 +1,12 @@
{
"name": "example-react-instantsearch-default-theme",
"version": "9.0.0",
"version": "10.0.0",
"private": true,
"dependencies": {
"algoliasearch": "4.14.3",
"qs": "6.9.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.39.0"
"react-instantsearch-dom": "6.39.1"
}
}
4 changes: 2 additions & 2 deletions 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,
"dependencies": {
"algoliasearch": "4.14.3",
Expand All @@ -9,6 +9,6 @@
"react": "17.0.2",
"react-compound-slider": "2.2.0",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.39.0"
"react-instantsearch-dom": "6.39.1"
}
}
6 changes: 3 additions & 3 deletions examples/react/geo-search/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-geo-search",
"version": "10.0.0",
"version": "11.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"qs": "6.9.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.39.0",
"react-instantsearch-dom-maps": "6.39.0"
"react-instantsearch-dom": "6.39.1",
"react-instantsearch-dom-maps": "6.39.1"
},
"browserslist": [
">0.2%",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/media/package.json
@@ -1,12 +1,12 @@
{
"name": "example-react-instantsearch-media",
"version": "9.0.0",
"version": "10.0.0",
"private": true,
"dependencies": {
"algoliasearch": "4.14.3",
"qs": "6.9.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.39.0"
"react-instantsearch-dom": "6.39.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/multi-index/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-multi-index",
"version": "10.0.0",
"version": "11.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"instantsearch.css": "8.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.39.0"
"react-instantsearch-dom": "6.39.1"
},
"browserslist": [
">0.2%",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/next/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-next",
"version": "10.0.0",
"version": "11.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -26,6 +26,6 @@
"qs": "6.9.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.39.0"
"react-instantsearch-dom": "6.39.1"
}
}
2 changes: 1 addition & 1 deletion examples/react/react-native-query-suggestions/package.json
Expand Up @@ -18,7 +18,7 @@
"prop-types": "15.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-native": "6.39.0",
"react-instantsearch-native": "6.39.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-vector-icons": "6.6.0",
"react-native-web": "0.11.7"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/react-native/package.json
Expand Up @@ -19,7 +19,7 @@
"prop-types": "15.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-native": "6.39.0",
"react-instantsearch-native": "6.39.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-gesture-handler": "1.6.1",
"react-native-modal-dropdown": "0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/react-router-v3/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-react-router-v3",
"version": "10.0.0",
"version": "11.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fast-compare": "3.0.1",
"react-instantsearch-dom": "6.39.0",
"react-instantsearch-dom": "6.39.1",
"react-router": "3.2.1"
},
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-react-router",
"version": "10.0.0",
"version": "11.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"qs": "6.9.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.39.0",
"react-instantsearch-dom": "6.39.1",
"react-router-dom": "5.2.0"
},
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/server-side-rendering/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-server-side-rendering",
"version": "10.0.0",
"version": "11.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -31,6 +31,6 @@
"prop-types": "15.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.39.0"
"react-instantsearch-dom": "6.39.1"
}
}
4 changes: 2 additions & 2 deletions examples/react/tourism/package.json
@@ -1,13 +1,13 @@
{
"name": "example-react-instantsearch-tourism",
"version": "9.0.0",
"version": "10.0.0",
"private": true,
"dependencies": {
"algoliasearch": "4.14.3",
"qs": "6.9.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.39.0",
"react-instantsearch-dom": "6.39.1",
"rheostat": "2.2.0"
}
}

0 comments on commit a00311c

Please sign in to comment.