Skip to content

Commit

Permalink
chore: release (#6040)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Feb 6, 2024
1 parent 22eba2d commit 9afbaec
Show file tree
Hide file tree
Showing 42 changed files with 159 additions and 81 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.39",
"version": "1.0.40",
"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.64.2"
"instantsearch.js": "4.64.3"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/js/e-commerce-umd/package.json
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-ecommerce-umd",
"version": "1.26.0",
"version": "1.27.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.64.2"
"instantsearch.js": "4.64.3"
},
"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.38.0",
"version": "1.39.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.64.2"
"instantsearch.js": "4.64.3"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/js/getting-started/package.json
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-getting-started",
"version": "1.0.25",
"version": "1.0.26",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"algoliasearch": "4.14.3",
"instantsearch.js": "4.64.2"
"instantsearch.js": "4.64.3"
},
"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.38.0",
"version": "1.39.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.64.2"
"instantsearch.js": "4.64.3"
},
"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.39",
"version": "1.0.40",
"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.64.2"
"instantsearch.js": "4.64.3"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/default-theme/package.json
@@ -1,17 +1,17 @@
{
"name": "example-react-instantsearch-default-theme",
"version": "21.0.0",
"version": "22.0.0",
"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.64.2",
"instantsearch.js": "4.64.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.5.4"
"react-instantsearch": "7.5.5"
},
"devDependencies": {
"@parcel/core": "2.10.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/e-commerce/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-e-commerce",
"version": "21.0.0",
"version": "22.0.0",
"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.64.2",
"instantsearch.js": "4.64.3",
"react": "18.2.0",
"react-compound-slider": "3.4.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.5.4"
"react-instantsearch": "7.5.5"
},
"devDependencies": {
"@parcel/core": "2.10.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/getting-started/package.json
@@ -1,17 +1,17 @@
{
"name": "example-react-instantsearch-getting-started",
"version": "6.53.0",
"version": "6.54.0",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html",
"start": "BABEL_ENV=parcel parcel index.html --port 3000"
},
"dependencies": {
"algoliasearch": "4.14.3",
"instantsearch.js": "4.64.2",
"instantsearch.js": "4.64.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.5.4"
"react-instantsearch": "7.5.5"
},
"devDependencies": {
"@parcel/core": "2.10.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/next-app-router/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-next-app-dir-example",
"version": "8.12.0",
"version": "8.13.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,9 +14,9 @@
"next": "13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.5.4",
"react-instantsearch-nextjs": "0.1.11",
"react-instantsearch-router-nextjs": "7.5.4"
"react-instantsearch": "7.5.5",
"react-instantsearch-nextjs": "0.1.12",
"react-instantsearch-router-nextjs": "7.5.5"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/next-routing/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-next-routing-example",
"version": "6.72.0",
"version": "6.73.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,8 +14,8 @@
"next": "13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.5.4",
"react-instantsearch-router-nextjs": "7.5.4"
"react-instantsearch": "7.5.5",
"react-instantsearch-router-nextjs": "7.5.5"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/next/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-next-example",
"version": "21.0.0",
"version": "22.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,8 +14,8 @@
"next": "13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.5.4",
"react-instantsearch-router-nextjs": "7.5.4"
"react-instantsearch": "7.5.5",
"react-instantsearch-router-nextjs": "7.5.5"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-react-native-example",
"version": "21.0.0",
"version": "22.0.0",
"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.64.2",
"instantsearch.js": "4.64.3",
"react": "17.0.1",
"react-instantsearch-core": "7.5.4",
"react-instantsearch-core": "7.5.5",
"react-native": "0.64.3",
"react-native-web": "0.17.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/ssr/package.json
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-server-side-rendering",
"version": "6.53.0",
"version": "6.54.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -26,6 +26,6 @@
"express": "4.17.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.5.4"
"react-instantsearch": "7.5.5"
}
}
6 changes: 3 additions & 3 deletions examples/vue/default-theme/package.json
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-default-theme",
"version": "0.39.0",
"version": "0.40.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"algoliasearch": "4.14.3",
"core-js": "2",
"instantsearch.js": "4.64.2",
"instantsearch.js": "4.64.3",
"vue": "2.7.14",
"vue-instantsearch": "4.13.6"
"vue-instantsearch": "4.13.7"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.12.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/e-commerce/package.json
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-e-commerce",
"version": "0.39.0",
"version": "0.40.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"algoliasearch": "4.14.3",
"core-js": "2",
"instantsearch.js": "4.64.2",
"instantsearch.js": "4.64.3",
"vue": "2.7.14",
"vue-instantsearch": "4.13.6",
"vue-instantsearch": "4.13.7",
"vue-slider-component": "3.0.32"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/getting-started/package.json
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-getting-started",
"version": "1.0.25",
"version": "1.0.26",
"private": true,
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve --port 3000",
Expand All @@ -9,9 +9,9 @@
"dependencies": {
"algoliasearch": "4.14.3",
"core-js": "2",
"instantsearch.js": "4.64.2",
"instantsearch.js": "4.64.3",
"vue": "2.7.14",
"vue-instantsearch": "4.13.6"
"vue-instantsearch": "4.13.7"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.12.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/media/package.json
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-media",
"version": "0.39.0",
"version": "0.40.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"algoliasearch": "4.14.3",
"core-js": "2",
"instantsearch.js": "4.64.2",
"instantsearch.js": "4.64.3",
"vue": "2.7.14",
"vue-instantsearch": "4.13.6"
"vue-instantsearch": "4.13.7"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.12.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-nuxt",
"version": "1.38.0",
"version": "1.39.0",
"description": "Vue InstantSearch & Nuxt",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"cross-env": "^5.2.0",
"css-loader": "^4.3.0",
"nuxt": "^2.4.5",
"vue-instantsearch": "4.13.6",
"vue-instantsearch": "4.13.7",
"vue-server-renderer": "2.7.14"
}
}
4 changes: 2 additions & 2 deletions examples/vue/ssr/package.json
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-ssr",
"version": "0.39.0",
"version": "0.40.0",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider -cli-service ssr:build",
Expand All @@ -13,7 +13,7 @@
"instantsearch.css": "8.1.0",
"qs": "6.9.7",
"vue": "2.7.14",
"vue-instantsearch": "4.13.6",
"vue-instantsearch": "4.13.7",
"vue-router": "^3.0.2",
"vue-server-renderer": "2.7.14"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/create-instantsearch-app/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.5.0](https://github.com/algolia/instantsearch/compare/create-instantsearch-app@7.4.1...create-instantsearch-app@7.5.0) (2024-02-06)


### Bug Fixes

* **config:** don't accept non-arrays for attributesToDisplay ([#6027](https://github.com/algolia/instantsearch/issues/6027)) ([0dbeb82](https://github.com/algolia/instantsearch/commit/0dbeb824349f535c0fb873216f6cb4b646c68b00)), closes [#6023](https://github.com/algolia/instantsearch/issues/6023)


### Features

* **cisa:** style images ([#6033](https://github.com/algolia/instantsearch/issues/6033)) ([1fc011e](https://github.com/algolia/instantsearch/commit/1fc011e8b97655b193b965c604097a42a353b09f))





## [7.4.1](https://github.com/algolia/instantsearch/compare/create-instantsearch-app@7.4.0...create-instantsearch-app@7.4.1) (2024-01-23)

**Note:** Version bump only for package create-instantsearch-app
Expand Down

0 comments on commit 9afbaec

Please sign in to comment.