diff --git a/.changeset/pre.json b/.changeset/pre.json index ef5945ee..cd6dff6c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -27,6 +27,7 @@ "proud-years-yawn", "purple-colts-tie", "purple-cooks-invent", + "ripe-carrots-wonder", "rotten-bags-speak", "slick-foxes-yawn", "violet-hounds-clap" diff --git a/packages/vanilla/CHANGELOG.md b/packages/vanilla/CHANGELOG.md index 2976f073..7fb1dfeb 100644 --- a/packages/vanilla/CHANGELOG.md +++ b/packages/vanilla/CHANGELOG.md @@ -1,5 +1,11 @@ # @neodrag/vanilla +## 3.0.0-next.6 + +### Patch Changes + +- [#182](https://github.com/PuruVJ/neodrag/pull/182) [`2f9d410`](https://github.com/PuruVJ/neodrag/commit/2f9d410b5b3ec7885e8ac67af9e15ca5663052ca) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix the export + ## 3.0.0-next.5 ### Minor Changes diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index 6a7097ed..1436425e 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@neodrag/vanilla", - "version": "3.0.0-next.5", + "version": "3.0.0-next.6", "description": "JS library to add dragging to your apps 😉", "unpkg": "./dist/umd/index.js", "jsdelivr": "./dist/umd/index.js", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 5bf4cbdc..0bfc9cc8 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @neodrag/vue +## 3.0.0-next.6 + +### Patch Changes + +- [#182](https://github.com/PuruVJ/neodrag/pull/182) [`2f9d410`](https://github.com/PuruVJ/neodrag/commit/2f9d410b5b3ec7885e8ac67af9e15ca5663052ca) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix the export + ## 3.0.0-next.5 ### Minor Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 7c44fca6..e9df4513 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@neodrag/vue", - "version": "3.0.0-next.5", + "version": "3.0.0-next.6", "description": "Vue library to add dragging to your apps 😉", "type": "module", "files": [ diff --git a/playground/vanilla-umd/CHANGELOG.md b/playground/vanilla-umd/CHANGELOG.md index 6f40d74e..d1d33b25 100644 --- a/playground/vanilla-umd/CHANGELOG.md +++ b/playground/vanilla-umd/CHANGELOG.md @@ -1,5 +1,12 @@ # @neodrag/playground-vanilla-umd +## 0.0.1-next.6 + +### Patch Changes + +- Updated dependencies [[`2f9d410`](https://github.com/PuruVJ/neodrag/commit/2f9d410b5b3ec7885e8ac67af9e15ca5663052ca)]: + - @neodrag/vanilla@3.0.0-next.6 + ## 0.0.1-next.5 ### Patch Changes diff --git a/playground/vanilla-umd/package.json b/playground/vanilla-umd/package.json index 38fee805..70ec9c7c 100644 --- a/playground/vanilla-umd/package.json +++ b/playground/vanilla-umd/package.json @@ -1,7 +1,7 @@ { "name": "@neodrag/playground-vanilla-umd", "private": true, - "version": "0.0.1-next.5", + "version": "0.0.1-next.6", "scripts": {}, "devDependencies": {}, "dependencies": { diff --git a/playground/vanilla/CHANGELOG.md b/playground/vanilla/CHANGELOG.md index d664896e..b6545d3f 100644 --- a/playground/vanilla/CHANGELOG.md +++ b/playground/vanilla/CHANGELOG.md @@ -1,5 +1,12 @@ # @neodrag/playground-vanilla +## 0.0.1-next.6 + +### Patch Changes + +- Updated dependencies [[`2f9d410`](https://github.com/PuruVJ/neodrag/commit/2f9d410b5b3ec7885e8ac67af9e15ca5663052ca)]: + - @neodrag/vanilla@3.0.0-next.6 + ## 0.0.1-next.5 ### Patch Changes diff --git a/playground/vanilla/package.json b/playground/vanilla/package.json index 7b0c8cc9..8613139b 100644 --- a/playground/vanilla/package.json +++ b/playground/vanilla/package.json @@ -1,7 +1,7 @@ { "name": "@neodrag/playground-vanilla", "private": true, - "version": "0.0.1-next.5", + "version": "0.0.1-next.6", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/playground/vue/CHANGELOG.md b/playground/vue/CHANGELOG.md index a49398d3..ffb41916 100644 --- a/playground/vue/CHANGELOG.md +++ b/playground/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # demo +## 0.0.11-next.6 + +### Patch Changes + +- Updated dependencies [[`2f9d410`](https://github.com/PuruVJ/neodrag/commit/2f9d410b5b3ec7885e8ac67af9e15ca5663052ca)]: + - @neodrag/vue@3.0.0-next.6 + ## 0.0.11-next.5 ### Patch Changes diff --git a/playground/vue/package.json b/playground/vue/package.json index fcd5fadc..56cf8083 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -1,7 +1,7 @@ { "name": "@neodrag/playground-vue", "private": true, - "version": "0.0.11-next.5", + "version": "0.0.11-next.6", "scripts": { "dev": "vite", "build": "vite build",