Skip to content

Commit

Permalink
chore(release): [ci skip] publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jul 3, 2018
1 parent de2ea2e commit a8b91cf
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 10 deletions.
8 changes: 8 additions & 0 deletions packages/amount-selectors/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.

<a name="0.5.8"></a>
## [0.5.8](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-07-03)




**Note:** Version bump only for package @crave/farmblocks-amount-selectors

<a name="0.5.7"></a>
## [0.5.7](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-06-22)

Expand Down
4 changes: 2 additions & 2 deletions packages/amount-selectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crave/farmblocks-amount-selectors",
"version": "0.5.7",
"version": "0.5.8",
"description": "Amount selectors",
"author": "Crave Food Systems and AUTHORS",
"license": "MIT",
Expand Down Expand Up @@ -35,6 +35,6 @@
},
"dependencies": {
"@crave/farmblocks-button": "^4.0.4",
"@crave/farmblocks-input-text": "^1.2.18"
"@crave/farmblocks-input-text": "^1.2.19"
}
}
12 changes: 12 additions & 0 deletions packages/hoc-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.4"></a>
## [3.0.4](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-07-03)


### Bug Fixes

* **Input Hoc:** add an preventBlur function on MouseDown event of clearButton ([d8490bf](https://github.com/CraveFood/farmblocks/commit/d8490bf))
* **Input Hoc:** change the way the component handles focus ([2b5c1b4](https://github.com/CraveFood/farmblocks/commit/2b5c1b4))




<a name="3.0.3"></a>
## [3.0.3](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-06-22)

Expand Down
2 changes: 1 addition & 1 deletion packages/hoc-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crave/farmblocks-hoc-input",
"version": "3.0.3",
"version": "3.0.4",
"description": "A High Order Component that adds behaviour of label support, different styles for focus and errors, and validation error messages.",
"author": "Crave Food Systems and AUTHORS",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/input-select/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.

<a name="0.8.4"></a>
## [0.8.4](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-07-03)




**Note:** Version bump only for package @crave/farmblocks-input-select

<a name="0.8.3"></a>
## [0.8.3](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-06-22)

Expand Down
4 changes: 2 additions & 2 deletions packages/input-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crave/farmblocks-input-select",
"version": "0.8.3",
"version": "0.8.4",
"description": "Select box form component",
"author": "Crave Food Systems and AUTHORS",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@crave/farmblocks-card": "^0.3.25",
"@crave/farmblocks-dropdown": "^0.6.6",
"@crave/farmblocks-hoc-disabled-tooltip": "^1.1.8",
"@crave/farmblocks-hoc-input": "^3.0.3",
"@crave/farmblocks-hoc-input": "^3.0.4",
"@crave/farmblocks-hoc-validation-messages": "^0.2.5",
"@crave/farmblocks-image": "^0.4.3",
"@crave/farmblocks-text": "^1.1.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/input-text/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.

<a name="1.2.19"></a>
## [1.2.19](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-07-03)




**Note:** Version bump only for package @crave/farmblocks-input-text

<a name="1.2.18"></a>
## [1.2.18](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-06-22)

Expand Down
4 changes: 2 additions & 2 deletions packages/input-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crave/farmblocks-input-text",
"version": "1.2.18",
"version": "1.2.19",
"description": "A form field to input simple text",
"author": "Crave Food Systems and AUTHORS",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@crave/farmblocks-hoc-disabled-tooltip": "^1.1.8",
"@crave/farmblocks-hoc-input": "^3.0.3",
"@crave/farmblocks-hoc-input": "^3.0.4",
"@crave/farmblocks-hoc-validation-messages": "^0.2.5"
}
}
13 changes: 13 additions & 0 deletions packages/search-field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.7"></a>
## [1.0.7](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-07-03)


### Bug Fixes

* **Search Field:** fix check for null or undefined value ([e2baac9](https://github.com/CraveFood/farmblocks/commit/e2baac9))
* **Search Field:** fix check to avoid focus when updating items ([442fd38](https://github.com/CraveFood/farmblocks/commit/442fd38))
* **Search Field:** focus on input after selecting an item and clearing it ([faec8f2](https://github.com/CraveFood/farmblocks/commit/faec8f2))




<a name="1.0.6"></a>
## [1.0.6](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-06-25)

Expand Down
6 changes: 3 additions & 3 deletions packages/search-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crave/farmblocks-search-field",
"version": "1.0.6",
"version": "1.0.7",
"description": "Search input with results dropdown list",
"author": "Crave Food Systems and AUTHORS",
"license": "MIT",
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@crave/farmblocks-dropdown": "^0.6.6",
"@crave/farmblocks-hoc-disabled-tooltip": "^1.1.8",
"@crave/farmblocks-hoc-input": "^3.0.3",
"@crave/farmblocks-hoc-input": "^3.0.4",
"@crave/farmblocks-hoc-validation-messages": "^0.2.5",
"@crave/farmblocks-input-select": "^0.8.3",
"@crave/farmblocks-input-select": "^0.8.4",
"@crave/farmblocks-theme": "^1.6.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
Expand Down

0 comments on commit a8b91cf

Please sign in to comment.