Skip to content

Commit 4913a82

Browse files
committed
v12.3.2
1 parent 72949ee commit 4913a82

32 files changed

+94
-90
lines changed

angular/doc/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GridStack Angular Library
1+
# GridStack Angular Library v12.3.2
22

33
## Modules
44

angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "^14",
2222
"@angular/platform-browser-dynamic": "^14",
2323
"@angular/router": "^14",
24-
"gridstack": "^12.3.1",
24+
"gridstack": "^12.3.2",
2525
"rxjs": "~7.5.0",
2626
"tslib": "^2.3.0",
2727
"zone.js": "~0.11.4"

angular/projects/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack-angular",
3-
"version": "12.3.1",
3+
"version": "12.3.2",
44
"peerDependencies": {
55
"@angular/common": ">=14",
66
"@angular/core": ">=14"

angular/projects/lib/src/lib/base-widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-item.component.ts 12.3.1
2+
* gridstack-item.component.ts 12.3.2
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

angular/projects/lib/src/lib/gridstack-item.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-item.component.ts 12.3.1
2+
* gridstack-item.component.ts 12.3.2
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

angular/projects/lib/src/lib/gridstack.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.component.ts 12.3.1
2+
* gridstack.component.ts 12.3.2
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

angular/projects/lib/src/lib/gridstack.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.component.ts 12.3.1
2+
* gridstack.component.ts 12.3.2
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

angular/projects/lib/src/lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-item.component.ts 12.3.1
2+
* gridstack-item.component.ts 12.3.2
33
* Copyright (c) 2025 Alain Dumesny - see GridStack root license
44
*/
55

angular/typedoc.html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"excludePrivate": true,
2828
"excludeProtected": false,
2929
"excludeInternal": true,
30-
"includeVersion": false,
30+
"includeVersion": true,
3131
"sort": ["source-order"],
3232
"sortEntryPoints": false,
3333
"kindSortOrder": [

angular/typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"excludePrivate": true,
3030
"excludeProtected": false,
3131
"excludeInternal": true,
32-
"includeVersion": false,
32+
"includeVersion": true,
3333
"sort": ["source-order"],
3434
"sortEntryPoints": false,
3535
"kindSortOrder": [

0 commit comments

Comments
 (0)