Skip to content

Commit

Permalink
Merge pull request #333 from clauderic/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
clauderic committed Jun 17, 2021
2 parents dbe0087 + 30a04ae commit 6fdef7f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/fix-listener-target.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-some-typos.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,13 @@
# @dnd-kit/core

## 3.1.1

### Patch Changes

- [`dbe0087`](https://github.com/clauderic/dnd-kit/commit/dbe008787492acd7e4dae85a79fd134a7951292e) [#335](https://github.com/clauderic/dnd-kit/pull/335) Thanks [@clauderic](https://github.com/clauderic)! - Fix `getEventListenerTarget` when target element is not an instance of `HTMLElement`

- [`5d4d292`](https://github.com/clauderic/dnd-kit/commit/5d4d2922e0a6c2433049268d5db40fadd13823a3) [#331](https://github.com/clauderic/dnd-kit/pull/331) Thanks [@phungleson](https://github.com/phungleson)! - Fix typo in `SensorContext` type (`scrollAdjustedTransalte` --> `scrollAdjustedTranslate`)

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@dnd-kit/core",
"version": "3.1.0",
"version": "3.1.1",
"description": "dnd kit – a lightweight React library for building performant and accessible drag and drop experiences",
"author": "Claudéric Demers",
"license": "MIT",
Expand Down

0 comments on commit 6fdef7f

Please sign in to comment.