@planningcenter/react-beautiful-dnd 13.2.0 → 13.2.1
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 +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [13.2.1]
|
|
9
|
+
|
|
10
|
+
### Security
|
|
11
|
+
|
|
12
|
+
Includes merged Dependabot PRs for
|
|
13
|
+
|
|
14
|
+
- `terser` from 4.6.3 to 4.8.1
|
|
15
|
+
- `eventsource` from 1.0.7 to 1.1.2
|
|
16
|
+
- `async` from 2.6.3 to 2.6.4
|
|
17
|
+
|
|
8
18
|
## [13.2.0]
|
|
9
19
|
|
|
10
20
|
### Added
|
|
@@ -30,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
30
40
|
All release notes and upgrade notes for earlier versions can be found on the original
|
|
31
41
|
project's [Github Releases] page.
|
|
32
42
|
|
|
43
|
+
[13.2.1]: https://github.com/planningcenter/react-beautiful-dnd/compare/v13.2.0..v13.2.1
|
|
33
44
|
[13.2.0]: https://github.com/planningcenter/react-beautiful-dnd/compare/v13.1.2..v13.2.0
|
|
34
45
|
[13.1.2]: https://github.com/planningcenter/react-beautiful-dnd/compare/v13.1.1..v13.1.2
|
|
35
46
|
[github releases]: https://github.com/atlassian/react-beautiful-dnd/releases
|
package/package.json
CHANGED