Skip to content

Commit 201c06f

Browse files
authored
chore: release rrweb-player (#80)
1 parent 8207c67 commit 201c06f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/rrweb-player/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/rrweb-player",
3-
"version": "0.0.0",
3+
"version": "0.0.19",
44
"devDependencies": {
55
"@posthog/rrweb-types": "*",
66
"@sveltejs/adapter-auto": "^3.0.0",
@@ -61,4 +61,4 @@
6161
},
6262
"author": "yanzhen@smartx.com",
6363
"license": "MIT"
64-
}
64+
}

scripts/npm-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# assumes this is run with cwd as the root of the repo
77
PACKAGES=(
88
"./packages/record"
9-
"./packages/replay"
9+
"./packages/rrweb-player"
1010
"./packages/plugins/rrweb-plugin-console-record"
1111
"./packages/types"
1212
"./packages/rrweb"

scripts/version-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ echo "semver bin: $SEMVER_BIN"
1919
"./packages/utils"
2020
"./packages/rrdom"
2121
"./packages/rrweb-snapshot"
22+
"./packages/rrweb-player"
2223
)
2324

2425
# Loop through each package and update the package.json

0 commit comments

Comments
 (0)