Skip to content

Commit 0a964b7

Browse files
committed
1 parent ae0217a commit 0a964b7

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

packages/ui-predicate-core/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.0"></a>
7+
# [0.6.0](https://github.com/FGRibreau/ui-predicate/compare/[email protected]@0.6.0) (2018-08-22)
8+
9+
10+
### Bug Fixes
11+
12+
* bugs (assign instead of merge, merge that was overriding ui for every instance of ui-predicate), simpler storybook ([757db43](https://github.com/FGRibreau/ui-predicate/commit/757db43))
13+
* test snapshot ([7ac4ccb](https://github.com/FGRibreau/ui-predicate/commit/7ac4ccb))
14+
* ui-predicate-core bring back 100% coverage ([db48541](https://github.com/FGRibreau/ui-predicate/commit/db48541))
15+
* ui-predicate-core fix tests ([8315520](https://github.com/FGRibreau/ui-predicate/commit/8315520))
16+
17+
18+
### Features
19+
20+
* **ui-component-overriding:** add possibility to override ui default components ([6ff449d](https://github.com/FGRibreau/ui-predicate/commit/6ff449d))
21+
22+
23+
24+
625
<a name="0.5.0"></a>
726
# [0.5.0](https://github.com/FGRibreau/ui-predicate/compare/[email protected]@0.5.0) (2018-08-06)
827

packages/ui-predicate-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "ui-predicate-core",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Finally a predicate UI component for the Web",
55
"main": "lib/ui-predicate-core.js",
66
"scripts": {
77
"test": "jest -c ../../jest.js --coverage",
88
"test:debugger": "node --inspect-brk node_modules/.bin/jest --watch",
9-
"postinstall":"npm run build",
9+
"postinstall": "npm run build",
1010
"build": "parcel build --out-file=ui-predicate-core --out-dir=lib --no-cache --detailed-report --target=browser src/index.js",
1111
"test:watch": "jest --coverage --watch",
1212
"test:coverage": "jest -c ../../jest.js --maxWorkers=2 --coverage",

packages/ui-predicate-vue/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="0.5.0"></a>
7+
# [0.5.0](https://github.com/FGRibreau/ui-predicate/compare/[email protected]@0.5.0) (2018-08-22)
8+
9+
10+
### Bug Fixes
11+
12+
* bugs (assign instead of merge, merge that was overriding ui for every instance of ui-predicate), simpler storybook ([757db43](https://github.com/FGRibreau/ui-predicate/commit/757db43))
13+
* css & class name, follow BEM rules ([9337d09](https://github.com/FGRibreau/ui-predicate/commit/9337d09))
14+
15+
16+
### Features
17+
18+
* **ui-component-overriding:** add possibility to override ui default components ([6ff449d](https://github.com/FGRibreau/ui-predicate/commit/6ff449d))
19+
20+
21+
22+
623
<a name="0.4.0"></a>
724
# [0.4.0](https://github.com/FGRibreau/ui-predicate/compare/[email protected]@0.4.0) (2018-08-06)
825

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.4.0",
3+
"version": "0.5.0",
44
"description": "Finally a predicate UI component for VueJS",
55
"main": "src/index.js",
66
"scripts": {
@@ -53,7 +53,7 @@
5353
"react": "^16.3.2",
5454
"react-dom": "^16.3.2",
5555
"svg-url-loader": "^2.3.2",
56-
"ui-predicate-core": "0.*",
56+
"ui-predicate-core": "^0.6.0",
5757
"vue": "^2.5.16",
5858
"vue-jest": "^2.5.0",
5959
"vue-loader": "15.4.0",

0 commit comments

Comments
 (0)