Skip to content

Commit

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

* fix version

---------

Co-authored-by: Haroen Viaene <[email protected]>
  • Loading branch information
instantsearch-bot and Haroenv authored Oct 9, 2024
1 parent b24c858 commit 7b4c838
Show file tree
Hide file tree
Showing 40 changed files with 142 additions and 80 deletions.
4 changes: 2 additions & 2 deletions examples/js/calendar-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-calendar-widget",
"version": "1.18.0",
"version": "1.19.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"algoliasearch": "5.1.1",
"instantsearch.css": "8.5.1",
"instantsearch.js": "4.74.2"
"instantsearch.js": "4.75.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions 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.48.0",
"version": "1.49.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"algoliasearch": "5.1.1",
"instantsearch.css": "8.5.1",
"instantsearch.js": "4.74.2"
"instantsearch.js": "4.75.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/js/e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-ecommerce",
"version": "1.60.0",
"version": "1.61.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"algoliasearch": "5.1.1",
"instantsearch.css": "8.5.1",
"instantsearch.js": "4.74.2"
"instantsearch.js": "4.75.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/js/getting-started/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-getting-started",
"version": "1.18.0",
"version": "1.19.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html products.html --port 3000",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"algoliasearch": "5.1.1",
"instantsearch.css": "8.5.1",
"instantsearch.js": "4.74.2"
"instantsearch.js": "4.75.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/js/media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-media",
"version": "1.61.0",
"version": "1.62.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -11,7 +11,7 @@
"algoliasearch": "5.1.1",
"date-fns": "2.25.0",
"instantsearch.css": "8.5.1",
"instantsearch.js": "4.74.2"
"instantsearch.js": "4.75.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/js/tourism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-instantsearch-tourism",
"version": "1.18.0",
"version": "1.19.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"algoliasearch": "5.1.1",
"instantsearch.css": "8.5.1",
"instantsearch.js": "4.74.2"
"instantsearch.js": "4.75.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-default-theme",
"version": "45.0.0",
"version": "46.0.0",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html",
Expand All @@ -9,10 +9,10 @@
"dependencies": {
"algoliasearch": "5.1.1",
"instantsearch.css": "8.5.1",
"instantsearch.js": "4.74.2",
"instantsearch.js": "4.75.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.13.2"
"react-instantsearch": "7.13.3"
},
"devDependencies": {
"@parcel/core": "2.10.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-e-commerce",
"version": "45.0.0",
"version": "46.0.0",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html",
Expand All @@ -11,11 +11,11 @@
"dependencies": {
"algoliasearch": "5.1.1",
"instantsearch.css": "8.5.1",
"instantsearch.js": "4.74.2",
"instantsearch.js": "4.75.0",
"react": "18.2.0",
"react-compound-slider": "3.4.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.13.2"
"react-instantsearch": "7.13.3"
},
"devDependencies": {
"@parcel/core": "2.10.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/getting-started/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-getting-started",
"version": "6.77.0",
"version": "6.78.0",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html products.html",
Expand All @@ -9,10 +9,10 @@
"dependencies": {
"algoliasearch": "5.1.1",
"instantsearch.css": "8.5.1",
"instantsearch.js": "4.74.2",
"instantsearch.js": "4.75.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.13.2"
"react-instantsearch": "7.13.3"
},
"devDependencies": {
"@parcel/core": "2.10.0",
Expand Down
6 changes: 3 additions & 3 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.35.0",
"version": "8.36.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.13.2",
"react-instantsearch-nextjs": "0.3.12"
"react-instantsearch": "7.13.3",
"react-instantsearch-nextjs": "0.3.13"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/next-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-next-routing-example",
"version": "6.95.0",
"version": "6.96.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.13.2",
"react-instantsearch-router-nextjs": "7.13.2"
"react-instantsearch": "7.13.3",
"react-instantsearch-router-nextjs": "7.13.3"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-next-example",
"version": "44.0.0",
"version": "45.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.13.2",
"react-instantsearch-router-nextjs": "7.13.2"
"react-instantsearch": "7.13.3",
"react-instantsearch-router-nextjs": "7.13.3"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-react-native-example",
"version": "44.0.0",
"version": "45.0.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
Expand All @@ -14,9 +14,9 @@
"algoliasearch": "5.1.1",
"expo": "~44.0.0",
"expo-status-bar": "~1.2.0",
"instantsearch.js": "4.74.2",
"instantsearch.js": "4.75.0",
"react": "17.0.1",
"react-instantsearch-core": "7.13.2",
"react-instantsearch-core": "7.13.3",
"react-native": "0.64.3",
"react-native-web": "0.17.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-instantsearch-server-side-rendering",
"version": "6.75.0",
"version": "6.76.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.13.2"
"react-instantsearch": "7.13.3"
}
}
6 changes: 3 additions & 3 deletions examples/vue/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-default-theme",
"version": "0.60.0",
"version": "0.61.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"algoliasearch": "5.1.1",
"core-js": "2",
"instantsearch.js": "4.74.2",
"instantsearch.js": "4.75.0",
"vue": "2.7.14",
"vue-instantsearch": "4.19.5"
"vue-instantsearch": "4.19.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.12.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-e-commerce",
"version": "0.60.0",
"version": "0.61.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"algoliasearch": "5.1.1",
"core-js": "2",
"instantsearch.js": "4.74.2",
"instantsearch.js": "4.75.0",
"vue": "2.7.14",
"vue-instantsearch": "4.19.5",
"vue-instantsearch": "4.19.6",
"vue-slider-component": "3.0.32"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/getting-started/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-getting-started",
"version": "1.17.0",
"version": "1.18.0",
"private": true,
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve --port 3000",
Expand All @@ -9,9 +9,9 @@
"dependencies": {
"algoliasearch": "5.1.1",
"core-js": "2",
"instantsearch.js": "4.74.2",
"instantsearch.js": "4.75.0",
"vue": "2.7.14",
"vue-instantsearch": "4.19.5"
"vue-instantsearch": "4.19.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.12.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-media",
"version": "0.60.0",
"version": "0.61.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"algoliasearch": "5.1.1",
"core-js": "2",
"instantsearch.js": "4.74.2",
"instantsearch.js": "4.75.0",
"vue": "2.7.14",
"vue-instantsearch": "4.19.5"
"vue-instantsearch": "4.19.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.12.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-nuxt",
"version": "1.59.0",
"version": "1.60.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.19.5",
"vue-instantsearch": "4.19.6",
"vue-server-renderer": "2.7.14"
}
}
4 changes: 2 additions & 2 deletions examples/vue/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue-instantsearch-ssr",
"version": "0.60.0",
"version": "0.61.0",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service ssr:build",
Expand All @@ -13,7 +13,7 @@
"instantsearch.css": "8.5.1",
"qs": "6.9.7",
"vue": "2.7.14",
"vue-instantsearch": "4.19.5",
"vue-instantsearch": "4.19.6",
"vue-router": "^3.0.2",
"vue-server-renderer": "2.7.14"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/algolia-experiences/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package algolia-experiences





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


Expand Down
Loading

0 comments on commit 7b4c838

Please sign in to comment.