Skip to content

Commit 61e3433

Browse files
chore: update versions (#191)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 657d199 commit 61e3433

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/slick-kings-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs
22

3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`73f5960`](https://github.com/PuruVJ/neodrag/commit/73f59603e2a55936622f26551b6262aee5208903)]:
8+
- @neodrag/svelte@2.3.2
9+
310
## 0.0.13
411

512
### Patch Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

packages/svelte/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neodrag/svelte
22

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- [`73f5960`](https://github.com/PuruVJ/neodrag/commit/73f59603e2a55936622f26551b6262aee5208903) Thanks [@PuruVJ](https://github.com/PuruVJ)! - Add svelte peerDependency
8+
39
## 2.3.1
410

511
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodrag/svelte",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
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)