Skip to content

Commit 33cf196

Browse files
jerskouilleJerska
authored andcommitted
fix(package.json): typo in repository
It broke the ChangeLog since it seems like conventional changelog uses it to generate links.
1 parent 508931b commit 33cf196

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

CHANGELOG.md

+40-40
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
<a name="0.4.1"></a>
2-
## [0.4.1](https://github.com/algolia/intantsearch.js/compare/v0.4.0...v0.4.1) (2015-10-05)
2+
## [0.4.1](https://github.com/algolia/instantsearch.js/compare/v0.4.0...v0.4.1) (2015-10-05)
33

44

55
### Bug Fixes
66

7-
* allow passing only one key of transformData as an object ([e0ce89f](https://github.com/algolia/intantsearch.js/commit/e0ce89f))
8-
* **search-box:** Fix #137 autofocus must be configurable ([51f01be](https://github.com/algolia/intantsearch.js/commit/51f01be)), closes [#137](https://github.com/algolia/intantsearch.js/issues/137)
9-
* **searchBox:** do not update input's value if focused ([0e85f0d](https://github.com/algolia/intantsearch.js/commit/0e85f0d)), closes [#163](https://github.com/algolia/intantsearch.js/issues/163)
10-
* **templatesConfig:** helpers are now following Mustache spec ([8f3502f](https://github.com/algolia/intantsearch.js/commit/8f3502f))
11-
* **url-sync:** handle both hash and query parameter fix #165 ([8d84de6](https://github.com/algolia/intantsearch.js/commit/8d84de6)), closes [#165](https://github.com/algolia/intantsearch.js/issues/165)
7+
* allow passing only one key of transformData as an object ([e0ce89f](https://github.com/algolia/instantsearch.js/commit/e0ce89f))
8+
* **search-box:** Fix #137 autofocus must be configurable ([51f01be](https://github.com/algolia/instantsearch.js/commit/51f01be)), closes [#137](https://github.com/algolia/instantsearch.js/issues/137)
9+
* **searchBox:** do not update input's value if focused ([0e85f0d](https://github.com/algolia/instantsearch.js/commit/0e85f0d)), closes [#163](https://github.com/algolia/instantsearch.js/issues/163)
10+
* **templatesConfig:** helpers are now following Mustache spec ([8f3502f](https://github.com/algolia/instantsearch.js/commit/8f3502f))
11+
* **url-sync:** handle both hash and query parameter fix #165 ([8d84de6](https://github.com/algolia/instantsearch.js/commit/8d84de6)), closes [#165](https://github.com/algolia/instantsearch.js/issues/165)
1212

1313

1414

1515
<a name="0.4.0"></a>
16-
# [0.4.0](https://github.com/algolia/intantsearch.js/compare/v0.3.0...v0.4.0) (2015-09-30)
16+
# [0.4.0](https://github.com/algolia/instantsearch.js/compare/v0.3.0...v0.4.0) (2015-09-30)
1717

1818

1919
### Bug Fixes
2020

21-
* **pagination:** handle cases where maxPages is low ([d3c9959](https://github.com/algolia/intantsearch.js/commit/d3c9959)), closes [#100](https://github.com/algolia/intantsearch.js/issues/100)
22-
* **searchBox:** allow searchBox to reuse an `<input>` ([e820cc3](https://github.com/algolia/intantsearch.js/commit/e820cc3))
23-
* **searchBox:** Use `hasAttribute` instead of `getAttribute` ([a122af9](https://github.com/algolia/intantsearch.js/commit/a122af9))
24-
* **slider:** allow handles to reach the real start and end of the slider ([03ed3f5](https://github.com/algolia/intantsearch.js/commit/03ed3f5))
25-
* **slider:** fix tap event throwing ([d906d3e](https://github.com/algolia/intantsearch.js/commit/d906d3e)), closes [#120](https://github.com/algolia/intantsearch.js/issues/120)
26-
* **Template:** add default value for template ([4291014](https://github.com/algolia/intantsearch.js/commit/4291014))
27-
* **url-sync:** make input not to lose focus ([63488d3](https://github.com/algolia/intantsearch.js/commit/63488d3))
21+
* **pagination:** handle cases where maxPages is low ([d3c9959](https://github.com/algolia/instantsearch.js/commit/d3c9959)), closes [#100](https://github.com/algolia/instantsearch.js/issues/100)
22+
* **searchBox:** allow searchBox to reuse an `<input>` ([e820cc3](https://github.com/algolia/instantsearch.js/commit/e820cc3))
23+
* **searchBox:** Use `hasAttribute` instead of `getAttribute` ([a122af9](https://github.com/algolia/instantsearch.js/commit/a122af9))
24+
* **slider:** allow handles to reach the real start and end of the slider ([03ed3f5](https://github.com/algolia/instantsearch.js/commit/03ed3f5))
25+
* **slider:** fix tap event throwing ([d906d3e](https://github.com/algolia/instantsearch.js/commit/d906d3e)), closes [#120](https://github.com/algolia/instantsearch.js/issues/120)
26+
* **Template:** add default value for template ([4291014](https://github.com/algolia/instantsearch.js/commit/4291014))
27+
* **url-sync:** make input not to lose focus ([63488d3](https://github.com/algolia/instantsearch.js/commit/63488d3))
2828

2929
### Features
3030

31-
* **rangeSlider:** add headerFooter decorator ([19090c3](https://github.com/algolia/intantsearch.js/commit/19090c3))
32-
* **searchBox:** add headerFooter decorator to the Component ([5974a88](https://github.com/algolia/intantsearch.js/commit/5974a88))
33-
* **templatesConfig:** helpers and options transferred to Template ([456d781](https://github.com/algolia/intantsearch.js/commit/456d781)), closes [#99](https://github.com/algolia/intantsearch.js/issues/99)
34-
* **toggle:** add headerFooter decorator ([8a70c7d](https://github.com/algolia/intantsearch.js/commit/8a70c7d))
35-
* **url-sync:** Add `is_v` version to url ([9f597a0](https://github.com/algolia/intantsearch.js/commit/9f597a0)), closes [#70](https://github.com/algolia/intantsearch.js/issues/70)
36-
* hierarchicalWidget ([1facd9d](https://github.com/algolia/intantsearch.js/commit/1facd9d))
31+
* **rangeSlider:** add headerFooter decorator ([19090c3](https://github.com/algolia/instantsearch.js/commit/19090c3))
32+
* **searchBox:** add headerFooter decorator to the Component ([5974a88](https://github.com/algolia/instantsearch.js/commit/5974a88))
33+
* **templatesConfig:** helpers and options transferred to Template ([456d781](https://github.com/algolia/instantsearch.js/commit/456d781)), closes [#99](https://github.com/algolia/instantsearch.js/issues/99)
34+
* **toggle:** add headerFooter decorator ([8a70c7d](https://github.com/algolia/instantsearch.js/commit/8a70c7d))
35+
* **url-sync:** Add `is_v` version to url ([9f597a0](https://github.com/algolia/instantsearch.js/commit/9f597a0)), closes [#70](https://github.com/algolia/instantsearch.js/issues/70)
36+
* hierarchicalWidget ([1facd9d](https://github.com/algolia/instantsearch.js/commit/1facd9d))
3737

3838

3939
### BREAKING CHANGES
@@ -45,30 +45,30 @@
4545

4646

4747
<a name="0.3.0"></a>
48-
# [0.3.0](https://github.com/algolia/intantsearch.js/compare/v0.2.2...v0.3.0) (2015-09-24)
48+
# [0.3.0](https://github.com/algolia/instantsearch.js/compare/v0.2.2...v0.3.0) (2015-09-24)
4949

5050

5151
### Bug Fixes
5252

53-
* Allow not specifying `cssClass` on index selector ([4e9324f](https://github.com/algolia/intantsearch.js/commit/4e9324f))
54-
* More explicit error message when DOM selector is invalid ([d36a2ad](https://github.com/algolia/intantsearch.js/commit/d36a2ad)), closes [#105](https://github.com/algolia/intantsearch.js/issues/105)
55-
* Pass nbHits, hitsPerPage, nbPages and page to Stats widget ([deefd23](https://github.com/algolia/intantsearch.js/commit/deefd23)), closes [#106](https://github.com/algolia/intantsearch.js/issues/106)
56-
* **hideIfEmpty:** should be hideWhenNoResults ([21877a0](https://github.com/algolia/intantsearch.js/commit/21877a0))
57-
* **Hits:** handle the display when there is no result ([544ff5c](https://github.com/algolia/intantsearch.js/commit/544ff5c))
58-
* **menu:** send an empty array values when no values ([12cd7dc](https://github.com/algolia/intantsearch.js/commit/12cd7dc)), closes [#107](https://github.com/algolia/intantsearch.js/issues/107)
59-
* **pagination:** missing showFirstLast attribute when instanciating ([28fa0ae](https://github.com/algolia/intantsearch.js/commit/28fa0ae))
60-
* **SearchBox:** Missing poweredBy in the not focused SearchBox ([ef695ff](https://github.com/algolia/intantsearch.js/commit/ef695ff))
61-
* **slider:** hide slider if when no hits/matches ([31e4a80](https://github.com/algolia/intantsearch.js/commit/31e4a80)), closes [#107](https://github.com/algolia/intantsearch.js/issues/107)
53+
* Allow not specifying `cssClass` on index selector ([4e9324f](https://github.com/algolia/instantsearch.js/commit/4e9324f))
54+
* More explicit error message when DOM selector is invalid ([d36a2ad](https://github.com/algolia/instantsearch.js/commit/d36a2ad)), closes [#105](https://github.com/algolia/instantsearch.js/issues/105)
55+
* Pass nbHits, hitsPerPage, nbPages and page to Stats widget ([deefd23](https://github.com/algolia/instantsearch.js/commit/deefd23)), closes [#106](https://github.com/algolia/instantsearch.js/issues/106)
56+
* **hideIfEmpty:** should be hideWhenNoResults ([21877a0](https://github.com/algolia/instantsearch.js/commit/21877a0))
57+
* **Hits:** handle the display when there is no result ([544ff5c](https://github.com/algolia/instantsearch.js/commit/544ff5c))
58+
* **menu:** send an empty array values when no values ([12cd7dc](https://github.com/algolia/instantsearch.js/commit/12cd7dc)), closes [#107](https://github.com/algolia/instantsearch.js/issues/107)
59+
* **pagination:** missing showFirstLast attribute when instanciating ([28fa0ae](https://github.com/algolia/instantsearch.js/commit/28fa0ae))
60+
* **SearchBox:** Missing poweredBy in the not focused SearchBox ([ef695ff](https://github.com/algolia/instantsearch.js/commit/ef695ff))
61+
* **slider:** hide slider if when no hits/matches ([31e4a80](https://github.com/algolia/instantsearch.js/commit/31e4a80)), closes [#107](https://github.com/algolia/instantsearch.js/issues/107)
6262

6363
### Features
6464

65-
* **menu,refinementList:** add header/item/footer templating solution ([58275dc](https://github.com/algolia/intantsearch.js/commit/58275dc)), closes [#101](https://github.com/algolia/intantsearch.js/issues/101)
66-
* **searchBox:** add poweredBy option, disabled by default ([c9da165](https://github.com/algolia/intantsearch.js/commit/c9da165))
67-
* **stats:** add query variable to the template ([75f457d](https://github.com/algolia/intantsearch.js/commit/75f457d))
68-
* **transformData:** add to every widget using the Template component ([d080a03](https://github.com/algolia/intantsearch.js/commit/d080a03)), closes [#116](https://github.com/algolia/intantsearch.js/issues/116)
69-
* **transformData:** refinementList + menu implementation ([0a0e36e](https://github.com/algolia/intantsearch.js/commit/0a0e36e))
70-
* **urlSync:** add urlSync widget ([50fc4ce](https://github.com/algolia/intantsearch.js/commit/50fc4ce))
71-
* **widgets:** auto hide some widgets ([187b4bd](https://github.com/algolia/intantsearch.js/commit/187b4bd))
65+
* **menu,refinementList:** add header/item/footer templating solution ([58275dc](https://github.com/algolia/instantsearch.js/commit/58275dc)), closes [#101](https://github.com/algolia/instantsearch.js/issues/101)
66+
* **searchBox:** add poweredBy option, disabled by default ([c9da165](https://github.com/algolia/instantsearch.js/commit/c9da165))
67+
* **stats:** add query variable to the template ([75f457d](https://github.com/algolia/instantsearch.js/commit/75f457d))
68+
* **transformData:** add to every widget using the Template component ([d080a03](https://github.com/algolia/instantsearch.js/commit/d080a03)), closes [#116](https://github.com/algolia/instantsearch.js/issues/116)
69+
* **transformData:** refinementList + menu implementation ([0a0e36e](https://github.com/algolia/instantsearch.js/commit/0a0e36e))
70+
* **urlSync:** add urlSync widget ([50fc4ce](https://github.com/algolia/instantsearch.js/commit/50fc4ce))
71+
* **widgets:** auto hide some widgets ([187b4bd](https://github.com/algolia/instantsearch.js/commit/187b4bd))
7272

7373

7474
### BREAKING CHANGES
@@ -89,13 +89,13 @@ This was done to allow more templating solutions like discussed in #101.
8989

9090

9191
<a name="0.2.2"></a>
92-
## [0.2.2](https://github.com/algolia/intantsearch.js/compare/v0.1.0...v0.2.2) (2015-09-17)
92+
## [0.2.2](https://github.com/algolia/instantsearch.js/compare/v0.1.0...v0.2.2) (2015-09-17)
9393

9494

9595

9696

9797
<a name="0.2.1"></a>
98-
## [0.2.1](https://github.com/algolia/intantsearch.js/compare/v0.1.0...v0.2.1) (2015-09-17)
98+
## [0.2.1](https://github.com/algolia/instantsearch.js/compare/v0.1.0...v0.2.1) (2015-09-17)
9999

100100

101101

@@ -106,6 +106,6 @@ This was done to allow more templating solutions like discussed in #101.
106106
First release
107107

108108
<a name="0.0.0"></a>
109-
## [0.0.0](https://github.com/algolia/intantsearch.js/compare/v0.0.0...v0.0.0) (2015-09-17)
109+
## [0.0.0](https://github.com/algolia/instantsearch.js/compare/v0.0.0...v0.0.0) (2015-09-17)
110110

111111
First commit

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:watch:browser": "karma start",
1717
"watch": "webpack --watch"
1818
},
19-
"repository": "algolia/intantsearch.js",
19+
"repository": "algolia/instantsearch.js",
2020
"devDependencies": {
2121
"babel": "^5.8.23",
2222
"babel-core": "^5.8.24",

0 commit comments

Comments
 (0)