Skip to content

Commit 5174666

Browse files
author
Travis CI
committed
chore(release): [ci skip] publish
- @crave/[email protected] - @crave/[email protected] - @crave/[email protected] - @crave/[email protected]
1 parent 4fde367 commit 5174666

File tree

8 files changed

+42
-7
lines changed

8 files changed

+42
-7
lines changed

packages/card/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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="0.5.0"></a>
7+
# [0.5.0](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-22)
8+
9+
10+
### Features
11+
12+
* **card:** export cardTypes constants ([7313f6d](https://github.com/CraveFood/farmblocks/commit/7313f6d)), closes [#504](https://github.com/CraveFood/farmblocks/issues/504)
13+
14+
15+
16+
617
<a name="0.4.4"></a>
718
## [0.4.4](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-13)
819

packages/card/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-card",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"description": "A styled card to put content inside.",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",

packages/input-select/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.2"></a>
7+
## [2.1.2](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-22)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @crave/farmblocks-input-select
13+
614
<a name="2.1.1"></a>
715
## [2.1.1](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-16)
816

packages/input-select/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-input-select",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Select box form component",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"styled-components": "^3.0.2"
3838
},
3939
"dependencies": {
40-
"@crave/farmblocks-card": "^0.4.4",
40+
"@crave/farmblocks-card": "^0.5.0",
4141
"@crave/farmblocks-dropdown": "^0.8.2",
4242
"@crave/farmblocks-hoc-disabled-tooltip": "^1.1.9",
4343
"@crave/farmblocks-hoc-input": "^4.0.2",

packages/map-balloon/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.2.15"></a>
7+
## [1.2.15](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-22)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @crave/farmblocks-map-balloon
13+
614
<a name="1.2.14"></a>
715
## [1.2.14](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-13)
816

packages/map-balloon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-map-balloon",
3-
"version": "1.2.14",
3+
"version": "1.2.15",
44
"description": "Displays pictures and a caption over a map",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",
@@ -34,7 +34,7 @@
3434
"styled-components": "^3.0.2"
3535
},
3636
"dependencies": {
37-
"@crave/farmblocks-card": "^0.4.4",
37+
"@crave/farmblocks-card": "^0.5.0",
3838
"@crave/farmblocks-image": "^0.4.3",
3939
"@crave/farmblocks-text": "^2.0.0",
4040
"@crave/farmblocks-theme": "^1.6.0",

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.15"></a>
7+
## [1.1.15](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-22)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @crave/farmblocks-search-field
13+
614
<a name="1.1.14"></a>
715
## [1.1.14](https://github.com/CraveFood/farmblocks/compare/@crave/[email protected]...@crave/[email protected]) (2018-08-16)
816

packages/search-field/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crave/farmblocks-search-field",
3-
"version": "1.1.14",
3+
"version": "1.1.15",
44
"description": "Search input with results dropdown list",
55
"author": "Crave Food Systems and AUTHORS",
66
"license": "MIT",
@@ -40,7 +40,7 @@
4040
"@crave/farmblocks-hoc-disabled-tooltip": "^1.1.9",
4141
"@crave/farmblocks-hoc-input": "^4.0.2",
4242
"@crave/farmblocks-hoc-validation-messages": "^1.0.0",
43-
"@crave/farmblocks-input-select": "^2.1.1",
43+
"@crave/farmblocks-input-select": "^2.1.2",
4444
"@crave/farmblocks-input-text": "^3.0.1",
4545
"@crave/farmblocks-theme": "^1.6.0",
4646
"lodash.debounce": "^4.0.8",

0 commit comments

Comments
 (0)