Skip to content

Commit 26c6ccd

Browse files
committed
fixed v11 angular missing package.json
* looks like ng18 was adding a .npmignore to skip our (nested) package.json which is required to compile our demo. will need to re-release v11.0.1 soon.
1 parent 642b116 commit 26c6ccd

File tree

4 files changed

+852
-703
lines changed

4 files changed

+852
-703
lines changed

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": "~18.2.6",
1919
"@angular/platform-browser-dynamic": "~18.2.6",
2020
"@angular/router": "~18.2.6",
21-
"gridstack": "^10.3.1",
21+
"gridstack": "^11",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.14"

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": "10.3.1",
3+
"version": "11.0.0",
44
"peerDependencies": {
55
"@angular/common": ">=14",
66
"@angular/core": ">=14"

0 commit comments

Comments
 (0)