Skip to content

Commit 82c3679

Browse files
authoredOct 11, 2023
Merge pull request #585 from Shopify/changeset-release/main
Version Packages
2 parents d799dd1 + 86cb8ed commit 82c3679

11 files changed

+23
-46
lines changed
 

‎.changeset/calm-kangaroos-jump.md

-5
This file was deleted.

‎.changeset/curvy-pots-whisper.md

-5
This file was deleted.

‎.changeset/grumpy-zebras-move.md

-5
This file was deleted.

‎.changeset/khaki-candles-jog.md

-5
This file was deleted.

‎.changeset/neat-rockets-lick.md

-5
This file was deleted.

‎.changeset/spicy-clouds-tickle.md

-5
This file was deleted.

‎.changeset/warm-jars-tickle.md

-5
This file was deleted.

‎.changeset/wild-bananas-smoke.md

-5
This file was deleted.

‎.changeset/young-drinks-call.md

-5
This file was deleted.

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#579](https://github.com/Shopify/draggable/pull/579) [`bb23ff2`](https://github.com/Shopify/draggable/commit/bb23ff21f693b623e76c935d8ea4fb58ac57d36c) Thanks [@tsov](https://github.com/tsov)! - Convert CollidableEvent to typescript
8+
9+
- [#579](https://github.com/Shopify/draggable/pull/579) [`9154a96`](https://github.com/Shopify/draggable/commit/9154a9683a0fecfdc4a4759319221ca59c43421a) Thanks [@tsov](https://github.com/tsov)! - Convert SensorEvent to typescript
10+
11+
- [#579](https://github.com/Shopify/draggable/pull/579) [`74c35e5`](https://github.com/Shopify/draggable/commit/74c35e5aa4bd5c3bb7dcaf8cc432c4d5d932ee3f) Thanks [@tsov](https://github.com/tsov)! - Convert SwappableEvent to typescript
12+
13+
- [#579](https://github.com/Shopify/draggable/pull/579) [`fb5354f`](https://github.com/Shopify/draggable/commit/fb5354ffc7688433ef12bcf8ca1b9f473f78cf06) Thanks [@tsov](https://github.com/tsov)! - Convert SortableEvent to typescript
14+
15+
- [#579](https://github.com/Shopify/draggable/pull/579) [`7734961`](https://github.com/Shopify/draggable/commit/773496192fc9a56f6cd24ec7a45f34c79aec4a6d) Thanks [@tsov](https://github.com/tsov)! - Converts DragEvent tests to typescript
16+
17+
- [#579](https://github.com/Shopify/draggable/pull/579) [`a0c3c90`](https://github.com/Shopify/draggable/commit/a0c3c90d8e93ac8ac0e19e5d37e271e6d97c4fa6) Thanks [@tsov](https://github.com/tsov)! - Convert DroppableEvent to typescript
18+
19+
- [#579](https://github.com/Shopify/draggable/pull/579) [`527dcb6`](https://github.com/Shopify/draggable/commit/527dcb67d50978ac81576603a57e42d77fff1eec) Thanks [@tsov](https://github.com/tsov)! - Converts MirrorEvent to typescript
20+
21+
- [#579](https://github.com/Shopify/draggable/pull/579) [`7219781`](https://github.com/Shopify/draggable/commit/721978147cef7f3cc5971fa0cbd636c87ddbe2c7) Thanks [@tsov](https://github.com/tsov)! - Convert SnappableEvent to typescript
22+
23+
- [#579](https://github.com/Shopify/draggable/pull/579) [`cc42520`](https://github.com/Shopify/draggable/commit/cc42520a2731191ae6459a22892d9c1da605b80d) Thanks [@tsov](https://github.com/tsov)! - Converts DraggableEvent to typescript
24+
325
## 1.1.1
426

527
### Patch Changes

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/draggable",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": false,
55
"license": "MIT",
66
"description": "The JavaScript Drag & Drop library your grandparents warned you about.",

0 commit comments

Comments
 (0)
Failed to load comments.