Skip to content

Commit 8f90584

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 5b0add3 + 0cff98e commit 8f90584

17 files changed

+61
-21
lines changed

.changeset/tasty-dodos-live.md

-10
This file was deleted.

docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e19ce73`](https://github.com/PuruVJ/neodrag/commit/e19ce732a9494dc3eb05e0c8702cd802abc0af9a)]:
8+
- @neodrag/svelte@2.0.4
9+
310
## 0.0.6
411

512
### Patch Changes

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neodrag/core
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [#145](https://github.com/PuruVJ/neodrag/pull/145) [`e19ce73`](https://github.com/PuruVJ/neodrag/commit/e19ce732a9494dc3eb05e0c8702cd802abc0af9a) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix: ignoreMultitouch now behaves correctly
8+
39
## 2.0.3
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neodrag/core",
33
"private": "true",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
77
"type": "module",

packages/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neodrag/react
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [#145](https://github.com/PuruVJ/neodrag/pull/145) [`e19ce73`](https://github.com/PuruVJ/neodrag/commit/e19ce732a9494dc3eb05e0c8702cd802abc0af9a) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix: ignoreMultitouch now behaves correctly
8+
39
## 2.0.3
410

511
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodrag/react",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "React library to add dragging to your apps 😉",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/solid/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neodrag/solid
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [#145](https://github.com/PuruVJ/neodrag/pull/145) [`e19ce73`](https://github.com/PuruVJ/neodrag/commit/e19ce732a9494dc3eb05e0c8702cd802abc0af9a) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix: ignoreMultitouch now behaves correctly
8+
39
## 2.0.3
410

511
### Patch Changes

packages/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodrag/solid",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "SolidJS library to add dragging to your apps 😉",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/svelte/CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neodrag/svelte
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [#145](https://github.com/PuruVJ/neodrag/pull/145) [`e19ce73`](https://github.com/PuruVJ/neodrag/commit/e19ce732a9494dc3eb05e0c8702cd802abc0af9a) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix: ignoreMultitouch now behaves correctly
8+
39
## 2.0.3
410

511
### Patch Changes
@@ -44,9 +50,9 @@ If you have this in your `tsconfig.json`:
4450

4551
```json
4652
{
47-
"compilerOptions": {
48-
"types": ["@neodrag/svelte/globals"]
49-
}
53+
"compilerOptions": {
54+
"types": ["@neodrag/svelte/globals"]
55+
}
5056
}
5157
```
5258

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodrag/svelte",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Svelte Action to add dragging to your apps 😉",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/vanilla/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neodrag/vanilla
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [#145](https://github.com/PuruVJ/neodrag/pull/145) [`e19ce73`](https://github.com/PuruVJ/neodrag/commit/e19ce732a9494dc3eb05e0c8702cd802abc0af9a) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix: ignoreMultitouch now behaves correctly
8+
39
## 2.0.3
410

511
### Patch Changes

packages/vanilla/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodrag/vanilla",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "JS library to add dragging to your apps 😉",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/vue/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neodrag/vue
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [#145](https://github.com/PuruVJ/neodrag/pull/145) [`e19ce73`](https://github.com/PuruVJ/neodrag/commit/e19ce732a9494dc3eb05e0c8702cd802abc0af9a) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix: ignoreMultitouch now behaves correctly
8+
39
## 2.0.3
410

511
### Patch Changes

packages/vue/demo/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# demo
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e19ce73`](https://github.com/PuruVJ/neodrag/commit/e19ce732a9494dc3eb05e0c8702cd802abc0af9a)]:
8+
- @neodrag/vue@2.0.4
9+
310
## 0.0.6
411

512
### Patch Changes

packages/vue/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo",
33
"private": true,
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"scripts": {
66
"dev": "vite",
77
"build": "vite build",

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodrag/vue",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Vue library to add dragging to your apps 😉",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)