Skip to content

Commit e9cc8e8

Browse files
swyxiotannerlinsley
authored andcommitted
bump netlifycms version to 2.1 (react-static#751)
Hi Tanner! just tried the netlifycms template out and it failed when i was authenticated. did some digging and found you were still using 1.0 and the problem went away when i bumped the version to 2.1 (latest). so here's a one line PR. ## Changes/Tasks - [x] bumped one line in the html ## Motivation and Context netlifycms template doesnt work anymore without this upgrade ## Types of changes - [ ] Refactoring/add tests (refactoring or adding test which isn't a fix or add a feature) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Checklist: - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] My changes have tests around them
1 parent 7b392bf commit e9cc8e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/netlifycms/public/admin/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<!-- Include the script that builds the page and powers Netlify CMS -->
16-
<script src="https://unpkg.com/netlify-cms@^1.0.0/dist/cms.js"></script>
16+
<script src="https://unpkg.com/netlify-cms@^2.1.0/dist/netlify-cms.js"></script>
1717
<script>
1818
if (window.netlifyIdentity) {
1919
window.netlifyIdentity.on("init", user => {
@@ -26,4 +26,4 @@
2626
}
2727
</script>
2828
</body>
29-
</html>
29+
</html>

0 commit comments

Comments
 (0)