Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 2f70bca

Browse files
instantsearch-botHaroenvEunjae Lee
authored
chore: release v6.12.0 (#3076)
Co-authored-by: Haroen Viaene <hello@haroen.me> Co-authored-by: Eunjae Lee <eunjae.lee@algolia.com>
1 parent 1217694 commit 2f70bca

File tree

13 files changed

+36
-18
lines changed

13 files changed

+36
-18
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [6.12.0](https://github.com/algolia/react-instantsearch/compare/v6.11.0...v6.12.0) (2021-07-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **HitsPerPage:** Adds id prop to HitsPerPage, Select components ([#3072](https://github.com/algolia/react-instantsearch/issues/3072)) ([bc75d75](https://github.com/algolia/react-instantsearch/commit/bc75d75))
7+
* **MenuSelect:** Adds id prop to MenuSelect ([#3073](https://github.com/algolia/react-instantsearch/issues/3073)) ([fddaaef](https://github.com/algolia/react-instantsearch/commit/fddaaef))
8+
* **SearchBox:** Adds inputId prop to SearchBox ([#3074](https://github.com/algolia/react-instantsearch/issues/3074)) ([a05f6a4](https://github.com/algolia/react-instantsearch/commit/a05f6a4))
9+
* **SortBy:** Adds `id` prop to `SortBy`, `Select` components ([#3068](https://github.com/algolia/react-instantsearch/issues/3068)) ([1f2797f](https://github.com/algolia/react-instantsearch/commit/1f2797f))
10+
11+
12+
### Features
13+
14+
* **DynamicWidgets:** add implementation ([#3056](https://github.com/algolia/react-instantsearch/issues/3056)) ([691ef87](https://github.com/algolia/react-instantsearch/commit/691ef87))
15+
* **facets:** add a new option "facetOrdering" to Menu, RefinementList & HierarchicalMenu ([#3067](https://github.com/algolia/react-instantsearch/issues/3067)) ([731d9ba](https://github.com/algolia/react-instantsearch/commit/731d9ba))
16+
17+
18+
119
## [6.11.2](https://github.com/algolia/react-instantsearch/compare/v6.11.0...v6.11.2) (2021-06-28)
220

321

examples/default-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algolia-theme",
3-
"version": "6.11.2",
3+
"version": "6.12.0",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.9.3",

examples/e-commerce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-e-commerce",
3-
"version": "6.11.2",
3+
"version": "6.12.0",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.9.3",

examples/media/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "media",
3-
"version": "6.11.2",
3+
"version": "6.12.0",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.9.3",

examples/tourism/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tourism",
3-
"version": "6.11.2",
3+
"version": "6.12.0",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.9.3",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/*",
55
"examples/@(default-theme|e-commerce|media|tourism)"
66
],
7-
"version": "6.11.2",
7+
"version": "6.12.0",
88
"npmClient": "yarn",
99
"useWorkspaces": true
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.11.2",
2+
"version": "6.12.0",
33
"private": true,
44
"license": "MIT",
55
"workspaces": [

packages/react-instantsearch-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-core",
3-
"version": "6.11.2",
3+
"version": "6.12.0",
44
"description": "⚡ Lightning-fast search for React, by Algolia",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.11.2';
1+
export default '6.12.0';

packages/react-instantsearch-dom-maps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-dom-maps",
3-
"version": "6.11.2",
3+
"version": "6.12.0",
44
"description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -43,6 +43,6 @@
4343
"peerDependencies": {
4444
"react": ">= 16.3.0 < 18",
4545
"react-dom": ">= 16.3.0 < 18",
46-
"react-instantsearch-dom": "6.11.2"
46+
"react-instantsearch-dom": "6.12.0"
4747
}
4848
}

0 commit comments

Comments
 (0)