From 021a7db0e38c5d053fc9ed53c622ce22991cb097 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Sat, 13 May 2023 08:59:55 -0700 Subject: [PATCH] v8.1.1 --- demo/angular/src/app/dummy.component.ts | 2 +- demo/angular/src/app/gridstack-item.component.ts | 2 +- demo/angular/src/app/gridstack.component.ts | 2 +- package.json | 2 +- src/dd-base-impl.ts | 2 +- src/dd-draggable.ts | 2 +- src/dd-droppable.ts | 2 +- src/dd-element.ts | 2 +- src/dd-gridstack.ts | 2 +- src/dd-manager.ts | 2 +- src/dd-resizable-handle.ts | 2 +- src/dd-resizable.ts | 2 +- src/dd-touch.ts | 2 +- src/gridstack-engine.ts | 2 +- src/gridstack-poly.js | 2 +- src/gridstack.scss | 2 +- src/gridstack.ts | 4 ++-- src/types.ts | 2 +- src/utils.ts | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/demo/angular/src/app/dummy.component.ts b/demo/angular/src/app/dummy.component.ts index 9624b9b15..071e9cc33 100644 --- a/demo/angular/src/app/dummy.component.ts +++ b/demo/angular/src/app/dummy.component.ts @@ -1,5 +1,5 @@ /** - * gridstack.component.ts 8.1.0-dev + * gridstack.component.ts 8.1.1 * Copyright (c) 2022 Alain Dumesny - see GridStack root license */ diff --git a/demo/angular/src/app/gridstack-item.component.ts b/demo/angular/src/app/gridstack-item.component.ts index 29d910a6b..a6233a5d8 100644 --- a/demo/angular/src/app/gridstack-item.component.ts +++ b/demo/angular/src/app/gridstack-item.component.ts @@ -1,5 +1,5 @@ /** - * gridstack-item.component.ts 8.1.0-dev + * gridstack-item.component.ts 8.1.1 * Copyright (c) 2022 Alain Dumesny - see GridStack root license */ diff --git a/demo/angular/src/app/gridstack.component.ts b/demo/angular/src/app/gridstack.component.ts index bd4e0b376..e4e5eac55 100644 --- a/demo/angular/src/app/gridstack.component.ts +++ b/demo/angular/src/app/gridstack.component.ts @@ -1,5 +1,5 @@ /** - * gridstack.component.ts 8.1.0-dev + * gridstack.component.ts 8.1.1 * Copyright (c) 2022 Alain Dumesny - see GridStack root license */ diff --git a/package.json b/package.json index 78c89455a..dd630fd11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "8.1.0-dev", + "version": "8.1.1", "license": "MIT", "author": "Alain Dumesny (https://github.com/adumesny)", "contributors": [ diff --git a/src/dd-base-impl.ts b/src/dd-base-impl.ts index 265cd5e47..06ba1ef8e 100644 --- a/src/dd-base-impl.ts +++ b/src/dd-base-impl.ts @@ -1,5 +1,5 @@ /** - * dd-base-impl.ts 8.1.0-dev + * dd-base-impl.ts 8.1.1 * Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-draggable.ts b/src/dd-draggable.ts index 0391568be..fbe74fc96 100644 --- a/src/dd-draggable.ts +++ b/src/dd-draggable.ts @@ -1,5 +1,5 @@ /** - * dd-draggable.ts 8.1.0-dev + * dd-draggable.ts 8.1.1 * Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-droppable.ts b/src/dd-droppable.ts index 2e502918b..9c734f758 100644 --- a/src/dd-droppable.ts +++ b/src/dd-droppable.ts @@ -1,5 +1,5 @@ /** - * dd-droppable.ts 8.1.0-dev + * dd-droppable.ts 8.1.1 * Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-element.ts b/src/dd-element.ts index c73f5acdf..7bdb8bec0 100644 --- a/src/dd-element.ts +++ b/src/dd-element.ts @@ -1,5 +1,5 @@ /** - * dd-elements.ts 8.1.0-dev + * dd-elements.ts 8.1.1 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-gridstack.ts b/src/dd-gridstack.ts index e0acbb2da..345a687ee 100644 --- a/src/dd-gridstack.ts +++ b/src/dd-gridstack.ts @@ -1,5 +1,5 @@ /** - * dd-gridstack.ts 8.1.0-dev + * dd-gridstack.ts 8.1.1 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-manager.ts b/src/dd-manager.ts index 9aa25a2c7..80300cd2b 100644 --- a/src/dd-manager.ts +++ b/src/dd-manager.ts @@ -1,5 +1,5 @@ /** - * dd-manager.ts 8.1.0-dev + * dd-manager.ts 8.1.1 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-resizable-handle.ts b/src/dd-resizable-handle.ts index b014e4386..142af3918 100644 --- a/src/dd-resizable-handle.ts +++ b/src/dd-resizable-handle.ts @@ -1,5 +1,5 @@ /** - * dd-resizable-handle.ts 8.1.0-dev + * dd-resizable-handle.ts 8.1.1 * Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-resizable.ts b/src/dd-resizable.ts index 828659627..119a03e76 100644 --- a/src/dd-resizable.ts +++ b/src/dd-resizable.ts @@ -1,5 +1,5 @@ /** - * dd-resizable.ts 8.1.0-dev + * dd-resizable.ts 8.1.1 * Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-touch.ts b/src/dd-touch.ts index a5db39f11..bfca3d11e 100644 --- a/src/dd-touch.ts +++ b/src/dd-touch.ts @@ -1,5 +1,5 @@ /** - * touch.ts 8.1.0-dev + * touch.ts 8.1.1 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack-engine.ts b/src/gridstack-engine.ts index 015537a99..c86c843f1 100644 --- a/src/gridstack-engine.ts +++ b/src/gridstack-engine.ts @@ -1,5 +1,5 @@ /** - * gridstack-engine.ts 8.1.0-dev + * gridstack-engine.ts 8.1.1 * Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack-poly.js b/src/gridstack-poly.js index 003c1eee2..312b3a150 100644 --- a/src/gridstack-poly.js +++ b/src/gridstack-poly.js @@ -1,5 +1,5 @@ /** - * gridstack-poly.ts 8.1.0-dev used for IE and older browser support (not supported in v2-v4.3.1, but again in v4.4) + * gridstack-poly.ts 8.1.1 used for IE and older browser support (not supported in v2-v4.3.1, but again in v4.4) * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack.scss b/src/gridstack.scss index e71529f36..e9b113c0d 100644 --- a/src/gridstack.scss +++ b/src/gridstack.scss @@ -1,5 +1,5 @@ /** - * gridstack SASS styles 8.1.0-dev + * gridstack SASS styles 8.1.1 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack.ts b/src/gridstack.ts index e8b020084..5d04d91a9 100644 --- a/src/gridstack.ts +++ b/src/gridstack.ts @@ -1,5 +1,5 @@ /*! - * GridStack 8.1.0-dev + * GridStack 8.1.1 * https://gridstackjs.com/ * * Copyright (c) 2021-2022 Alain Dumesny @@ -1640,7 +1640,7 @@ export class GridStack { return this; } - static GDRev = '8.1.0-dev'; + static GDRev = '8.1.1'; /* =========================================================================================== * drag&drop methods that used to be stubbed out and implemented in dd-gridstack.ts diff --git a/src/types.ts b/src/types.ts index 220006289..df44f0ddf 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,5 +1,5 @@ /** - * types.ts 8.1.0-dev + * types.ts 8.1.1 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/utils.ts b/src/utils.ts index 73c4529e5..70cff5298 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,5 +1,5 @@ /** - * utils.ts 8.1.0-dev + * utils.ts 8.1.1 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */