Skip to content

Commit c5b3bd7

Browse files
committed
Changes for version 9.0.0
1 parent c73d5f9 commit c5b3bd7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 9.0.0
4+
5+
- Migrated Spectacle core to TypeScript
6+
37
## 9.0.0-beta.7
48

59
- Ensured types for styled-system based components are included with Spectacle core

examples/one-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script src="https://unpkg.com/[email protected]/umd/react-dom.production.min.js"></script>
1414
<script src="https://unpkg.com/[email protected]/umd/react-is.production.min.js"></script>
1515
<script src="https://unpkg.com/[email protected]/prop-types.min.js"></script>
16-
<script src="https://unpkg.com/spectacle@^8/dist/spectacle.min.js"></script>
16+
<script src="https://unpkg.com/spectacle@^9/dist/spectacle.min.js"></script>
1717
<!-- <script src="../dist/spectacle.min.js"></script> -->
1818

1919
<script type="module">

0 commit comments

Comments
 (0)