Skip to content

Commit 8da8190

Browse files
authored
Merge pull request #3135 from adumesny/master
v12.3.1
2 parents 7a51abd + d36a41c commit 8da8190

25 files changed

+32
-32
lines changed

angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "^14",
2222
"@angular/platform-browser-dynamic": "^14",
2323
"@angular/router": "^14",
24-
"gridstack": "^12.3.0",
24+
"gridstack": "^12.3.1",
2525
"rxjs": "~7.5.0",
2626
"tslib": "^2.3.0",
2727
"zone.js": "~0.11.4"

angular/projects/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack-angular",
3-
"version": "12.3.0",
3+
"version": "12.3.1",
44
"peerDependencies": {
55
"@angular/common": ">=14",
66
"@angular/core": ">=14"

angular/projects/lib/src/lib/base-widget.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 12.3.0
2+
* gridstack-item.component.ts 12.3.1
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

angular/projects/lib/src/lib/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 12.3.0
2+
* gridstack-item.component.ts 12.3.1
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

angular/projects/lib/src/lib/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 12.3.0
2+
* gridstack.component.ts 12.3.1
33
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
44
*/
55

angular/projects/lib/src/lib/gridstack.module.ts

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

angular/projects/lib/src/lib/types.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 12.3.0
2+
* gridstack-item.component.ts 12.3.1
33
* Copyright (c) 2025 Alain Dumesny - see GridStack root license
44
*/
55

angular/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3752,10 +3752,10 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4,
37523752
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
37533753
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
37543754

3755-
gridstack@^12.3.0:
3756-
version "12.3.0"
3757-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.3.0.tgz#248c466706f65bc76672ed9c36c61dd0ff507158"
3758-
integrity sha512-k+ILHDuZgoM+HmxoLTZ4EK4Vr/Ow4OK/MJkHp+cl/ZHo5m3J/oXP2wG4c512PTUeGPGCU8m7XHJCxerkp7lY5g==
3755+
gridstack@^12.3.1:
3756+
version "12.3.1"
3757+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-12.3.1.tgz#900418be49b6b9ac45abda57bf03200e3863e8e1"
3758+
integrity sha512-AeS3YW8FbnTwXuZMsm+9AfeAce0wxV1t04ph3Ed74UekFhAjFhZJndH+/63YtecNygBUCgzictQ117oaQkL+pg==
37593759

37603760
handle-thing@^2.0.0:
37613761
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": "12.3.0",
3+
"version": "12.3.1",
44
"license": "MIT",
55
"author": "Alain Dumesny <[email protected]> (https://github.com/adumesny)",
66
"contributors": [

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:ui": "vitest --ui"
1414
},
1515
"dependencies": {
16-
"gridstack": "^12.3.0",
16+
"gridstack": "^12.3.1",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1",
1919
"react-fast-compare": "^3.2.2",

0 commit comments

Comments
 (0)