Skip to content

Commit 258a4c9

Browse files
committed
rev 7.1.2-dev
1 parent 497a1fc commit 258a4c9

20 files changed

+25
-25
lines changed

demo/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "~12.2.0",
1919
"@angular/platform-browser-dynamic": "~12.2.0",
2020
"@angular/router": "~12.2.0",
21-
"gridstack": "^7.1.1",
21+
"gridstack": "^7.1.2",
2222
"rxjs": "~6.6.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.11.4"

demo/angular/src/app/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 7.1.2
2+
* gridstack-item.component.ts 7.1.2-dev
33
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
44
*/
55

demo/angular/src/app/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 7.1.2
2+
* gridstack.component.ts 7.1.2-dev
33
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
44
*/
55

demo/angular/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3724,10 +3724,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0,
37243724
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
37253725
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
37263726

3727-
gridstack@^7.1.1:
3728-
version "7.1.1"
3729-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-7.1.1.tgz#61ba389dec8d053c1e132ba1863f52f597ef1a5a"
3730-
integrity sha512-ru+1mZ78aPwGZMIAMu3dAqSFhgiCiAPpciBrcK/ru9os0jtvvz1+/LGRn7Bv9gMENjflQAnM+RLTjLrjqsgNbg==
3727+
gridstack@^7.1.2:
3728+
version "7.1.2"
3729+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-7.1.2.tgz#288ccccf786e0440094a48d5f8d654064fb18566"
3730+
integrity sha512-vc0sHheyOCKe2VE9JgNlNjHroaYJAbOsl/R4sF6TY5WqKTa6owJz4pj3D+W3QQZ43zS18yttLw6m+R9UNuoC3A==
37313731

37323732
handle-thing@^2.0.0:
37333733
version "2.0.1"

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-
- [7.1.2 (2022-12-29)](#712-2022-12-29)
8+
- [7.1.2-dev (2022-12-29)](#712-2022-12-29)
99
- [7.1.1 (2022-11-13)](#711-2022-11-13)
1010
- [7.1.0 (2022-10-23)](#710-2022-10-23)
1111
- [7.0.1 (2022-10-14)](#701-2022-10-14)
@@ -77,7 +77,7 @@ Change log
7777

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

80-
## 7.1.2 (2022-12-29)
80+
## 7.1.2-dev (2022-12-29)
8181
* fix [#939](https://github.com/gridstack/gridstack.js/issues/2039) 'prototype' undefined error for dd-gridstack.js
8282
* add [#939](https://github.com/gridstack/gridstack.js/issues/2105) disable/enable are methods now recursive by default
8383
* add better `GridStackEventHandlerCallback` spelled out types

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 7.1.2
2+
* dd-base-impl.ts 7.1.2-dev
33
* Copyright (c) 2021-2022 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 7.1.2
2+
* dd-draggable.ts 7.1.2-dev
33
* Copyright (c) 2021-2022 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 7.1.2
2+
* dd-droppable.ts 7.1.2-dev
33
* Copyright (c) 2021-2022 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 7.1.2
2+
* dd-elements.ts 7.1.2-dev
33
* Copyright (c) 2021 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 7.1.2
2+
* dd-gridstack.ts 7.1.2-dev
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

0 commit comments

Comments
 (0)