Skip to content

Commit 9e4729a

Browse files
chore: update versions (#189)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 01e3510 commit 9e4729a

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/dull-jeans-flash.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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`01e3510`](https://github.com/PuruVJ/neodrag/commit/01e35105c0f532481fb2e31091d052b8622e5c83)]:
8+
- @neodrag/svelte@2.3.1
9+
310
## 0.0.12
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.12",
4+
"version": "0.0.13",
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.3.1
4+
5+
### Patch Changes
6+
7+
- [#188](https://github.com/PuruVJ/neodrag/pull/188) [`01e3510`](https://github.com/PuruVJ/neodrag/commit/01e35105c0f532481fb2e31091d052b8622e5c83) Thanks [@vincjo](https://github.com/vincjo)! - fix: Add "svelte" field to @neodrag/svelte exports
8+
39
## 2.3.0
410

511
### Minor Changes

packages/svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodrag/svelte",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Svelte Action to add dragging to your apps 😉",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -18,7 +18,7 @@
1818
"development": "./dist/index.js"
1919
},
2020
"default": "./dist/min/index.js",
21-
"svelte": "./dist/min/index.js"
21+
"svelte": "./dist/min/index.js"
2222
},
2323
"./package.json": "./package.json"
2424
},

0 commit comments

Comments
 (0)