8000 Merge pull request #2995 from adumesny/master · gridstack/gridstack.js@38d336d · GitHub
[go: up one dir, main page]

Skip to content

Commit 38d336d

Browse files
authored
Merge pull request #2995 from adumesny/master
11.5.0-dev
2 parents 1223c65 + f55a11a commit 38d336d

22 files changed

+23
-22
lines changed

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 11.5.0
2+
* gridstack-item.component.ts 11.5.0-dev
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 11.5.0
2+
* gridstack-item.component.ts 11.5.0-dev
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 11.5.0
2+
* gridstack.component.ts 11.5.0-dev
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 11.5.0
2+
* gridstack.component.ts 11.5.0-dev
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 11.5.0
2+
* gridstack-item.component.ts 11.5.0-dev
33
* Copyright (c) 2025 Alain Dumesny - see GridStack root license
44
*/
55

doc/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Change log
121121
- [v0.1.0 (2014-11-18)](#v010-2014-11-18)
122122

123123
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
124+
## 11.5.0-dev (TBD)
124125

125126
## 11.5.0 (2025-03-16)
126127
* feat: [#2975](https://github.com/gridstack/gridstack.js/pull/2975) `prepareDragDrop(el, force)` option to force re-creation of the drag&drop event binding

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "11.5.0",
3+
"version": "11.5.0-dev",
44
"license": "MIT",
55
"author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
66
"contributors": [

src/dd-base-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-base-impl.ts 11.5.0
2+
* dd-base-impl.ts 11.5.0-dev
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-draggable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-draggable.ts 11.5.0
2+
* dd-draggable.ts 11.5.0-dev
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-droppable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-droppable.ts 11.5.0
2+
* dd-droppable.ts 11.5.0-dev
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

0 commit comments

Comments
 (0)
0