Skip to content

Commit

Permalink
chore(deploy): Release (#479)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 31, 2022
1 parent 670e6e2 commit dc731a0
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/clean-maps-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-beds-hang.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @use-gesture/core

## 10.2.11

### Patch Changes

- 670e6e2db: - fix: trigger `pointerDown` event when `triggerAllEvents` and `delay` options are set
- fix: disable scroll prevention when the event type is `'mouse'`
- feat: add `axisThreshold` property to set a threshold for axis calculation (can be set per device for the drag gesture)
- fix: axis are now calculated on pixel movement rather than on transformed movement
- 5979b1add: feat: add modifierKey for wheel option. Defaults to `'ctrlKey'`.

## 10.2.10

### Patch 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": "@use-gesture/core",
"version": "10.2.10",
"version": "10.2.11",
"description": "Core engine for receiving gestures",
"license": "MIT",
"main": "dist/use-gesture-core.cjs.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @use-gesture/core

## 10.2.11

### Patch Changes

- Updated dependencies [670e6e2db]
- Updated dependencies [5979b1add]
- @use-gesture/core@10.2.11

## 10.2.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-gesture/react",
"version": "10.2.10",
"version": "10.2.11",
"description": "React target for @use-gesture",
"keywords": [
"react",
Expand Down Expand Up @@ -38,6 +38,6 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@use-gesture/core": "10.2.10"
"@use-gesture/core": "10.2.11"
}
}
8 changes: 8 additions & 0 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @use-gesture/vanilla

## 10.2.11

### Patch Changes

- Updated dependencies [670e6e2db]
- Updated dependencies [5979b1add]
- @use-gesture/core@10.2.11

## 10.2.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-gesture/vanilla",
"version": "10.2.10",
"version": "10.2.11",
"description": "Vanilla target for @use-gesture",
"keywords": [
"react",
Expand Down Expand Up @@ -35,6 +35,6 @@
],
"homepage": "https://use-gesture.netlify.app",
"dependencies": {
"@use-gesture/core": "10.2.10"
"@use-gesture/core": "10.2.11"
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc731a0

Please sign in to comment.