diff --git a/.changeset/hungry-taxis-develop.md b/.changeset/hungry-taxis-develop.md deleted file mode 100644 index 1031559d8..000000000 --- a/.changeset/hungry-taxis-develop.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@svelte-put/clickoutside': minor -'@svelte-put/dragscroll': minor -'@svelte-put/intersect': minor -'@svelte-put/movable': minor -'@svelte-put/shortcut': minor ---- - -deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files) diff --git a/.changeset/large-zoos-shout.md b/.changeset/large-zoos-shout.md deleted file mode 100644 index 5649c53b7..000000000 --- a/.changeset/large-zoos-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@svelte-put/copy': patch ---- - -deprecate ambient typing in favor of [new action type helper](https://github.com/sveltejs/svelte/pull/7805) diff --git a/.changeset/modern-zoos-tell.md b/.changeset/modern-zoos-tell.md deleted file mode 100644 index 37b6c1274..000000000 --- a/.changeset/modern-zoos-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@svelte-put/copy': minor ---- - -[BREAKING] deprecate `on:copy` in favor of `on:copied` to avoid conflict with default `copy` event diff --git a/.changeset/witty-glasses-run.md b/.changeset/witty-glasses-run.md deleted file mode 100644 index 4a2276816..000000000 --- a/.changeset/witty-glasses-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@svelte-put/copy': minor ---- - -allow simulate the `copy` event by setting `sythetic: true` diff --git a/packages/actions/clickoutside/CHANGELOG.md b/packages/actions/clickoutside/CHANGELOG.md index d25f6e7c3..f9955ac09 100644 --- a/packages/actions/clickoutside/CHANGELOG.md +++ b/packages/actions/clickoutside/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.0 + +### Minor Changes + +- [`64283e1`](https://github.com/vnphanquang/svelte-put/commit/64283e10c53985dc9cd99d65274996231c46b9bd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files) + ## 1.1.3 ### Patch Changes diff --git a/packages/actions/clickoutside/package.json b/packages/actions/clickoutside/package.json index e4abdedf0..f434df932 100644 --- a/packages/actions/clickoutside/package.json +++ b/packages/actions/clickoutside/package.json @@ -1,6 +1,6 @@ { "name": "@svelte-put/clickoutside", - "version": "1.1.3", + "version": "1.2.0", "description": "Event for clicking outside a node", "main": "lib/index.js", "module": "lib/index.js", diff --git a/packages/actions/copy/CHANGELOG.md b/packages/actions/copy/CHANGELOG.md index 8af5c6ef9..10cb761cb 100644 --- a/packages/actions/copy/CHANGELOG.md +++ b/packages/actions/copy/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.1.0 + +### Minor Changes + +- [`193c0c5`](https://github.com/vnphanquang/svelte-put/commit/193c0c5c9525ade0ec4e9a512c21e96a26139238) Thanks [@vnphanquang](https://github.com/vnphanquang)! - [BREAKING] deprecate `on:copy` in favor of `on:copied` to avoid conflict with default `copy` event + +- [`193c0c5`](https://github.com/vnphanquang/svelte-put/commit/193c0c5c9525ade0ec4e9a512c21e96a26139238) Thanks [@vnphanquang](https://github.com/vnphanquang)! - allow simulate the `copy` event by setting `sythetic: true` + +### Patch Changes + +- [`193c0c5`](https://github.com/vnphanquang/svelte-put/commit/193c0c5c9525ade0ec4e9a512c21e96a26139238) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate ambient typing in favor of [new action type helper](https://github.com/sveltejs/svelte/pull/7805) + ## 1.0.2 ### Patch Changes diff --git a/packages/actions/copy/package.json b/packages/actions/copy/package.json index 2b0ed0f11..6f6c19f3e 100644 --- a/packages/actions/copy/package.json +++ b/packages/actions/copy/package.json @@ -1,6 +1,6 @@ { "name": "@svelte-put/copy", - "version": "1.0.2", + "version": "1.1.0", "description": "Svelte action & utilities for copying text to clipboard", "main": "lib/index.js", "module": "lib/index.js", diff --git a/packages/actions/dragscroll/CHANGELOG.md b/packages/actions/dragscroll/CHANGELOG.md index d78da9e62..ddfab4083 100644 --- a/packages/actions/dragscroll/CHANGELOG.md +++ b/packages/actions/dragscroll/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 + +### Minor Changes + +- [`64283e1`](https://github.com/vnphanquang/svelte-put/commit/64283e10c53985dc9cd99d65274996231c46b9bd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files) + ## 1.0.4 ### Patch Changes diff --git a/packages/actions/dragscroll/package.json b/packages/actions/dragscroll/package.json index 592da26e4..85e08c38b 100644 --- a/packages/actions/dragscroll/package.json +++ b/packages/actions/dragscroll/package.json @@ -1,6 +1,6 @@ { "name": "@svelte-put/dragscroll", - "version": "1.0.4", + "version": "1.1.0", "description": "Svelte action for drag-to-scroll behavior", "main": "lib/index.js", "module": "lib/index.js", diff --git a/packages/actions/intersect/CHANGELOG.md b/packages/actions/intersect/CHANGELOG.md index ef4723049..85718b33e 100644 --- a/packages/actions/intersect/CHANGELOG.md +++ b/packages/actions/intersect/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.0 + +### Minor Changes + +- [`64283e1`](https://github.com/vnphanquang/svelte-put/commit/64283e10c53985dc9cd99d65274996231c46b9bd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files) + ## 1.1.1 ### Patch Changes diff --git a/packages/actions/intersect/package.json b/packages/actions/intersect/package.json index b651584ab..746ca89e2 100644 --- a/packages/actions/intersect/package.json +++ b/packages/actions/intersect/package.json @@ -1,6 +1,6 @@ { "name": "@svelte-put/intersect", - "version": "1.1.1", + "version": "1.2.0", "description": "Action that wraps IntersectionObserver", "main": "lib/index.js", "module": "lib/index.js", diff --git a/packages/actions/movable/CHANGELOG.md b/packages/actions/movable/CHANGELOG.md index 4e5873594..121fd6938 100644 --- a/packages/actions/movable/CHANGELOG.md +++ b/packages/actions/movable/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.4.0 + +### Minor Changes + +- [`64283e1`](https://github.com/vnphanquang/svelte-put/commit/64283e10c53985dc9cd99d65274996231c46b9bd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files) + ## 1.3.1 ### Patch Changes diff --git a/packages/actions/movable/package.json b/packages/actions/movable/package.json index 3fc2b3a48..066d01e65 100644 --- a/packages/actions/movable/package.json +++ b/packages/actions/movable/package.json @@ -1,6 +1,6 @@ { "name": "@svelte-put/movable", - "version": "1.3.1", + "version": "1.4.0", "description": "Action to move node on mousedown & mousemove", "main": "lib/index.js", "module": "lib/index.js", diff --git a/packages/actions/shortcut/CHANGELOG.md b/packages/actions/shortcut/CHANGELOG.md index 00f2198ac..12794109f 100644 --- a/packages/actions/shortcut/CHANGELOG.md +++ b/packages/actions/shortcut/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 + +### Minor Changes + +- [`64283e1`](https://github.com/vnphanquang/svelte-put/commit/64283e10c53985dc9cd99d65274996231c46b9bd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files) + ## 1.0.5 ### Patch Changes diff --git a/packages/actions/shortcut/package.json b/packages/actions/shortcut/package.json index 4a939e63e..daabee084 100644 --- a/packages/actions/shortcut/package.json +++ b/packages/actions/shortcut/package.json @@ -1,6 +1,6 @@ { "name": "@svelte-put/shortcut", - "version": "1.0.5", + "version": "1.1.0", "description": "Action to move node on mousedown & mousemove", "main": "lib/index.js", "module": "lib/index.js",