@kongponents/kcard
Advanced tools
Comparing version 0.1.3-1 to 0.1.3-2
@@ -0,1 +1,14 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [0.1.3-2](https://github.com/Kong/kongponents/compare/@kongponents/kcard@0.1.3-1...@kongponents/kcard@0.1.3-2) (2019-11-06) | ||
**Note:** Version bump only for package @kongponents/kcard | ||
# @kongponents/kcard | ||
@@ -5,5 +18,9 @@ | ||
- [0.1.3-1](#013-1) | ||
- [0.1.3](#013) | ||
### 0.1.3-1 | ||
- check `title` slot in `$slots` for backwards compat with Vue version < 2.6 [#120](https://github.com/Kong/kongponents/pull/120) | ||
### 0.1.3 | ||
- add `body` only support [#108](https://github.com/Kong/kongponents/pull/108) |
{ | ||
"name": "@kongponents/kcard", | ||
"version": "0.1.3-1", | ||
"version": "0.1.3-2", | ||
"description": "Card component", | ||
@@ -19,3 +19,3 @@ "main": "KCard.vue", | ||
"homepage": "https://github.com/Kong/kongponents#readme", | ||
"gitHead": "7db2e3adce43de5cda117de7110aee5d63f15a24" | ||
"gitHead": "4b7cd6bf9247ef002d4558b676e6a50bf89dfeb4" | ||
} |
Sorry, the diff of this file is not supported yet
5473