Skip to content

Commit e9215e8

Browse files
authored
Merge pull request #1556 from clauderic/changeset-release/master
Version Packages
2 parents 14bd7d0 + 97c1609 commit e9215e8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/end-on-tab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dnd-kit/core
22

3+
## 6.3.1
4+
5+
### Patch Changes
6+
7+
- [#1555](https://github.com/clauderic/dnd-kit/pull/1555) [`62f632a`](https://github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d) Thanks [@clauderic](https://github.com/clauderic)! - Added `Tab` to the list of default key codes that end a drag and drop operation. Can be customized by passing in a custom list of `keyCodes` to the KeyboardSensor options.
8+
39
## 6.3.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dnd-kit/core",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"description": "dnd kit – a lightweight React library for building performant and accessible drag and drop experiences",
55
"author": "Claudéric Demers",
66
"license": "MIT",

0 commit comments

Comments
 (0)