Skip to content

Commit f446306

Browse files
committed
chore(release): angular-grid-layout@3.0.1
1 parent 3e4d6b0 commit f446306

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.0.1](https://github.com/katoid/angular-grid-layout/compare/v3.0.0...v3.0.1) (2025-04-25)
6+
7+
8+
### Bug Fixes
9+
10+
* **grid-item:** touch-action should be set to auto when grid item isn't draggable ([#131](https://github.com/katoid/angular-grid-layout/issues/131)) ([3e4d6b0](https://github.com/katoid/angular-grid-layout/commit/3e4d6b056d16cf1af5fa8f177ea82cfeb8304c62))
11+
512
## [3.0.0](https://github.com/katoid/angular-grid-layout/compare/v2.2.0...v3.0.0) (2024-08-19)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@
8383
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
8484
}
8585
},
86-
"version": "3.0.0"
86+
"version": "3.0.1"
8787
}

projects/angular-grid-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "git+https://github.com/katoid/angular-grid-layout.git"
1111
},
1212
"license": "MIT",
13-
"version": "3.0.0",
13+
"version": "3.0.1",
1414
"keywords": [
1515
"angular",
1616
"grid",

0 commit comments

Comments
 (0)