Skip to content

Commit

Permalink
Merge pull request #161 from clauderic/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
clauderic authored Mar 26, 2021
2 parents ea9d878 + d0562d8 commit 5c5c26a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/drop-animation-opacity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/export-autoscroll-activator.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dnd-kit/core

## 2.0.1

### Patch Changes

- [`a847a80`](https://github.com/clauderic/dnd-kit/commit/a847a800400a392ad4653199b6705dd687703d01) [#160](https://github.com/clauderic/dnd-kit/pull/160) Thanks [@clauderic](https://github.com/clauderic)! - Allow consumers to define drag source opacity in drop animation by setting the `dragSourceOpacity` option to a number on the `dropAnimation` prop of `DragOverlay`.

- [`ea9d878`](https://github.com/clauderic/dnd-kit/commit/ea9d878e7c1bd8b46482ee4b82a39f744db027b9) [#164](https://github.com/clauderic/dnd-kit/pull/164) Thanks [@clauderic](https://github.com/clauderic)! - Export AutoScrollActivator enum for consumers.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dnd-kit/core",
"version": "2.0.0",
"version": "2.0.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 5c5c26a

Please sign in to comment.