Skip to content

Commit 93bf30c

Browse files
authored
Merge pull request #2308 from adumesny/master
v8.1.0-dev
2 parents ac7a2ce + 7c0c92d commit 93bf30c

21 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": "^15.1.1",
1919
"@angular/platform-browser-dynamic": "^15.1.1",
2020
"@angular/router": "^15.1.1",
21-
"gridstack": "^8.0.1",
21+
"gridstack": "^8.1.0",
2222
"rxjs": "~7.8.1",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.13.0"

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

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 8.1.0
2+
* gridstack-item.component.ts 8.1.0-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 8.1.0
2+
* gridstack.component.ts 8.1.0-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
@@ -3333,10 +3333,10 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4,
33333333
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
33343334
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
33353335

3336-
gridstack@^8.0.1:
3337-
version "8.0.1"
3338-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-8.0.1.tgz#8bd698e922b321ce89bdac93884cc398f7598dd5"
3339-
integrity sha512-stvrwD/IBQVruz6QQJ3Q14HaU6n0m8QL+Q2EBtERrLoRNd36cYrvRWBP0ll6F7EHnwyS7pSLDUGBOxkTjzVJGw==
3336+
gridstack@^8.1.0:
3337+
version "8.1.0"
3338+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-8.1.0.tgz#544af2da3602da2c0da249cbb115dcb3e62637cb"
3339+
integrity sha512-cd/fFRhl4fy5JtLerBCfH1Qrok2x5rTC9Gx5C9FCDIbB/PNVLB4AYom5iRtyPHXR8863gpBzrsEoG5xnr0MTRA==
33403340

33413341
handle-thing@^2.0.0:
33423342
version "2.0.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "8.1.0",
3+
"version": "8.1.0-dev",
44
"license": "MIT",
55
"author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
66
"contributors": [

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

0 commit comments

Comments
 (0)