@planningcenter/react-beautiful-dnd 13.3.1-rc.1 → 13.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## Unreleased
|
|
9
9
|
|
|
10
|
+
## [13.4.0] - 2023-09-07
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Use `target` to fix mobile drag-and-drop issues
|
|
@@ -68,6 +70,7 @@ Includes merged Dependabot PRs for
|
|
|
68
70
|
All release notes and upgrade notes for earlier versions can be found on the original
|
|
69
71
|
project's [Github Releases] page.
|
|
70
72
|
|
|
73
|
+
[13.4.0]: https://github.com/planningcenter/react-beautiful-dnd/compare/v13.3.0..v13.4.0
|
|
71
74
|
[13.3.0]: https://github.com/planningcenter/react-beautiful-dnd/compare/v13.2.1..v13.3.0
|
|
72
75
|
[13.2.1]: https://github.com/planningcenter/react-beautiful-dnd/compare/v13.2.0..v13.2.1
|
|
73
76
|
[13.2.0]: https://github.com/planningcenter/react-beautiful-dnd/compare/v13.1.2..v13.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/react-beautiful-dnd",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.0",
|
|
4
4
|
"description": "Beautiful and accessible drag and drop for lists with React",
|
|
5
5
|
"author": "Front End Systems Engineering <frontend@planningcenter.com>",
|
|
6
6
|
"keywords": [
|