Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FGRibreau/ui-predicate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: FGRibreau/ui-predicate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 22, 2018

  1. Copy the full SHA
    525e40c View commit details
  2. Publish

    FGRibreau committed Aug 22, 2018
    Copy the full SHA
    c49d809 View commit details
Showing with 14 additions and 3 deletions.
  1. +11 −0 packages/ui-predicate-vue/CHANGELOG.md
  2. +3 −3 packages/ui-predicate-vue/package.json
11 changes: 11 additions & 0 deletions packages/ui-predicate-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.1"></a>
## [0.5.1](https://github.com/FGRibreau/ui-predicate/compare/ui-predicate-vue@0.5.0...ui-predicate-vue@0.5.1) (2018-08-22)


### Bug Fixes

* move ui-predicate-core to dep ([525e40c](https://github.com/FGRibreau/ui-predicate/commit/525e40c))




<a name="0.5.0"></a>
# [0.5.0](https://github.com/FGRibreau/ui-predicate/compare/ui-predicate-vue@0.4.0...ui-predicate-vue@0.5.0) (2018-08-22)

6 changes: 3 additions & 3 deletions packages/ui-predicate-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-predicate-vue",
"version": "0.5.0",
"version": "0.5.1",
"description": "Finally a predicate UI component for VueJS",
"main": "src/index.js",
"scripts": {
@@ -53,7 +53,6 @@
"react": "^16.3.2",
"react-dom": "^16.3.2",
"svg-url-loader": "^2.3.2",
"ui-predicate-core": "^0.6.0",
"vue": "^2.5.16",
"vue-jest": "^2.5.0",
"vue-loader": "15.4.0",
@@ -62,6 +61,7 @@
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"lodash": "^4.17.10"
"lodash": "^4.17.10",
"ui-predicate-core": "^0.6.0"
}
}