Skip to content

Commit 25c015e

Browse files
committed
v12.1.2-dev
1 parent 54e2a4a commit 25c015e

21 files changed

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

doc/CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Change log
55
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
66
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
77

8-
- [12.1.2 (2024-05-07)](#1212-2024-05-07)
8+
- [12.1.2-dev (2024-05-07)](#1212-2024-05-07)
99
- [12.1.1 (2024-04-28)](#1211-2024-04-28)
1010
- [12.1.0 (2024-04-23)](#1210-2024-04-23)
1111
- [12.0.0 (2025-04-12)](#1200-2025-04-12)
@@ -127,7 +127,7 @@ Change log
127127

128128
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
129129

130-
## 12.1.2 (2024-05-07)
130+
## 12.1.2-dev (2024-05-07)
131131
* fix [#3043](https://github.com/gridstack/gridstack.js/issues/3043) fix `opts.animate` again
132132
* fix [#3048](https://github.com/gridstack/gridstack.js/pull/3048) nested grid resizeToContentCBCheck() fix
133133

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": "12.1.2",
3+
"version": "12.1.2-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 12.1.2
2+
* dd-base-impl.ts 12.1.2-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 12.1.2
2+
* dd-draggable.ts 12.1.2-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 12.1.2
2+
* dd-droppable.ts 12.1.2-dev
33
* Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
44
*/
55

src/dd-element.ts

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

src/dd-gridstack.ts

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

src/dd-manager.ts

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

src/dd-resizable-handle.ts

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

src/dd-resizable.ts

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

src/dd-touch.ts

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

src/gridstack-engine.ts

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

src/gridstack.scss

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

src/gridstack.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* GridStack 12.1.2
2+
* GridStack 12.1.2-dev
33
* https://gridstackjs.com/
44
*
55
* Copyright (c) 2021-2024 Alain Dumesny
@@ -1889,7 +1889,7 @@ export class GridStack {
18891889
return this;
18901890
}
18911891

1892-
static GDRev = '12.1.2';
1892+
static GDRev = '12.1.2-dev';
18931893

18941894
/* ===========================================================================================
18951895
* drag&drop methods that used to be stubbed out and implemented in dd-gridstack.ts

src/types.ts

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

src/utils.ts

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

0 commit comments

Comments
 (0)