Skip to content

Commit f9ce482

Browse files
committed
Bump version to move from .cjs to .js on jsdelivr
1 parent 2aea5cc commit f9ce482

File tree

40 files changed

+259
-61
lines changed

40 files changed

+259
-61
lines changed

.changeset/bump-to-21.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
"@deepprediction/rrweb-all": patch
3+
"@deepprediction/rrweb-packer": patch
4+
"@deepprediction/rrweb-plugin-canvas-webrtc-record": patch
5+
"@deepprediction/rrweb-plugin-canvas-webrtc-replay": patch
6+
"@deepprediction/rrweb-plugin-console-record": patch
7+
"@deepprediction/rrweb-plugin-console-replay": patch
8+
"@deepprediction/rrweb-plugin-sequential-id-record": patch
9+
"@deepprediction/rrweb-plugin-sequential-id-replay": patch
10+
"@deepprediction/rrweb-record": patch
11+
"@deepprediction/rrweb-replay": patch
12+
"@deepprediction/rrdom": patch
13+
"@deepprediction/rrdom-nodejs": patch
14+
"@deepprediction/rrvideo": patch
15+
"@deepprediction/rrweb": patch
16+
"@deepprediction/rrweb-player": patch
17+
"@deepprediction/rrweb-snapshot": patch
18+
"@deepprediction/rrweb-types": patch
19+
"@deepprediction/rrweb-utils": patch
20+
"@deepprediction/rrweb-web-extension": patch
21+
---
22+
23+
Bump version to move from .cjs to .js

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@deepprediction/rrweb-web-extension": "2.0.0-alpha.18"
4343
},
4444
"changesets": [
45+
"bump-to-21",
4546
"orange-lions-press",
4647
"plenty-actors-check",
4748
"remove-umd-cjs",

packages/all/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rrweb/all
22

3+
## 2.0.0-alpha.21
4+
5+
### Patch Changes
6+
7+
- Bump version to move from .cjs to .js
8+
9+
- Updated dependencies []:
10+
- @deepprediction/rrweb-packer@2.0.0-alpha.21
11+
- @deepprediction/rrweb@2.0.0-alpha.21
12+
- @deepprediction/rrweb-types@2.0.0-alpha.21
13+
314
## 2.0.0-alpha.20
415

516
### Patch Changes

packages/all/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepprediction/rrweb-all",
3-
"version": "2.0.0-alpha.20",
3+
"version": "2.0.0-alpha.21",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -56,9 +56,9 @@
5656
"typescript": "^5.4.5"
5757
},
5858
"dependencies": {
59-
"@deepprediction/rrweb-types": "^2.0.0-alpha.20",
60-
"@deepprediction/rrweb-packer": "^2.0.0-alpha.20",
61-
"@deepprediction/rrweb": "^2.0.0-alpha.20"
59+
"@deepprediction/rrweb-types": "^2.0.0-alpha.21",
60+
"@deepprediction/rrweb-packer": "^2.0.0-alpha.21",
61+
"@deepprediction/rrweb": "^2.0.0-alpha.21"
6262
},
6363
"browserslist": [
6464
"supports es6-class"

packages/packer/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/packer
22

3+
## 2.0.0-alpha.21
4+
5+
### Patch Changes
6+
7+
- Bump version to move from .cjs to .js
8+
9+
- Updated dependencies []:
10+
- @deepprediction/rrweb-types@2.0.0-alpha.21
11+
312
## 2.0.0-alpha.20
413

514
### Patch Changes

packages/packer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepprediction/rrweb-packer",
3-
"version": "2.0.0-alpha.20",
3+
"version": "2.0.0-alpha.21",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -78,7 +78,7 @@
7878
},
7979
"dependencies": {
8080
"fflate": "^0.4.4",
81-
"@deepprediction/rrweb-types": "^2.0.0-alpha.20"
81+
"@deepprediction/rrweb-types": "^2.0.0-alpha.21"
8282
},
8383
"browserslist": [
8484
"supports es6-class"

packages/plugins/rrweb-plugin-canvas-webrtc-record/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/rrweb-plugin-canvas-webrtc-record
22

3+
## 2.0.0-alpha.21
4+
5+
### Patch Changes
6+
7+
- Bump version to move from .cjs to .js
8+
9+
- Updated dependencies []:
10+
- @deepprediction/rrweb@2.0.0-alpha.21
11+
312
## 2.0.0-alpha.20
413

514
### Patch Changes

packages/plugins/rrweb-plugin-canvas-webrtc-record/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepprediction/rrweb-plugin-canvas-webrtc-record",
3-
"version": "2.0.0-alpha.20",
3+
"version": "2.0.0-alpha.21",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-canvas-webrtc-record.umd.js",
@@ -43,12 +43,12 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"@deepprediction/rrweb": "^2.0.0-alpha.20",
46+
"@deepprediction/rrweb": "^2.0.0-alpha.21",
4747
"typescript": "^5.4.5",
4848
"vite": "^5.3.1",
4949
"vite-plugin-dts": "^3.9.1"
5050
},
5151
"peerDependencies": {
52-
"@deepprediction/rrweb": "^2.0.0-alpha.20"
52+
"@deepprediction/rrweb": "^2.0.0-alpha.21"
5353
}
5454
}

packages/plugins/rrweb-plugin-canvas-webrtc-replay/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/rrweb-plugin-canvas-webrtc-replay
22

3+
## 2.0.0-alpha.21
4+
5+
### Patch Changes
6+
7+
- Bump version to move from .cjs to .js
8+
9+
- Updated dependencies []:
10+
- @deepprediction/rrweb@2.0.0-alpha.21
11+
312
## 2.0.0-alpha.20
413

514
### Patch Changes

packages/plugins/rrweb-plugin-canvas-webrtc-replay/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepprediction/rrweb-plugin-canvas-webrtc-replay",
3-
"version": "2.0.0-alpha.20",
3+
"version": "2.0.0-alpha.21",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-canvas-webrtc-replay.umd.js",
@@ -43,12 +43,12 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"@deepprediction/rrweb": "^2.0.0-alpha.20",
46+
"@deepprediction/rrweb": "^2.0.0-alpha.21",
4747
"typescript": "^5.4.5",
4848
"vite": "^5.3.1",
4949
"vite-plugin-dts": "^3.9.1"
5050
},
5151
"peerDependencies": {
52-
"@deepprediction/rrweb": "^2.0.0-alpha.20"
52+
"@deepprediction/rrweb": "^2.0.0-alpha.21"
5353
}
5454
}

0 commit comments

Comments
 (0)