Skip to content

Commit

Permalink
chore: release (#5845)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Sep 13, 2023
1 parent d05c6c6 commit 046ba8a
Show file tree
Hide file tree
Showing 50 changed files with 170 additions and 92 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ If this guide does not contain what you are looking for and thus prevents you fr
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Reporting an issue](#reporting-an-issue)
- [The code contribution process](#the-code-contribution-process)
- [Commit conventions](#commit-conventions)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ It is part of the InstantSearch family which is designed for different platforms
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Packages](#packages)
- [Contributing](#contributing)
- [License](#license)
Expand Down
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.0.27",
"version": "1.0.28",
"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.56.10"
"instantsearch.js": "4.56.11"
},
"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.22.4",
"version": "1.22.5",
"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.56.10"
"instantsearch.js": "4.56.11"
},
"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.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.56.10"
"instantsearch.js": "4.56.11"
},
"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.0.13",
"version": "1.0.14",
"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.56.10"
"instantsearch.js": "4.56.11"
},
"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.26.0",
"version": "1.27.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.56.10"
"instantsearch.js": "4.56.11"
},
"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.0.27",
"version": "1.0.28",
"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.56.10"
"instantsearch.js": "4.56.11"
},
"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,17 +1,17 @@
{
"name": "example-react-instantsearch-default-theme",
"version": "9.0.0",
"version": "10.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.56.10",
"instantsearch.js": "4.56.11",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch": "7.0.2"
"react-instantsearch": "7.0.3"
},
"devDependencies": {
"@parcel/core": "2.8.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": "9.0.0",
"version": "10.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.56.10",
"instantsearch.js": "4.56.11",
"react": "18.1.0",
"react-compound-slider": "3.4.0",
"react-dom": "18.1.0",
"react-instantsearch": "7.0.2"
"react-instantsearch": "7.0.3"
},
"devDependencies": {
"@parcel/core": "2.8.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,17 +1,17 @@
{
"name": "example-react-instantsearch-getting-started",
"version": "6.41.0",
"version": "6.42.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.56.10",
"instantsearch.js": "4.56.11",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch": "7.0.2"
"react-instantsearch": "7.0.3"
},
"devDependencies": {
"@parcel/core": "2.8.0",
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.60.0",
"version": "6.61.0",
"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": "7.0.2",
"react-instantsearch-router-nextjs": "7.0.2"
"react-instantsearch": "7.0.3",
"react-instantsearch-router-nextjs": "7.0.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": "9.0.0",
"version": "10.0.0",
"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": "7.0.2",
"react-instantsearch-router-nextjs": "7.0.2"
"react-instantsearch": "7.0.3",
"react-instantsearch-router-nextjs": "7.0.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": "9.0.0",
"version": "10.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.56.10",
"instantsearch.js": "4.56.11",
"react": "17.0.1",
"react-instantsearch-core": "7.0.2",
"react-instantsearch-core": "7.0.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.41.0",
"version": "6.42.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -26,6 +26,6 @@
"express": "4.17.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch": "7.0.2"
"react-instantsearch": "7.0.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.27.0",
"version": "0.28.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"algoliasearch": "4.14.3",
"core-js": "2",
"instantsearch.js": "4.56.10",
"instantsearch.js": "4.56.11",
"vue": "2.7.14",
"vue-instantsearch": "4.10.10"
"vue-instantsearch": "4.10.11"
},
"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.27.0",
"version": "0.28.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"algoliasearch": "4.14.3",
"core-js": "2",
"instantsearch.js": "4.56.10",
"instantsearch.js": "4.56.11",
"vue": "2.7.14",
"vue-instantsearch": "4.10.10",
"vue-instantsearch": "4.10.11",
"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.0.13",
"version": "1.0.14",
"private": true,
"scripts": {
"start": "vue-cli-service serve --port 3000",
Expand All @@ -9,9 +9,9 @@
"dependencies": {
"algoliasearch": "4.14.3",
"core-js": "2",
"instantsearch.js": "4.56.10",
"instantsearch.js": "4.56.11",
"vue": "2.7.14",
"vue-instantsearch": "4.10.10"
"vue-instantsearch": "4.10.11"
},
"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.27.0",
"version": "0.28.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"algoliasearch": "4.14.3",
"core-js": "2",
"instantsearch.js": "4.56.10",
"instantsearch.js": "4.56.11",
"vue": "2.7.14",
"vue-instantsearch": "4.10.10"
"vue-instantsearch": "4.10.11"
},
"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.26.0",
"version": "1.27.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.10.10",
"vue-instantsearch": "4.10.11",
"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.27.0",
"version": "0.28.0",
"private": true,
"scripts": {
"build": "vue-cli-service ssr:build",
Expand All @@ -13,7 +13,7 @@
"instantsearch.css": "8.0.0",
"qs": "6.9.7",
"vue": "2.7.14",
"vue-instantsearch": "4.10.10",
"vue-instantsearch": "4.10.11",
"vue-router": "^3.0.2",
"vue-server-renderer": "2.7.14"
},
Expand Down
11 changes: 10 additions & 1 deletion packages/algoliasearch-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.1](https://github.com/algolia/instantsearch/compare/algoliasearch-helper@3.14.0...algoliasearch-helper@3.14.1) (2023-09-12)

**Note:** Version bump only for package algoliasearch-helper





# [3.14.0](https://github.com/algolia/instantsearch/compare/algoliasearch-helper@3.13.5...algoliasearch-helper@3.14.0) (2023-07-25)

Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algoliasearch-helper",
"version": "3.14.0",
"version": "3.14.1",
"description": "Helper for implementing advanced search features with algolia",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch-helper/src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict';

module.exports = '3.14.0';
module.exports = '3.14.1';

0 comments on commit 046ba8a

Please sign in to comment.