Skip to content

Commit ed7e0cb

Browse files
committed
4.0.2-dev
1 parent 512fce0 commit ed7e0cb

22 files changed

+23
-23
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "4.0.2",
3+
"version": "4.0.2-dev",
44
"description": "TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)",
55
"main": "./dist/gridstack.js",
66
"types": "./dist/gridstack.d.ts",
@@ -78,7 +78,7 @@
7878
"karma": "^4",
7979
"karma-chrome-launcher": "^3.1.0",
8080
"karma-cli": "^2.0.0",
81-
"karma-jasmine": "^4.0.2",
81+
"karma-jasmine": "^4.0.1",
8282
"karma-typescript": "4.1.1",
8383
"node-sass": "^5.0.0",
8484
"protractor": "^7.0.0",

src/gridstack-dd.ts

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

src/gridstack-ddi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-ddi.ts 4.0.2
2+
* gridstack-ddi.ts 4.0.2-dev
33
* Copyright (c) 2021 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 4.0.2
2+
* gridstack-engine.ts 4.0.2-dev
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack-poly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-poly.ts 4.0.2 - used for older browser support (not currently supported in v2+)
2+
* gridstack-poly.ts 4.0.2-dev - used for older browser support (not currently supported in v2+)
33
* Copyright (c) 2021 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 4.0.2
2+
* gridstack SASS styles 4.0.2-dev
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* GridStack 4.0.2
2+
* GridStack 4.0.2-dev
33
* https://gridstackjs.com/
44
*
55
* Copyright (c) 2021 Alain Dumesny

src/h5/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 4.0.2
2+
* dd-base-impl.ts 4.0.2-dev
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/h5/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 4.0.2
2+
* dd-draggable.ts 4.0.2-dev
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/h5/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 4.0.2
2+
* dd-droppable.ts 4.0.2-dev
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

0 commit comments

Comments
 (0)