Skip to content

Commit

Permalink
chore: release 18.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Jan 22, 2025
1 parent f617df1 commit 71e5847
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@


## [18.0.0-beta.0](https://github.com/hello-pangea/dnd/compare/v17.0.0...v18.0.0-beta.0) (2025-01-22)


### Others 🔧

* bump node to 20.17.0 ([7870160](https://github.com/hello-pangea/dnd/commit/7870160ad010add62774a645b582525ca47c2980))
* **deps:** update dependency react-redux to ^9.2.0 ([73421d2](https://github.com/hello-pangea/dnd/commit/73421d294174950781127a9fcb630f1f884bf313))
* **dev-deps:** migrate eslint-plugin-node to eslint-plugin-n 17.10.2 ([52b6c85](https://github.com/hello-pangea/dnd/commit/52b6c85af0d80c4f914513ce4f430093918f62cd))
* **dev-deps:** update bump all non-major development dependencies ([#840](https://github.com/hello-pangea/dnd/issues/840)) ([786ee75](https://github.com/hello-pangea/dnd/commit/786ee75714d839f75f47ee96bf7be74ca630f3bf))
* **dev-deps:** update dependency @types/markdown-it to v14 ([a7d8275](https://github.com/hello-pangea/dnd/commit/a7d8275de865f223cda40e73e5c75e381c7e3c4e))
* **dev-deps:** update dependency express to v4.21.0 ([3123d9e](https://github.com/hello-pangea/dnd/commit/3123d9e8edb7613c754519e732218e69823d212b))
* **dev-deps:** update dependency lighthouse to v12 ([77f9488](https://github.com/hello-pangea/dnd/commit/77f9488655f31b609f1854803d264560a09d8d15))
* **renovate:** create an eslint group for major update ([bcdee0c](https://github.com/hello-pangea/dnd/commit/bcdee0c10707e679b0b3137e8a701f10c6114ce7))


### Features 🔥

* add support for react v19 ([f617df1](https://github.com/hello-pangea/dnd/commit/f617df144a330fb15bc222490f52faff3efdb442))


### Docs 📃

* add a security policy ([880926d](https://github.com/hello-pangea/dnd/commit/880926d5b30f57cb1ab642e3735e7fe874c54944))
* add star history ([77bec3f](https://github.com/hello-pangea/dnd/commit/77bec3fe1fb67265a9c7fac915d78ff4ecd940c0))
* drop react-virtualized examples ([48584ea](https://github.com/hello-pangea/dnd/commit/48584eacc8f05db44281fcce3cfef6ea70bff250))
* remove out-of-date translated documentation from rbd ([777a086](https://github.com/hello-pangea/dnd/commit/777a086149e13a568b1816d1467ebce84f2873ff))
* **ssr:** remove documentation regarding resetServerContext ([d7628b1](https://github.com/hello-pangea/dnd/commit/d7628b13d41ed88c737a19b649a43c2d62754d45))


### Code Refactoring 🖌

* **dependency:** remove memoize-one ([8e289cd](https://github.com/hello-pangea/dnd/commit/8e289cdfbc6251b603b76bc67d0638332be155ff))
* **dependency:** remove use-memo-one ([54743ba](https://github.com/hello-pangea/dnd/commit/54743ba030d6feb8ebfb24463471ce7a336daf57))


### Tests 🧪

* **types:** fix markdown-it typings ([d461d56](https://github.com/hello-pangea/dnd/commit/d461d56bf29d063f576359c938fa301acb9e8610))


### CI 🛠

* **node:** bump to v22 ([#869](https://github.com/hello-pangea/dnd/issues/869)) ([39d208a](https://github.com/hello-pangea/dnd/commit/39d208a71996ed21620c46515093c2d0cc353d55))

## [17.0.0](https://github.com/hello-pangea/dnd/compare/v16.6.0...v17.0.0) (2024-09-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hello-pangea/dnd",
"version": "17.0.0",
"version": "18.0.0-beta.0",
"private": false,
"description": "Beautiful and accessible drag and drop for lists with React",
"author": "Alex Reardon <[email protected]>",
Expand Down

0 comments on commit 71e5847

Please sign in to comment.