Skip to content

Commit f989d43

Browse files
committed
chore: release 16.0.0
1 parent 48eb4a7 commit f989d43

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11

22

3+
## [16.0.0](https://github.com/hello-pangea/dnd/compare/v15.0.0...v16.0.0) (2022-08-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **rename:** The project has a new home! From react-forked organization to
9+
hello-pangea. You should install @hello-pangea/dnd package instead.
10+
11+
### Docs 📃
12+
13+
* **community:** add discord badge ([ac03141](https://github.com/hello-pangea/dnd/commit/ac03141e28a9c6a78638b73caeced162651094c6))
14+
15+
16+
### Code Refactoring 🖌
17+
18+
* **rename:** project from @react-forked/dnd to @hello-pangea/dnd ([146b204](https://github.com/hello-pangea/dnd/commit/146b204161ca0de8ef7f966f9e2015c1f766a403))
19+
20+
21+
### Others 🔧
22+
23+
* **netlify:** stop using the service to deploy our storybook website ([#412](https://github.com/hello-pangea/dnd/issues/412)) ([48eb4a7](https://github.com/hello-pangea/dnd/commit/48eb4a73b5997e05d824879b0ea696e15f76a2aa))
24+
* update maintainers section to add Reece Carolan (@Xhale1) ([9a22333](https://github.com/hello-pangea/dnd/commit/9a22333792875f5e1cd197b313f71488819c7778))
25+
326
## [15.0.0](https://github.com/react-forked/dnd/compare/v14.0.2...v15.0.0) (2022-08-22)
427

528

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hello-pangea/dnd",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"private": false,
55
"description": "Beautiful and accessible drag and drop for lists with React",
66
"author": "Alex Reardon <[email protected]>",

0 commit comments

Comments
 (0)