Skip to content

Commit f141546

Browse files
committed
1 parent c6fbe24 commit f141546

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

packages/ui-predicate-core/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.6.3"></a>
7+
## [0.6.3](https://github.com/FGRibreau/ui-predicate/compare/[email protected]@0.6.3) (2018-08-31)
8+
9+
10+
### Bug Fixes
11+
12+
* PredicateCore ui ([af85e9a](https://github.com/FGRibreau/ui-predicate/commit/af85e9a))
13+
14+
15+
16+
617
<a name="0.6.2"></a>
718
## [0.6.2](https://github.com/FGRibreau/ui-predicate/compare/[email protected]@0.6.2) (2018-08-31)
819

packages/ui-predicate-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-predicate-core",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Finally a predicate UI component for the Web",
55
"main": "lib/ui-predicate-core.js",
66
"scripts": {

packages/ui-predicate-vue/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.6.2"></a>
7+
## [0.6.2](https://github.com/FGRibreau/ui-predicate/compare/[email protected]@0.6.2) (2018-08-31)
8+
9+
10+
### Bug Fixes
11+
12+
* PredicateCore ui ([af85e9a](https://github.com/FGRibreau/ui-predicate/commit/af85e9a))
13+
14+
15+
16+
617
<a name="0.6.1"></a>
718
## [0.6.1](https://github.com/FGRibreau/ui-predicate/compare/[email protected]@0.6.1) (2018-08-31)
819

packages/ui-predicate-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-predicate-vue",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Finally a predicate UI component for VueJS",
55
"main": "src/index.js",
66
"scripts": {
@@ -62,6 +62,6 @@
6262
},
6363
"dependencies": {
6464
"lodash": "^4.17.10",
65-
"ui-predicate-core": "^0.6.2"
65+
"ui-predicate-core": "^0.6.3"
6666
}
6767
}

0 commit comments

Comments
 (0)