Skip to content

Commit bc9e64e

Browse files
chore: update versions (#161)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 236efae commit bc9e64e

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/twelve-needles-obey.md

-5
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`236efae`](https://github.com/PuruVJ/neodrag/commit/236efaeee1b11275857913944a7b85664dc7cd8c)]:
8+
- @neodrag/svelte@2.0.6
9+
310
## 0.0.8
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.8",
4+
"version": "0.0.9",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

packages/svelte/CHANGELOG.md

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

3+
## 2.0.6
4+
5+
### Patch Changes
6+
7+
- [#160](https://github.com/PuruVJ/neodrag/pull/160) [`236efae`](https://github.com/PuruVJ/neodrag/commit/236efaeee1b11275857913944a7b85664dc7cd8c) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix: options are no longer required. Regression from before
8+
39
## 2.0.5
410

511
### Patch Changes

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.5",
3+
"version": "2.0.6",
44
"description": "Svelte Action to add dragging to your apps 😉",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)