Skip to content

Commit 769a1f2

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](SortableJS/react-sortablejs@v5.0.5...v6.0.0) (2020-09-27) ### Bug Fixes * **types:** removes MultiDrag and Swap exports from index ([f34c861](SortableJS/react-sortablejs@f34c861)), closes [#179](SortableJS/react-sortablejs#179) ### Build System * **parcel:** replace rollup with parcel 2 ([3876be2](SortableJS/react-sortablejs@3876be2)) ### BREAKING CHANGES * **parcel:** packagejson#module was removed because the file is no longer being generated. * **types:** it's apparent we're import sortablejs with all plugins mounted. We've had a few bugs come in that MultiDrag no longer exports because of version 1.12.x of sortablejs making an accidental breaking change.
1 parent 0a0479b commit 769a1f2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [6.0.0](https://github.com/SortableJS/react-sortablejs/compare/v5.0.5...v6.0.0) (2020-09-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** removes MultiDrag and Swap exports from index ([f34c861](https://github.com/SortableJS/react-sortablejs/commit/f34c861ce922b230918238805bf72af59b7910c1)), closes [#179](https://github.com/SortableJS/react-sortablejs/issues/179)
7+
8+
9+
### Build System
10+
11+
* **parcel:** replace rollup with parcel 2 ([3876be2](https://github.com/SortableJS/react-sortablejs/commit/3876be245ae074962d28ca64a1d00eb70131afaa))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **parcel:** packagejson#module was removed because the file is no longer being generated.
17+
* **types:** it's apparent we're import sortablejs with all plugins mounted. We've had a few
18+
bugs come in that MultiDrag no longer exports because of version 1.12.x of sortablejs making an
19+
accidental breaking change.
20+
121
## [5.0.5](https://github.com/SortableJS/react-sortablejs/compare/v5.0.4...v5.0.5) (2020-09-25)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"email": "waynevanson@gmail.com"
66
},
77
"license": "MIT",
8-
"version": "5.0.5",
8+
"version": "6.0.0",
99
"private": false,
1010
"main": "dist/index.js",
1111
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)