Skip to content

Commit 06531cd

Browse files
committed
chore(release): angular-grid-layout@3.1.0
1 parent 0cd1399 commit 06531cd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.1.0](https://github.com/katoid/angular-grid-layout/compare/v3.0.2...v3.1.0) (2025-09-02)
6+
7+
8+
### Features
9+
10+
* allow only drag/resize with primary (left) button ([#132](https://github.com/katoid/angular-grid-layout/issues/132)) ([3293c2b](https://github.com/katoid/angular-grid-layout/commit/3293c2bfa2e0e6b0bde3b51eb1a2587c88aab10a))
11+
* multiple items drag/resize ([7d847d3](https://github.com/katoid/angular-grid-layout/commit/7d847d354addd582478bff619e1d6cb41aa6de39)), closes [#134](https://github.com/katoid/angular-grid-layout/issues/134)
12+
513
### [3.0.2](https://github.com/katoid/angular-grid-layout/compare/v3.0.1...v3.0.2) (2025-04-28)
614

715

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.2"
86+
"version": "3.1.0"
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.2",
13+
"version": "3.1.0",
1414
"keywords": [
1515
"angular",
1616
"grid",

0 commit comments

Comments
 (0)