Skip to content

Commit b6585e6

Browse files
Version Packages (alpha) (#3)
* Version Packages (alpha) * Update ci-cd.yml * Update release.yml * Update style-check.yml --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Naveen Prashanth <[email protected]>
1 parent 9d361cc commit b6585e6

File tree

42 files changed

+215
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+215
-70
lines changed

Diff for: .changeset/pre.json

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"changesets": [
2626
"attribute-text-reductions",
2727
"beige-olives-roll",
28+
"blank-cherries-laugh",
2829
"brave-numbers-joke",
2930
"breezy-cats-heal",
3031
"breezy-mice-breathe",
@@ -46,6 +47,7 @@
4647
"curvy-balloons-brake",
4748
"date-now-guard",
4849
"dirty-rules-dress",
50+
"efficiently-splitCssText-1603",
4951
"eight-terms-hunt",
5052
"eighty-teachers-smash",
5153
"eleven-bobcats-peel",
@@ -62,6 +64,7 @@
6264
"fluffy-planes-retire",
6365
"format-head-prettier",
6466
"forty-elephants-attack",
67+
"four-panthers-fly",
6568
"fresh-cars-impress",
6669
"fresh-spoons-drive",
6770
"friendly-numbers-leave",
@@ -107,6 +110,7 @@
107110
"new-snakes-call",
108111
"nice-pugs-reply",
109112
"no-neg-lookbehind",
113+
"odd-onions-brush",
110114
"old-dryers-hide",
111115
"perfect-bulldogs-punch",
112116
"perfect-dolls-grab",
@@ -120,6 +124,7 @@
120124
"rare-adults-sneeze",
121125
"real-masks-explode",
122126
"real-trains-switch",
127+
"red-peaches-explode",
123128
"rich-crews-protect",
124129
"rich-dots-lay",
125130
"rich-jars-remember",

Diff for: .github/workflows/ci-cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout Repo
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1616
fetch-depth: 0
1717

1818
- name: Setup Node.js lts/*
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: lts/*
2222

@@ -34,7 +34,7 @@ jobs:
3434
run: PUPPETEER_HEADLESS=true xvfb-run --server-args="-screen 0 1920x1080x24" yarn test
3535

3636
- name: Upload diff images to GitHub
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
if: failure()
3939
with:
4040
name: image-diff

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Setup Node.js lts/*
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: lts/*
2222

Diff for: .github/workflows/style-check.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
repository: ${{ github.event.pull_request.head.repo.full_name }}
1414
ref: ${{ github.head_ref }}
1515
- name: Setup Node
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: lts/*
1919
cache: 'yarn'
@@ -28,7 +28,7 @@ jobs:
2828
# Continue to the next step even if this fails
2929
continue-on-error: true
3030
- name: Upload ESLint Report
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: eslint_report.json
3434
path: eslint_report.json
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
name: ESLint Annotation
4242
steps:
43-
- uses: actions/download-artifact@v3
43+
- uses: actions/download-artifact@v4
4444
with:
4545
name: eslint_report.json
4646
- name: Annotate Code Linting Results
@@ -56,12 +56,12 @@ jobs:
5656
runs-on: ubuntu-latest
5757
name: Format Check
5858
steps:
59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6060
with:
6161
repository: ${{ github.event.pull_request.head.repo.full_name }}
6262
ref: ${{ github.head_ref }}
6363
- name: Setup Node
64-
uses: actions/setup-node@v3
64+
uses: actions/setup-node@v4
6565
with:
6666
node-version: lts/*
6767
cache: 'yarn'
@@ -76,12 +76,12 @@ jobs:
7676
runs-on: ubuntu-latest
7777
name: Format Code
7878
steps:
79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v4
8080
with:
8181
repository: ${{ github.event.pull_request.head.repo.full_name }}
8282
ref: ${{ github.head_ref }}
8383
- name: Setup Node
84-
uses: actions/setup-node@v3
84+
uses: actions/setup-node@v4
8585
with:
8686
node-version: lts/*
8787
cache: 'yarn'

Diff for: packages/all/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/all
22

3+
## 2.0.1-alpha.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
8+
9+
- @rrweb/types@2.0.1-alpha.19
10+
- @rrweb/packer@2.0.1-alpha.19
11+
312
## 2.0.0-alpha.18
413

514
### Patch Changes

Diff for: packages/all/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/all",
3-
"version": "2.0.1-alpha.18",
3+
"version": "2.0.1-alpha.19",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://npm.pkg.github.com"
@@ -57,9 +57,9 @@
5757
"typescript": "^5.4.5"
5858
},
5959
"dependencies": {
60-
"@rrweb/types": "^2.0.1-alpha.18",
61-
"@rrweb/packer": "^2.0.1-alpha.18",
62-
"rrweb": "^2.0.1-alpha.18"
60+
"@rrweb/types": "^2.0.1-alpha.19",
61+
"@rrweb/packer": "^2.0.1-alpha.19",
62+
"rrweb": "^2.0.1-alpha.19"
6363
},
6464
"browserslist": [
6565
"supports es6-class"

Diff for: packages/packer/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/packer
22

3+
## 2.0.1-alpha.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @rrweb/types@2.0.1-alpha.19
9+
310
## 2.0.0-alpha.18
411

512
### Patch Changes

Diff for: packages/packer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/packer",
3-
"version": "2.0.1-alpha.18",
3+
"version": "2.0.1-alpha.19",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://npm.pkg.github.com"
@@ -79,7 +79,7 @@
7979
},
8080
"dependencies": {
8181
"fflate": "^0.4.4",
82-
"@rrweb/types": "^2.0.1-alpha.18"
82+
"@rrweb/types": "^2.0.1-alpha.19"
8383
},
8484
"browserslist": [
8585
"supports es6-class"

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-canvas-webrtc-record
22

3+
## 2.0.1-alpha.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
8+
9+
310
## 2.0.0-alpha.18
411

512
### Patch Changes

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-canvas-webrtc-record",
3-
"version": "2.0.1-alpha.18",
3+
"version": "2.0.1-alpha.19",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://npm.pkg.github.com"
@@ -47,12 +47,12 @@
4747
},
4848
"homepage": "https://github.com/Midpath-Software/rrweb#readme",
4949
"devDependencies": {
50-
"rrweb": "^2.0.1-alpha.18",
50+
"rrweb": "^2.0.1-alpha.19",
5151
"typescript": "^5.4.5",
5252
"vite": "^5.3.1",
5353
"vite-plugin-dts": "^3.9.1"
5454
},
5555
"peerDependencies": {
56-
"rrweb": "^2.0.1-alpha.18"
56+
"rrweb": "^2.0.1-alpha.19"
5757
}
5858
}

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-canvas-webrtc-replay
22

3+
## 2.0.1-alpha.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
8+
9+
310
## 2.0.0-alpha.18
411

512
### Patch Changes

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-canvas-webrtc-replay",
3-
"version": "2.0.1-alpha.18",
3+
"version": "2.0.1-alpha.19",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://npm.pkg.github.com"
@@ -47,12 +47,12 @@
4747
},
4848
"homepage": "https://github.com/Midpath-Software/rrweb#readme",
4949
"devDependencies": {
50-
"rrweb": "^2.0.1-alpha.18",
50+
"rrweb": "^2.0.1-alpha.19",
5151
"typescript": "^5.4.5",
5252
"vite": "^5.3.1",
5353
"vite-plugin-dts": "^3.9.1"
5454
},
5555
"peerDependencies": {
56-
"rrweb": "^2.0.1-alpha.18"
56+
"rrweb": "^2.0.1-alpha.19"
5757
}
5858
}

Diff for: packages/plugins/rrweb-plugin-console-record/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-console-record
22

3+
## 2.0.1-alpha.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
8+
9+
310
## 2.0.0-alpha.18
411

512
### Patch Changes

Diff for: packages/plugins/rrweb-plugin-console-record/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-console-record",
3-
"version": "2.0.1-alpha.18",
3+
"version": "2.0.1-alpha.19",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://npm.pkg.github.com"
@@ -49,14 +49,14 @@
4949
},
5050
"homepage": "https://github.com/Midpath-Software/rrweb#readme",
5151
"devDependencies": {
52-
"rrweb": "^2.0.1-alpha.18",
52+
"rrweb": "^2.0.1-alpha.19",
5353
"typescript": "^5.4.5",
5454
"vite": "^5.3.1",
5555
"vite-plugin-dts": "^3.9.1",
5656
"vitest": "^1.4.0",
5757
"puppeteer": "^20.9.0"
5858
},
5959
"peerDependencies": {
60-
"rrweb": "^2.0.1-alpha.18"
60+
"rrweb": "^2.0.1-alpha.19"
6161
}
6262
}

Diff for: packages/plugins/rrweb-plugin-console-replay/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-console-replay
22

3+
## 2.0.1-alpha.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
8+
9+
310
## 2.0.0-alpha.18
411

512
### Patch Changes

Diff for: packages/plugins/rrweb-plugin-console-replay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-console-replay",
3-
"version": "2.0.1-alpha.18",
3+
"version": "2.0.1-alpha.19",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://npm.pkg.github.com"
@@ -47,13 +47,13 @@
4747
},
4848
"homepage": "https://github.com/Midpath-Software/rrweb#readme",
4949
"devDependencies": {
50-
"@rrweb/rrweb-plugin-console-record": "^2.0.1-alpha.18",
51-
"rrweb": "^2.0.1-alpha.18",
50+
"@rrweb/rrweb-plugin-console-record": "^2.0.1-alpha.19",
51+
"rrweb": "^2.0.1-alpha.19",
5252
"typescript": "^5.4.5",
5353
"vite": "^5.3.1",
5454
"vite-plugin-dts": "^3.9.1"
5555
},
5656
"peerDependencies": {
57-
"rrweb": "^2.0.1-alpha.18"
57+
"rrweb": "^2.0.1-alpha.19"
5858
}
5959
}

Diff for: packages/plugins/rrweb-plugin-sequential-id-record/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-sequential-id-record
22

3+
## 2.0.1-alpha.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
8+
9+
310
## 2.0.0-alpha.18
411

512
### Patch Changes

Diff for: packages/plugins/rrweb-plugin-sequential-id-record/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-sequential-id-record",
3-
"version": "2.0.1-alpha.18",
3+
"version": "2.0.1-alpha.19",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://npm.pkg.github.com"
@@ -47,12 +47,12 @@
4747
},
4848
"homepage": "https://github.com/Midpath-Software/rrweb#readme",
4949
"devDependencies": {
50-
"rrweb": "^2.0.1-alpha.18",
50+
"rrweb": "^2.0.1-alpha.19",
5151
"typescript": "^5.4.5",
5252
"vite": "^5.3.1",
5353
"vite-plugin-dts": "^3.9.1"
5454
},
5555
"peerDependencies": {
56-
"rrweb": "^2.0.1-alpha.18"
56+
"rrweb": "^2.0.1-alpha.19"
5757
}
5858
}

Diff for: packages/plugins/rrweb-plugin-sequential-id-replay/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-sequential-id-replay
22

3+
## 2.0.1-alpha.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
8+
9+
310
## 2.0.0-alpha.18
411

512
### Patch Changes

0 commit comments

Comments
 (0)