We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd96c66 + 3dc48d6 commit 1451bf3Copy full SHA for 1451bf3
packages/simple-motion-dnd-grid/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @simple-motion-dnd/grid
2
3
+## 0.1.3
4
+
5
+### Patch Changes
6
7
+- fix repository url
8
9
## 0.1.2
10
11
### Patch Changes
packages/simple-motion-dnd-grid/package.json
@@ -1,6 +1,6 @@
{
"name": "@simple-motion-dnd/grid",
- "version": "0.1.2",
+ "version": "0.1.3",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
20
},
21
"repository": {
22
"type": "git",
23
- "url": "https://github.com/casentino/simple-motion-dnd-grid.git"
+ "url": "https://github.com/casentino/simple-motion-dnd.git"
24
25
"publishConfig": {
26
"access": "public"
0 commit comments