Skip to content

Commit cf38cf0

Browse files
committed
upgrade to 1.0
1 parent e5d0bf7 commit cf38cf0

File tree

5 files changed

+532
-353
lines changed

5 files changed

+532
-353
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"compression": "^1.7.1",
1313
"conversational-form": "^0.9.90",
1414
"polka": "^0.4.0",
15-
"rrweb": "^0.9.8",
16-
"rrweb-player": "^0.6.2",
15+
"rrweb": "^1.0.1",
16+
"rrweb-player": "^0.7.3",
1717
"sirv": "^0.2.0"
1818
},
1919
"devDependencies": {

Diff for: src/routes/_layout.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<div class="banner">
22
<span class="tag">New</span>
3-
<a href="https://storyteller.webzard.io/?utm_source=rrweb&utm_medium=website" target="_blank">
4-
Try storyteller, a no-code interactive tutorial builder build with rrweb</a
3+
<a
4+
href="https://github.com/rrweb-io/rrweb/releases/tag/1.0.0"
5+
target="_blank"
6+
>
7+
rrweb 1.0 General Availability</a
58
>
69
</div>
710

0 commit comments

Comments
 (0)