Skip to content

Commit

Permalink
Merge pull request gridstack#2467 from adumesny/gh-pages
Browse files Browse the repository at this point in the history
web 9.2.1
  • Loading branch information
adumesny committed Sep 21, 2023
2 parents 814e304 + 0d35936 commit 892e7ab
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions demo/nested_advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<title>Advance Nested grids demo</title>
<link rel="stylesheet" href="demo.css"/>
<link rel="stylesheet" href="../node_modules/gridstack/dist/gridstack-extra.min.css"/>
<!-- test using CSS rather than minRow -->
<style type="text/css">
.container-fluid > .grid-stack { min-height: 250px}
</style>
<script src="../node_modules/gridstack/dist/gridstack-all.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion node_modules/gridstack/dist/es5/gridstack-all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/gridstack/dist/es5/gridstack-all.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/gridstack/dist/es5/gridstack-poly.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/gridstack/dist/gridstack-all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/gridstack/dist/gridstack-all.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/gridstack/dist/gridstack.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"homepage": "http://gridstackjs.com",
"dependencies": {
"gridstack": "9.2.0"
"gridstack": "9.2.1"
},
"devDependencies": {}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


gridstack@9.2.0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-9.2.0.tgz#1a415185649a8ebe8a92f9aebea14183f2996d25"
integrity sha512-+uWb4p1Za3j6OfvumXzuWQ4EcDh3kZZFLr0vONLPdrtGPJuxb73TjqttEu4igW7iP2Y80kewfYnNT6kQ0blJQQ==
gridstack@9.2.1:
version "9.2.1"
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-9.2.1.tgz#c751c86743b1085f21525f3ef6785a74ba07ed82"
integrity sha512-LeBWRzq+pqAfwVVxMxOJ6bvWhFiiNvf+Iur+fTbJ32/ZzmmPlsqu7/I0apei+Ax7qZ55nT/MKP8lKRwbrSiwow==

0 comments on commit 892e7ab

Please sign in to comment.