Skip to content

Commit 0bd7a41

Browse files
author
Travis CI
committed
chore(release): [ci skip] publish
- @crave/[email protected] - @crave/[email protected] - @crave/[email protected] - @crave/[email protected] - @crave/[email protected] - @crave/[email protected] - @crave/[email protected] - @crave/[email protected] - @crave/[email protected] - @crave/[email protected]
1 parent 2798f5d commit 0bd7a41

File tree

20 files changed

+154
-20
lines changed

20 files changed

+154
-20
lines changed

packages/amount-selectors/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.10"></a>
7+
## [1.0.10](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @crave/farmblocks-amount-selectors
13+
614
<a name="1.0.9"></a>
715
## [1.0.9](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-08)
816

packages/amount-selectors/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-amount-selectors",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Amount selectors",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",
@@ -35,6 +35,6 @@
3535
},
3636
"dependencies": {
3737
"@crave/farmblocks-button": "^4.0.6",
38-
"@crave/farmblocks-input-text": "^2.1.4"
38+
"@crave/farmblocks-input-text": "^2.1.5"
3939
}
4040
}

packages/carousel/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.0"></a>
7+
# [2.0.0](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-09)
8+
9+
10+
### Code Refactoring
11+
12+
* **Carousel:** dropped componentWillReceiveProps in favor of componentDidUpdate ([4532673](https://github.com/CraveFood/farmblocks/commit/4532673)), closes [#390](https://github.com/CraveFood/farmblocks/issues/390)
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **Carousel:** In this version the use of the deprecated function componentWillReceiveProps has been removed in
18+
favor of componentDidUpdate
19+
20+
21+
22+
623
<a name="1.0.9"></a>
724
## [1.0.9](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-08)
825

packages/carousel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-carousel",
3-
"version": "1.0.9",
3+
"version": "2.0.0",
44
"description": "Images carousel",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",

packages/hoc-input/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="4.0.0"></a>
7+
# [4.0.0](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-09)
8+
9+
10+
### Code Refactoring
11+
12+
* **formInput:** dropped componentWillReceiveProps in favor of componentDidUpdate ([c6883e0](https://github.com/CraveFood/farmblocks/commit/c6883e0)), closes [#390](https://github.com/CraveFood/farmblocks/issues/390)
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **formInput:** In this version the use of the deprecated function componentWillReceiveProps has been removed in
18+
favor of componentDidUpdate
19+
20+
21+
22+
623
<a name="3.3.1"></a>
724
## [3.3.1](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-08)
825

packages/hoc-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-hoc-input",
3-
"version": "3.3.1",
3+
"version": "4.0.0",
44
"description": "A High Order Component that adds behaviour of label support, different styles for focus and errors, and validation error messages.",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",

packages/hoc-validation-messages/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.0"></a>
7+
# [1.0.0](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-09)
8+
9+
10+
### Code Refactoring
11+
12+
* **withMessages:** dropped componentWillReceiveProps in favor of componentDidUpdate ([b718c89](https://github.com/CraveFood/farmblocks/commit/b718c89)), closes [#390](https://github.com/CraveFood/farmblocks/issues/390)
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **withMessages:** In this version the use of the deprecated function componentWillReceiveProps has been removed in
18+
favor of componentDidUpdate
19+
20+
21+
22+
623
<a name="0.2.8"></a>
724
## [0.2.8](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-08)
825

packages/hoc-validation-messages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-hoc-validation-messages",
3-
"version": "0.2.8",
3+
"version": "1.0.0",
44
"description": "Validation messages",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",

packages/input-checkbox/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.0"></a>
7+
# [2.0.0](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-09)
8+
9+
10+
### Code Refactoring
11+
12+
* **Checkbox:** dropped componentWillReceiveProps in favor of componentDidUpdate ([699d6d8](https://github.com/CraveFood/farmblocks/commit/699d6d8)), closes [#390](https://github.com/CraveFood/farmblocks/issues/390)
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **Checkbox:** In this version the use of the deprecated function componentWillReceiveProps has been removed in
18+
favor of componentDidUpdate
19+
20+
21+
22+
623
<a name="1.2.9"></a>
724
## [1.2.9](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-08)
825

packages/input-checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-input-checkbox",
3-
"version": "1.2.9",
3+
"version": "2.0.0",
44
"description": "Checkbox form element.",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",

packages/input-radio/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.0"></a>
7+
# [1.0.0](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-09)
8+
9+
10+
### Code Refactoring
11+
12+
* **Radio:** dropped componentWillReceiveProps in favor of componentDidUpdate ([59f7731](https://github.com/CraveFood/farmblocks/commit/59f7731)), closes [#390](https://github.com/CraveFood/farmblocks/issues/390)
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **Radio:** In this version the use of the deprecated function componentWillReceiveProps has been removed in
18+
favor of componentDidUpdate
19+
20+
21+
22+
623
<a name="0.2.9"></a>
724
## [0.2.9](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-08)
825

packages/input-radio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-input-radio",
3-
"version": "0.2.9",
3+
"version": "1.0.0",
44
"description": "Radio form element.",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",

packages/input-select/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.0"></a>
7+
# [1.0.0](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-09)
8+
9+
10+
### Code Refactoring
11+
12+
* **Select:** dropped componentWillReceiveProps in favor of componentDidUpdate ([04b57e1](https://github.com/CraveFood/farmblocks/commit/04b57e1)), closes [#390](https://github.com/CraveFood/farmblocks/issues/390)
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **Select:** In this version the use of the deprecated function componentWillReceiveProps has been removed in
18+
favor of componentDidUpdate
19+
20+
21+
22+
623
<a name="0.9.5"></a>
724
## [0.9.5](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-08)
825

packages/input-select/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-input-select",
3-
"version": "0.9.5",
3+
"version": "1.0.0",
44
"description": "Select box form component",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",
@@ -40,8 +40,8 @@
4040
"@crave/farmblocks-card": "^0.4.3",
4141
"@crave/farmblocks-dropdown": "^0.8.1",
4242
"@crave/farmblocks-hoc-disabled-tooltip": "^1.1.9",
43-
"@crave/farmblocks-hoc-input": "^3.3.1",
44-
"@crave/farmblocks-hoc-validation-messages": "^0.2.8",
43+
"@crave/farmblocks-hoc-input": "^4.0.0",
44+
"@crave/farmblocks-hoc-validation-messages": "^1.0.0",
4545
"@crave/farmblocks-image": "^0.4.3",
4646
"@crave/farmblocks-text": "^2.0.0",
4747
"react-autocomplete": "^1.7.2"

packages/input-text/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.1.5"></a>
7+
## [2.1.5](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @crave/farmblocks-input-text
13+
614
<a name="2.1.4"></a>
715
## [2.1.4](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-08)
816

packages/input-text/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-input-text",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "A form field to input simple text",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",
@@ -37,8 +37,8 @@
3737
"dependencies": {
3838
"@crave/farmblocks-button": "^4.0.6",
3939
"@crave/farmblocks-hoc-disabled-tooltip": "^1.1.9",
40-
"@crave/farmblocks-hoc-input": "^3.3.1",
41-
"@crave/farmblocks-hoc-validation-messages": "^0.2.8",
40+
"@crave/farmblocks-hoc-input": "^4.0.0",
41+
"@crave/farmblocks-hoc-validation-messages": "^1.0.0",
4242
"@crave/farmblocks-theme": "^1.6.0",
4343
"react-input-mask": "^2.0.2"
4444
}

packages/search-field/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.1.9"></a>
7+
## [1.1.9](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @crave/farmblocks-search-field
13+
614
<a name="1.1.8"></a>
715
## [1.1.8](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-08)
816

packages/search-field/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-search-field",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Search input with results dropdown list",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",
@@ -38,10 +38,10 @@
3838
"dependencies": {
3939
"@crave/farmblocks-dropdown": "^0.8.1",
4040
"@crave/farmblocks-hoc-disabled-tooltip": "^1.1.9",
41-
"@crave/farmblocks-hoc-input": "^3.3.1",
42-
"@crave/farmblocks-hoc-validation-messages": "^0.2.8",
43-
"@crave/farmblocks-input-select": "^0.9.5",
44-
"@crave/farmblocks-input-text": "^2.1.4",
41+
"@crave/farmblocks-hoc-input": "^4.0.0",
42+
"@crave/farmblocks-hoc-validation-messages": "^1.0.0",
43+
"@crave/farmblocks-input-select": "^1.0.0",
44+
"@crave/farmblocks-input-text": "^2.1.5",
4545
"@crave/farmblocks-theme": "^1.6.0",
4646
"lodash.debounce": "^4.0.8",
4747
"lodash.isequal": "^4.5.0"

packages/table/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.2"></a>
7+
## [2.0.2](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @crave/farmblocks-table
13+
614
<a name="2.0.1"></a>
715
## [2.0.1](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-08)
816

packages/table/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-table",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A component for rendering data tables.",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@crave/farmblocks-button": "^4.0.6",
42-
"@crave/farmblocks-input-checkbox": "^1.2.9",
42+
"@crave/farmblocks-input-checkbox": "^2.0.0",
4343
"@crave/farmblocks-link": "^2.2.4",
4444
"@crave/farmblocks-text": "^2.0.0",
4545
"@crave/farmblocks-theme": "^1.6.0",

0 commit comments

Comments
 (0)