Skip to content

Commit

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

* Update packages/vue-instantsearch/package.json

Co-authored-by: Dhaya <154633+dhayab@users.noreply.github.com>

Co-authored-by: Dhaya <154633+dhayab@users.noreply.github.com>
  • Loading branch information
Haroenv and dhayab committed Jan 9, 2023
1 parent 254ef00 commit 4c47360
Show file tree
Hide file tree
Showing 51 changed files with 219 additions and 99 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.2",
"version": "1.0.3",
"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.49.3"
"instantsearch.js": "4.49.4"
},
"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.1.0",
"version": "1.2.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.49.3"
"instantsearch.js": "4.49.4"
},
"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.1.0",
"version": "1.2.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.49.3"
"instantsearch.js": "4.49.4"
},
"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.2",
"version": "1.0.3",
"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.49.3"
"instantsearch.js": "4.49.4"
},
"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.2",
"version": "6.38.3",
"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.49.3",
"instantsearch.js": "4.49.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch-hooks-web": "6.38.2"
"react-instantsearch-hooks-web": "6.38.3"
},
"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.2",
"version": "6.38.3",
"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.49.3",
"instantsearch.js": "4.49.4",
"react": "18.1.0",
"react-compound-slider": "3.4.0",
"react-dom": "18.1.0",
"react-instantsearch-hooks-web": "6.38.2"
"react-instantsearch-hooks-web": "6.38.3"
},
"devDependencies": {
"@parcel/core": "2.8.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react-hooks/next/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-hooks-next-example",
"version": "6.38.2",
"version": "6.38.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,8 +14,8 @@
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch-hooks-server": "6.38.2",
"react-instantsearch-hooks-web": "6.38.2"
"react-instantsearch-hooks-server": "6.38.3",
"react-instantsearch-hooks-web": "6.38.3"
},
"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.2",
"version": "6.38.3",
"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.49.3",
"instantsearch.js": "4.49.4",
"react": "17.0.1",
"react-instantsearch-hooks": "6.38.2",
"react-instantsearch-hooks": "6.38.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
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-hooks-server-side-rendering",
"version": "6.38.2",
"version": "6.38.3",
"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.38.2",
"react-instantsearch-hooks-web": "6.38.2"
"react-instantsearch-hooks-server": "6.38.3",
"react-instantsearch-hooks-web": "6.38.3"
}
}
11 changes: 8 additions & 3 deletions examples/react/autocomplete/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-autocomplete",
"version": "7.0.0",
"version": "8.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -18,7 +18,12 @@
},
"jest": {
"transform": {
"^.+\\.(jsx?|tsx?)$": ["babel-jest", { "rootMode": "upward" }]
"^.+\\.(jsx?|tsx?)$": [
"babel-jest",
{
"rootMode": "upward"
}
]
},
"moduleNameMapper": {
"\\.css$": "<rootDir>/__mocks__/styleMock.js"
Expand All @@ -31,7 +36,7 @@
"react": "17.0.2",
"react-autosuggest": "9.4.3",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.38.2"
"react-instantsearch-dom": "6.38.3"
},
"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": "7.0.0",
"version": "8.0.0",
"private": true,
"dependencies": {
"algoliasearch": "4.14.3",
"qs": "6.9.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.38.2"
"react-instantsearch-dom": "6.38.3"
}
}
4 changes: 2 additions & 2 deletions examples/react/e-commerce/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-e-commerce",
"version": "7.0.0",
"version": "8.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.38.2"
"react-instantsearch-dom": "6.38.3"
}
}
13 changes: 9 additions & 4 deletions examples/react/geo-search/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-geo-search",
"version": "7.0.0",
"version": "8.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -18,7 +18,12 @@
},
"jest": {
"transform": {
"^.+\\.(jsx?|tsx?)$": ["babel-jest", { "rootMode": "upward" }]
"^.+\\.(jsx?|tsx?)$": [
"babel-jest",
{
"rootMode": "upward"
}
]
}
},
"dependencies": {
Expand All @@ -27,8 +32,8 @@
"qs": "6.9.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.38.2",
"react-instantsearch-dom-maps": "6.38.2"
"react-instantsearch-dom": "6.38.3",
"react-instantsearch-dom-maps": "6.38.3"
},
"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": "7.0.0",
"version": "8.0.0",
"private": true,
"dependencies": {
"algoliasearch": "4.14.3",
"qs": "6.9.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.38.2"
"react-instantsearch-dom": "6.38.3"
}
}
11 changes: 8 additions & 3 deletions examples/react/multi-index/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-multi-index",
"version": "7.0.0",
"version": "8.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -18,15 +18,20 @@
},
"jest": {
"transform": {
"^.+\\.(jsx?|tsx?)$": ["babel-jest", { "rootMode": "upward" }]
"^.+\\.(jsx?|tsx?)$": [
"babel-jest",
{
"rootMode": "upward"
}
]
}
},
"dependencies": {
"algoliasearch": "4.14.3",
"instantsearch.css": "8.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.38.2"
"react-instantsearch-dom": "6.38.3"
},
"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": "7.0.0",
"version": "8.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -26,6 +26,6 @@
"qs": "6.9.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.38.2"
"react-instantsearch-dom": "6.38.3"
}
}
4 changes: 2 additions & 2 deletions examples/react/react-native-query-suggestions/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-react-native-query-suggestions",
"version": "7.0.0",
"version": "8.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"build": "echo \"Error: no build specified\" && exit 0",
Expand All @@ -18,7 +18,7 @@
"prop-types": "15.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-native": "6.38.2",
"react-instantsearch-native": "6.38.3",
"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
4 changes: 2 additions & 2 deletions examples/react/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-react-native",
"version": "7.0.0",
"version": "8.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"build": "echo \"Error: no build specified\" && exit 0",
Expand All @@ -19,7 +19,7 @@
"prop-types": "15.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-native": "6.38.2",
"react-instantsearch-native": "6.38.3",
"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
11 changes: 8 additions & 3 deletions examples/react/react-router-v3/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-react-router-v3",
"version": "7.0.0",
"version": "8.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -18,7 +18,12 @@
},
"jest": {
"transform": {
"^.+\\.(jsx?|tsx?)$": ["babel-jest", { "rootMode": "upward" }]
"^.+\\.(jsx?|tsx?)$": [
"babel-jest",
{
"rootMode": "upward"
}
]
}
},
"dependencies": {
Expand All @@ -29,7 +34,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fast-compare": "3.0.1",
"react-instantsearch-dom": "6.38.2",
"react-instantsearch-dom": "6.38.3",
"react-router": "3.2.1"
},
"browserslist": [
Expand Down

0 comments on commit 4c47360

Please sign in to comment.