diff --git a/angular/package.json b/angular/package.json index 01287315a..24c7ae968 100644 --- a/angular/package.json +++ b/angular/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^14", "@angular/platform-browser-dynamic": "^14", "@angular/router": "^14", - "gridstack": "^12.3.3", + "gridstack": "^12.3.3-dev", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" diff --git a/angular/projects/lib/package.json b/angular/projects/lib/package.json index 13688e7c8..73d312259 100644 --- a/angular/projects/lib/package.json +++ b/angular/projects/lib/package.json @@ -1,6 +1,6 @@ { "name": "gridstack-angular", - "version": "12.3.3", + "version": "12.3.3-dev", "peerDependencies": { "@angular/common": ">=14", "@angular/core": ">=14" diff --git a/angular/projects/lib/src/lib/base-widget.ts b/angular/projects/lib/src/lib/base-widget.ts index 78f3cb736..bc9caf487 100644 --- a/angular/projects/lib/src/lib/base-widget.ts +++ b/angular/projects/lib/src/lib/base-widget.ts @@ -1,5 +1,5 @@ /** - * gridstack-item.component.ts 12.3.3 + * gridstack-item.component.ts 12.3.3-dev * Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license */ diff --git a/angular/projects/lib/src/lib/gridstack-item.component.ts b/angular/projects/lib/src/lib/gridstack-item.component.ts index 1d2675565..ce1b282e4 100644 --- a/angular/projects/lib/src/lib/gridstack-item.component.ts +++ b/angular/projects/lib/src/lib/gridstack-item.component.ts @@ -1,5 +1,5 @@ /** - * gridstack-item.component.ts 12.3.3 + * gridstack-item.component.ts 12.3.3-dev * Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license */ diff --git a/angular/projects/lib/src/lib/gridstack.component.ts b/angular/projects/lib/src/lib/gridstack.component.ts index dd0eb90b5..d35050d9f 100644 --- a/angular/projects/lib/src/lib/gridstack.component.ts +++ b/angular/projects/lib/src/lib/gridstack.component.ts @@ -1,5 +1,5 @@ /** - * gridstack.component.ts 12.3.3 + * gridstack.component.ts 12.3.3-dev * Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license */ diff --git a/angular/projects/lib/src/lib/gridstack.module.ts b/angular/projects/lib/src/lib/gridstack.module.ts index 77171043c..68f0bb27a 100644 --- a/angular/projects/lib/src/lib/gridstack.module.ts +++ b/angular/projects/lib/src/lib/gridstack.module.ts @@ -1,5 +1,5 @@ /** - * gridstack.component.ts 12.3.3 + * gridstack.component.ts 12.3.3-dev * Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license */ diff --git a/angular/projects/lib/src/lib/types.ts b/angular/projects/lib/src/lib/types.ts index cdbd8b7d8..bfcce1554 100644 --- a/angular/projects/lib/src/lib/types.ts +++ b/angular/projects/lib/src/lib/types.ts @@ -1,5 +1,5 @@ /** - * gridstack-item.component.ts 12.3.3 + * gridstack-item.component.ts 12.3.3-dev * Copyright (c) 2025 Alain Dumesny - see GridStack root license */ diff --git a/package.json b/package.json index 2d7af4afc..512bbd246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "12.3.3", + "version": "12.3.3-dev", "license": "MIT", "author": "Alain Dumesny (https://github.com/adumesny)", "contributors": [ diff --git a/react/package.json b/react/package.json index 9595ed6ca..5ee3703a8 100644 --- a/react/package.json +++ b/react/package.json @@ -13,7 +13,7 @@ "test:ui": "vitest --ui" }, "dependencies": { - "gridstack": "^12.3.3", + "gridstack": "^12.3.3-dev", "react": "^18.3.1", "react-dom": "^18.3.1", "react-fast-compare": "^3.2.2", diff --git a/src/dd-base-impl.ts b/src/dd-base-impl.ts index f85dcc28f..e8656dc9e 100644 --- a/src/dd-base-impl.ts +++ b/src/dd-base-impl.ts @@ -1,5 +1,5 @@ /** - * dd-base-impl.ts 12.3.3 + * dd-base-impl.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-draggable.ts b/src/dd-draggable.ts index f1abe6303..ea92146b9 100644 --- a/src/dd-draggable.ts +++ b/src/dd-draggable.ts @@ -1,5 +1,5 @@ /** - * dd-draggable.ts 12.3.3 + * dd-draggable.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-droppable.ts b/src/dd-droppable.ts index e2f80b2a9..686815a5e 100644 --- a/src/dd-droppable.ts +++ b/src/dd-droppable.ts @@ -1,5 +1,5 @@ /** - * dd-droppable.ts 12.3.3 + * dd-droppable.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-element.ts b/src/dd-element.ts index 7e256b8b8..7f6c9c6e8 100644 --- a/src/dd-element.ts +++ b/src/dd-element.ts @@ -1,5 +1,5 @@ /** - * dd-elements.ts 12.3.3 + * dd-elements.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-gridstack.ts b/src/dd-gridstack.ts index 70ca8ed95..af71a9bc9 100644 --- a/src/dd-gridstack.ts +++ b/src/dd-gridstack.ts @@ -1,5 +1,5 @@ /** - * dd-gridstack.ts 12.3.3 + * dd-gridstack.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-manager.ts b/src/dd-manager.ts index d0e63d839..8427458cb 100644 --- a/src/dd-manager.ts +++ b/src/dd-manager.ts @@ -1,5 +1,5 @@ /** - * dd-manager.ts 12.3.3 + * dd-manager.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-resizable-handle.ts b/src/dd-resizable-handle.ts index 873606948..0b8c12539 100644 --- a/src/dd-resizable-handle.ts +++ b/src/dd-resizable-handle.ts @@ -1,5 +1,5 @@ /** - * dd-resizable-handle.ts 12.3.3 + * dd-resizable-handle.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-resizable.ts b/src/dd-resizable.ts index 9fdf5e0eb..a9612fcb5 100644 --- a/src/dd-resizable.ts +++ b/src/dd-resizable.ts @@ -1,5 +1,5 @@ /** - * dd-resizable.ts 12.3.3 + * dd-resizable.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/dd-touch.ts b/src/dd-touch.ts index be7f0180d..4c70a5ea1 100644 --- a/src/dd-touch.ts +++ b/src/dd-touch.ts @@ -1,5 +1,5 @@ /** - * touch.ts 12.3.3 + * touch.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack-engine.ts b/src/gridstack-engine.ts index 45d73c298..15a3b986b 100644 --- a/src/gridstack-engine.ts +++ b/src/gridstack-engine.ts @@ -1,5 +1,5 @@ /** - * gridstack-engine.ts 12.3.3 + * gridstack-engine.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack.scss b/src/gridstack.scss index da69257c9..c2098942b 100644 --- a/src/gridstack.scss +++ b/src/gridstack.scss @@ -1,5 +1,5 @@ /** - * gridstack SASS styles 12.3.3 + * gridstack SASS styles 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack.ts b/src/gridstack.ts index 30c8595d2..f40fc858f 100644 --- a/src/gridstack.ts +++ b/src/gridstack.ts @@ -1,5 +1,5 @@ /*! - * GridStack 12.3.3 + * GridStack 12.3.3-dev * https://gridstackjs.com/ * * Copyright (c) 2021-2025 Alain Dumesny @@ -2160,7 +2160,7 @@ export class GridStack { } /** @internal current version compiled in code */ - static GDRev = '12.3.3'; + static GDRev = '12.3.3-dev'; /* =========================================================================================== * 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 f56364677..af578796e 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,5 +1,5 @@ /** - * types.ts 12.3.3 + * types.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ diff --git a/src/utils.ts b/src/utils.ts index 76ac90d2c..9045a1253 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,5 +1,5 @@ /** - * utils.ts 12.3.3 + * utils.ts 12.3.3-dev * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */