Skip to content

Commit

Permalink
chore(deploy): Release (#496)
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 May 16, 2022
1 parent e82f1c2 commit 978b05b
Show file tree
Hide file tree
Showing 8 changed files with 3,488 additions and 5,516 deletions.
5 changes: 0 additions & 5 deletions .changeset/swift-colts-return.md

This file was deleted.

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

## 10.2.14

### Patch Changes

- e82f1c220: fix: improve detection for drag gesture, also fixes #494

## 10.2.13

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

## 10.2.14

### Patch Changes

- Updated dependencies [e82f1c220]
- @use-gesture/core@10.2.14

## 10.2.13

### 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.13",
"version": "10.2.14",
"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.13"
"@use-gesture/core": "10.2.14"
}
}
7 changes: 7 additions & 0 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @use-gesture/vanilla

## 10.2.14

### Patch Changes

- Updated dependencies [e82f1c220]
- @use-gesture/core@10.2.14

## 10.2.13

### 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.13",
"version": "10.2.14",
"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.13"
"@use-gesture/core": "10.2.14"
}
}
Loading

0 comments on commit 978b05b

Please sign in to comment.