Skip to content

Commit 1451bf3

Browse files
authored
Release: v0.1.3
Release: v0.1.3
2 parents dd96c66 + 3dc48d6 commit 1451bf3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/simple-motion-dnd-grid/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @simple-motion-dnd/grid
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- fix repository url
8+
39
## 0.1.2
410

511
### Patch Changes

packages/simple-motion-dnd-grid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-motion-dnd/grid",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/casentino/simple-motion-dnd-grid.git"
23+
"url": "https://github.com/casentino/simple-motion-dnd.git"
2424
},
2525
"publishConfig": {
2626
"access": "public"

0 commit comments

Comments
 (0)