Skip to content

Commit d81e863

Browse files
committed
1.0.1 updates
1 parent 983527c commit d81e863

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.1
2+
- Fix packkage.json to include lib
3+
14
## 1.0.0
25
- Move placement strategy into default prop - this makes placement completely configurable
36
- Deprecate direction prop

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "^16.3.0",
1111
"react-dom": "^16.3.0",
1212
"react-scripts": "^1.1.1",
13-
"react-text-selection-popover": "^1.0.0",
13+
"react-text-selection-popover": "^1.0.1",
1414
"slate": "^0.34.7",
1515
"slate-react": "^0.13.4",
1616
"styled-components": "^3.3.3"

example/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5712,9 +5712,9 @@ react-scripts@^1.1.1:
57125712
optionalDependencies:
57135713
fsevents "^1.1.3"
57145714

5715-
react-text-selection-popover@^1.0.0:
5716-
version "1.0.0"
5717-
resolved "https://registry.yarnpkg.com/react-text-selection-popover/-/react-text-selection-popover-1.0.0.tgz#34bbeb77d81a19a49da624f74da2dadb2f6564b3"
5715+
react-text-selection-popover@^1.0.1:
5716+
version "1.0.1"
5717+
resolved "https://registry.yarnpkg.com/react-text-selection-popover/-/react-text-selection-popover-1.0.1.tgz#369a710d3ff7bd0c5739217033e45919a558cecd"
57185718
dependencies:
57195719
lodash.debounce "^4.0.8"
57205720
react-event-listener "^0.6.1"

0 commit comments

Comments
 (0)