Skip to content

Commit

Permalink
6.0.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adumesny committed Sep 23, 2022
1 parent 21009e7 commit f09f796
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "6.0.2",
"version": "6.0.2-dev",
"description": "TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)",
"main": "./dist/gridstack.js",
"types": "./dist/gridstack.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/dd-base-impl.ts
@@ -1,5 +1,5 @@
/**
* dd-base-impl.ts 6.0.2
* dd-base-impl.ts 6.0.2-dev
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-draggable.ts
@@ -1,5 +1,5 @@
/**
* dd-draggable.ts 6.0.2
* dd-draggable.ts 6.0.2-dev
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-droppable.ts
@@ -1,5 +1,5 @@
/**
* dd-droppable.ts 6.0.2
* dd-droppable.ts 6.0.2-dev
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-element.ts
@@ -1,5 +1,5 @@
/**
* dd-elements.ts 6.0.2
* dd-elements.ts 6.0.2-dev
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-gridstack.ts
@@ -1,5 +1,5 @@
/**
* dd-gridstack.ts 6.0.2
* dd-gridstack.ts 6.0.2-dev
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-manager.ts
@@ -1,5 +1,5 @@
/**
* dd-manager.ts 6.0.2
* dd-manager.ts 6.0.2-dev
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-resizable-handle.ts
@@ -1,5 +1,5 @@
/**
* dd-resizable-handle.ts 6.0.2
* dd-resizable-handle.ts 6.0.2-dev
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-resizable.ts
@@ -1,5 +1,5 @@
/**
* dd-resizable.ts 6.0.2
* dd-resizable.ts 6.0.2-dev
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-touch.ts
@@ -1,5 +1,5 @@
/**
* touch.ts 6.0.2
* touch.ts 6.0.2-dev
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gridstack-engine.ts
@@ -1,5 +1,5 @@
/**
* gridstack-engine.ts 6.0.2
* gridstack-engine.ts 6.0.2-dev
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gridstack-poly.js
@@ -1,5 +1,5 @@
/**
* gridstack-poly.ts 6.0.2 used for IE and older browser support (not supported in v2-v4.3.1, but again in v4.4)
* gridstack-poly.ts 6.0.2-dev 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
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gridstack.scss
@@ -1,5 +1,5 @@
/**
* gridstack SASS styles 6.0.2
* gridstack SASS styles 6.0.2-dev
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
4 changes: 2 additions & 2 deletions src/gridstack.ts
@@ -1,5 +1,5 @@
/*!
* GridStack 6.0.2
* GridStack 6.0.2-dev
* https://gridstackjs.com/
*
* Copyright (c) 2021-2022 Alain Dumesny
Expand Down Expand Up @@ -1480,7 +1480,7 @@ export class GridStack {
return this;
}

static GDRev = '6.0.2';
static GDRev = '6.0.2-dev';

/*
* drag&drop empty stubs that will be implemented in dd-gridstack.ts for non static grid
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
@@ -1,5 +1,5 @@
/**
* types.ts 6.0.2
* types.ts 6.0.2-dev
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
@@ -1,5 +1,5 @@
/**
* utils.ts 6.0.2
* utils.ts 6.0.2-dev
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down

0 comments on commit f09f796

Please sign in to comment.