Skip to content

Commit 59a2a6a

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent 17f76a9 commit 59a2a6a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

packages/casl-react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="@casl/react-v0.7.0"></a>
2+
# [@casl/react-v0.7.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2018-06-15)
3+
4+
5+
### Bug Fixes
6+
7+
* **react:** adds ts defs for `not` attribute ([17f76a9](https://github.com/stalniy/casl/commit/17f76a9))
8+
* **react:** contextual can don't respect 'not' prop ([#74](https://github.com/stalniy/casl/issues/74)) ([d727230](https://github.com/stalniy/casl/commit/d727230))
9+
10+
11+
### Features
12+
13+
* **vue:** adds can component ([42ee540](https://github.com/stalniy/casl/commit/42ee540)), closes [#63](https://github.com/stalniy/casl/issues/63)
14+
115
# Change Log
216

317

packages/casl-react/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/casl-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casl/react",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "React component for CASL which makes it easy to add permissions in any React application",
55
"main": "dist/umd/index.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)