Skip to content

Commit

Permalink
1.0.1 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankrispel committed Sep 7, 2018
1 parent 983527c commit d81e863
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.1
- Fix packkage.json to include lib

## 1.0.0
- Move placement strategy into default prop - this makes placement completely configurable
- Deprecate direction prop
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-scripts": "^1.1.1",
"react-text-selection-popover": "^1.0.0",
"react-text-selection-popover": "^1.0.1",
"slate": "^0.34.7",
"slate-react": "^0.13.4",
"styled-components": "^3.3.3"
Expand Down
6 changes: 3 additions & 3 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5712,9 +5712,9 @@ react-scripts@^1.1.1:
optionalDependencies:
fsevents "^1.1.3"

react-text-selection-popover@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/react-text-selection-popover/-/react-text-selection-popover-1.0.0.tgz#34bbeb77d81a19a49da624f74da2dadb2f6564b3"
react-text-selection-popover@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-text-selection-popover/-/react-text-selection-popover-1.0.1.tgz#369a710d3ff7bd0c5739217033e45919a558cecd"
dependencies:
lodash.debounce "^4.0.8"
react-event-listener "^0.6.1"
Expand Down

0 comments on commit d81e863

Please sign in to comment.