Skip to content

Commit

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

* chore: update versions

---------

Co-authored-by: Haroen Viaene <hello@haroen.me>
  • Loading branch information
instantsearch-bot and Haroenv authored Jun 25, 2024
1 parent 54978fe commit 4b7875a
Show file tree
Hide file tree
Showing 44 changed files with 79 additions and 59 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ jobs:
lint:
<<: *defaults
resource_class: large
environment:
NODE_OPTIONS: '--max-old-space-size=4096'
steps:
- checkout
- *attach_workspace
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ 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
2 changes: 1 addition & 1 deletion examples/js/calendar-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"algoliasearch": "4.23.2",
"instantsearch.js": "4.72.1"
"instantsearch.js": "4.72.2"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/js/e-commerce-umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"browserslist": "firefox 68, chrome 78, IE 11",
"dependencies": {
"algoliasearch": "4.23.2",
"instantsearch.js": "4.72.1"
"instantsearch.js": "4.72.2"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/js/e-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"browserslist": "firefox 68, chrome 78, IE 11",
"dependencies": {
"algoliasearch": "4.23.2",
"instantsearch.js": "4.72.1"
"instantsearch.js": "4.72.2"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/js/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"algoliasearch": "4.23.2",
"instantsearch.js": "4.72.1"
"instantsearch.js": "4.72.2"
},
"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.51.0",
"version": "1.52.0",
"private": true,
"scripts": {
"start": "BABEL_ENV=parcel parcel index.html --port 3000",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"algoliasearch": "4.23.2",
"date-fns": "2.25.0",
"instantsearch.js": "4.72.1"
"instantsearch.js": "4.72.2"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/js/tourism/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"algoliasearch": "4.23.2",
"instantsearch.js": "4.72.1"
"instantsearch.js": "4.72.2"
},
"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": "35.0.0",
"version": "36.0.0",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html",
"start": "BABEL_ENV=parcel parcel index.html"
},
"dependencies": {
"algoliasearch": "4.23.2",
"instantsearch.js": "4.72.1",
"instantsearch.js": "4.72.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.11.3"
"react-instantsearch": "7.11.4"
},
"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": "35.0.0",
"version": "36.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.23.2",
"instantsearch.js": "4.72.1",
"instantsearch.js": "4.72.2",
"react": "18.2.0",
"react-compound-slider": "3.4.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.11.3"
"react-instantsearch": "7.11.4"
},
"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,17 +1,17 @@
{
"name": "example-react-instantsearch-getting-started",
"version": "6.67.0",
"version": "6.68.0",
"private": true,
"scripts": {
"build": "BABEL_ENV=parcel parcel build index.html products.html",
"start": "BABEL_ENV=parcel parcel index.html products.html --port 3000"
},
"dependencies": {
"algoliasearch": "4.23.2",
"instantsearch.js": "4.72.1",
"instantsearch.js": "4.72.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.11.3"
"react-instantsearch": "7.11.4"
},
"devDependencies": {
"@parcel/core": "2.10.0",
Expand Down
4 changes: 2 additions & 2 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.26.0",
"version": "8.27.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,7 +14,7 @@
"next": "13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.11.3",
"react-instantsearch": "7.11.4",
"react-instantsearch-nextjs": "0.3.4"
},
"devDependencies": {
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.86.0",
"version": "6.87.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.11.3",
"react-instantsearch-router-nextjs": "7.11.3"
"react-instantsearch": "7.11.4",
"react-instantsearch-router-nextjs": "7.11.4"
},
"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": "35.0.0",
"version": "36.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.11.3",
"react-instantsearch-router-nextjs": "7.11.3"
"react-instantsearch": "7.11.4",
"react-instantsearch-router-nextjs": "7.11.4"
},
"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": "35.0.0",
"version": "36.0.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
Expand All @@ -14,9 +14,9 @@
"algoliasearch": "4.23.2",
"expo": "~44.0.0",
"expo-status-bar": "~1.2.0",
"instantsearch.js": "4.72.1",
"instantsearch.js": "4.72.2",
"react": "17.0.1",
"react-instantsearch-core": "7.11.3",
"react-instantsearch-core": "7.11.4",
"react-native": "0.64.3",
"react-native-web": "0.17.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"express": "4.17.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch": "7.11.3"
"react-instantsearch": "7.11.4"
}
}
1 change: 0 additions & 1 deletion packages/algoliasearch-helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ This module is the companion of the [algolia/algoliasearch-client-javascript](ht
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Features](#features)
- [Examples](#examples)
- [Vanilla JavaScript](#vanilla-javascript)
Expand Down
1 change: 0 additions & 1 deletion packages/create-instantsearch-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Get started](#get-started)
- [Usage](#usage)
- [API](#api)
Expand Down
1 change: 0 additions & 1 deletion packages/create-instantsearch-app/docs/custom-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Besides all the InstantSearch templates provided, the Create InstantSearch API e
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Defining the template](#defining-the-template)
- [`libraryName`](#libraryname)
- [`tasks`](#tasks)
Expand Down
1 change: 0 additions & 1 deletion packages/create-instantsearch-app/docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Your app can be deployed in a single command, assuming you're located in its fol
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [CodeSandbox](#codesandbox)
- [Surge](#surge)
- [Vercel](#vercel)
Expand Down
1 change: 0 additions & 1 deletion packages/instantsearch-codemods/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Codemods](#codemods)
- [`rish-to-ris`](#rish-to-ris)
- [`ris-v6-to-v7`](#ris-v6-to-v7)
Expand Down
1 change: 0 additions & 1 deletion packages/instantsearch-ui-components/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [instantsearch-ui-components](#instantsearch-ui-components)
- [Contributing](#contributing)
- [License](#license)
Expand Down
1 change: 0 additions & 1 deletion packages/instantsearch.css/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Getting started](#getting-started)
- [Installation](#installation)
- [Available themes](#available-themes)
Expand Down
8 changes: 8 additions & 0 deletions packages/instantsearch.js/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.

## [4.72.2](https://github.com/algolia/instantsearch/compare/instantsearch.js@4.72.1...instantsearch.js@4.72.2) (2024-06-25)


### Bug Fixes

* **typescript**: compile definitions using latest version of TypeScript ([54978fec1](https://https://github.com/algolia/instantsearch/commit/54978fec1))


## [4.72.1](https://github.com/algolia/instantsearch/compare/instantsearch.js@4.72.0...instantsearch.js@4.72.1) (2024-06-20)


Expand Down
1 change: 0 additions & 1 deletion packages/instantsearch.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ InstantSearch.js is a vanilla JavaScript library that lets you create an instant
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Why](#why)
- [Getting started](#getting-started)
- [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion packages/instantsearch.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instantsearch.js",
"version": "4.72.1",
"version": "4.72.2",
"description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
"homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/",
"types": "es/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/instantsearch.js/src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '4.72.1';
export default '4.72.2';
8 changes: 8 additions & 0 deletions packages/react-instantsearch-core/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.

## [7.11.4](https://github.com/algolia/instantsearch/compare/instantsearch.js@7.11.5...instantsearch.js@7.11.4) (2024-06-25)


### Bug Fixes

* **typescript**: compile definitions using latest version of TypeScript ([54978fec1](https://https://github.com/algolia/instantsearch/commit/54978fec1))


## [7.11.3](https://github.com/algolia/instantsearch/compare/react-instantsearch-core@7.11.2...react-instantsearch-core@7.11.3) (2024-06-20)


Expand Down
1 change: 0 additions & 1 deletion packages/react-instantsearch-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [react-instantsearch-core](#react-instantsearch-core)
- [Installation](#installation)
- [Getting started](#getting-started)
Expand Down
4 changes: 2 additions & 2 deletions packages/react-instantsearch-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-core",
"version": "7.11.3",
"version": "7.11.4",
"description": "⚡ Lightning-fast search for React, by Algolia",
"types": "dist/es/index.d.ts",
"main": "dist/cjs/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "3.22.1",
"instantsearch.js": "4.72.1",
"instantsearch.js": "4.72.2",
"use-sync-external-store": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '7.11.3';
export default '7.11.4';
1 change: 0 additions & 1 deletion packages/react-instantsearch-nextjs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [react-instantsearch-nextjs](#react-instantsearch-nextjs)
- [Installation](#installation)
- [Usage](#usage)
Expand Down
4 changes: 2 additions & 2 deletions packages/react-instantsearch-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"watch:es": "yarn --silent build:es:base --watch"
},
"devDependencies": {
"instantsearch.js": "4.72.1",
"instantsearch.js": "4.72.2",
"next": "13.5.1",
"react-instantsearch-core": "7.11.3"
"react-instantsearch-core": "7.11.4"
},
"peerDependencies": {
"next": ">= 13.4 && < 15",
Expand Down
Loading

0 comments on commit 4b7875a

Please sign in to comment.