Skip to content

Commit 1b2c57e

Browse files
committed
chore(release): angular-grid-layout@3.0.2
1 parent e9385c6 commit 1b2c57e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.2](https://github.com/katoid/angular-grid-layout/compare/v3.0.1...v3.0.2) (2025-04-28)
6+
7+
8+
### Features
9+
10+
* **grid:** use Angular injected document to allow Server Side Rendering ([a4fdee8](https://github.com/katoid/angular-grid-layout/commit/a4fdee84e189d73435bb55486b7dd1de36072f93)), closes [#124](https://github.com/katoid/angular-grid-layout/issues/124)
11+
12+
13+
### Bug Fixes
14+
15+
* **grid:** correctly calculate x coordinate when dragging in a one colum grid ([26626fb](https://github.com/katoid/angular-grid-layout/commit/26626fb52765aefcc776febb65a802f554f8716e)), closes [#128](https://github.com/katoid/angular-grid-layout/issues/128)
16+
517
### [3.0.1](https://github.com/katoid/angular-grid-layout/compare/v3.0.0...v3.0.1) (2025-04-25)
618

719

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

0 commit comments

Comments
 (0)