Skip to content

Commit feaa5af

Browse files
committed
chore: release 17.0.0
1 parent 646858e commit feaa5af

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

+53
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11

22

3+
## [17.0.0](https://github.com/hello-pangea/dnd/compare/v16.6.0...v17.0.0) (2024-09-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **redux:** bump redux to v5 and react-redux to v9
9+
* **react:** drop support for v16 and v17
10+
11+
### Others 🔧
12+
13+
* bump borwserlist to latest version ([e826e01](https://github.com/hello-pangea/dnd/commit/e826e012ba3e3b2654425702af44b6331aefc100))
14+
* **deps-dev:** bump express from 4.19.1 to 4.20.0 ([8f149d2](https://github.com/hello-pangea/dnd/commit/8f149d2accbab8a258791436b42746ddd9bfc50f))
15+
* **deps-dev:** bump ws from 7.5.9 to 7.5.10 ([fa6119c](https://github.com/hello-pangea/dnd/commit/fa6119c48a63613ff9a1f33385e81582b6d6c9f4))
16+
* **deps:** update dependency @babel/runtime to ^7.25.6 ([646858e](https://github.com/hello-pangea/dnd/commit/646858eeb3c8c7c14f33f02511d3ee25ad371922))
17+
* **dev-deps:** update all non-major development dependencies ([9ac3f0c](https://github.com/hello-pangea/dnd/commit/9ac3f0c7f12dc290e9083b779dc2e2a9afa00ff4))
18+
* **dev-deps:** update dependency @atlaskit/theme to v13 ([c091b8a](https://github.com/hello-pangea/dnd/commit/c091b8a984089c7dc5531e41c7b128999fdc27bb))
19+
* **dev-deps:** update dependency jest-axe to v9 ([fbb66cc](https://github.com/hello-pangea/dnd/commit/fbb66cc66704cb2961bddba464cb3975cacabb91))
20+
* **dev-deps:** update dependency jsdom to v25 ([34a8feb](https://github.com/hello-pangea/dnd/commit/34a8feb4db15166213920761a99218a42510615c))
21+
* **dev-deps:** update dependency rimraf to v6 ([460f580](https://github.com/hello-pangea/dnd/commit/460f5808890baf7299d13b0f43b5a1f21c453e0b))
22+
* **dev-deps:** update dependency wait-on to v8 ([b57aa06](https://github.com/hello-pangea/dnd/commit/b57aa0642f7a5407fff1f349942ba5afc5424c18))
23+
* **dev-deps:** update dependency webpack to v5.94.0 [SECURITY] ([491eeb8](https://github.com/hello-pangea/dnd/commit/491eeb85b54b5cf1f3a2302c332d4b2d72c87756))
24+
25+
26+
### Features 🔥
27+
28+
* **react:** drop support for v16 and v17 ([38e6b49](https://github.com/hello-pangea/dnd/commit/38e6b49cae97af5242567138c85b4e05f203bf54))
29+
* **redux:** bump redux to v5 and react-redux to v9 ([8334755](https://github.com/hello-pangea/dnd/commit/8334755f4edf8e884cc1432437d57f634b6f3bf6))
30+
31+
32+
### Docs 📃
33+
34+
* **storybook:** fix documentation link ([#819](https://github.com/hello-pangea/dnd/issues/819)) ([4f98074](https://github.com/hello-pangea/dnd/commit/4f980742800a04f0008c592c3bebc8f0424c0927))
35+
36+
37+
### Code Refactoring 🖌
38+
39+
* **types:** make `Id` generic ([#818](https://github.com/hello-pangea/dnd/issues/818)) ([a764bcf](https://github.com/hello-pangea/dnd/commit/a764bcf6fcce6b7610c62e3e43f197446fd3e5c5)), closes [#817](https://github.com/hello-pangea/dnd/issues/817)
40+
41+
42+
### Tests 🧪
43+
44+
* bump cypress ([9a60edc](https://github.com/hello-pangea/dnd/commit/9a60edc76d93bc2e2bb4f058793c2664e112c2ad))
45+
46+
47+
### CI 🛠
48+
49+
* bump pnpm cache version ([e2c581f](https://github.com/hello-pangea/dnd/commit/e2c581f98e55c01c7d42c8add4ef85dc97625c6d))
50+
* fix chromatic deploy action ([7a9d65d](https://github.com/hello-pangea/dnd/commit/7a9d65dd616267e1a6c5ea844c410cb96481f483))
51+
* **pnpm:** bump to 9.10.0 ([f59cf9f](https://github.com/hello-pangea/dnd/commit/f59cf9fe1eb5bd55632fc73a41c8efe0123822da))
52+
* refactor pnpm setup and drop node_modules caching ([c9ea36d](https://github.com/hello-pangea/dnd/commit/c9ea36d01f69f09b3c2ae675a94514ff96e29c9c))
53+
* remove browser version ([4638626](https://github.com/hello-pangea/dnd/commit/46386269dbfd84afaad528e25ca455be5d5a0121))
54+
* update wagoid/commitlint-github-action action to v6 ([c83cb54](https://github.com/hello-pangea/dnd/commit/c83cb5434c3bf87b6bbb20da8798121b97225ebf))
55+
356
## [16.6.0](https://github.com/hello-pangea/dnd/compare/v16.5.0...v16.6.0) (2024-03-24)
457

558

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hello-pangea/dnd",
3-
"version": "16.6.0",
3+
"version": "17.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)