Skip to content

Commit

Permalink
chore: release v0.1.8 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsprince authored Nov 10, 2020
1 parent 182c352 commit c8bb67f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [](https://github.com/marsprince/slate-vue/compare/v0.1.7...v) (2020-11-10)


### Bug Fixes

* **deps:** update dependency slate to ^0.59.0 ([#48](https://github.com/marsprince/slate-vue/issues/48)) ([34ba9c6](https://github.com/marsprince/slate-vue/commit/34ba9c66b256bceb20053ca3fbdea2016cee524e))
* **deps:** update dependency slate-history to ^0.59.0 ([#49](https://github.com/marsprince/slate-vue/issues/49)) ([5c5716b](https://github.com/marsprince/slate-vue/commit/5c5716bf65978bc20077ba3cda0dc443b96c9883))
* **deps:** update dependency slate-hyperscript to ^0.59.0 ([#50](https://github.com/marsprince/slate-vue/issues/50)) ([9be3f4b](https://github.com/marsprince/slate-vue/commit/9be3f4bc1fd3bd9ae020a7c94af0cd99897dafe8))
* **deps:** update dependency vue-tsx-support to v3 ([#57](https://github.com/marsprince/slate-vue/issues/57)) ([c57a81e](https://github.com/marsprince/slate-vue/commit/c57a81ef699c60bb8d7ee5ae37b97a550138ec49))
* **editable:** fixing selection ([d9fd600](https://github.com/marsprince/slate-vue/commit/d9fd6008d56fcb3a66801f0e559d641c5d79134b)), closes [#58](https://github.com/marsprince/slate-vue/issues/58)
* **string:** fix functioncomponent props bug ([e5174d9](https://github.com/marsprince/slate-vue/commit/e5174d9ddfbc69eaf9a74872536e583edca6953d))



# [](https://github.com/marsprince/slate-vue/compare/v0.1.6...v) (2020-09-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.7",
"version": "0.1.8",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/slate-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slate-vue",
"version": "0.1.7",
"version": "0.1.8",
"dependencies": {
"direction": "^1.0.4",
"is-hotkey": "^0.1.6",
Expand Down

0 comments on commit c8bb67f

Please sign in to comment.