Skip to content

Version Packages (alpha) #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"changesets": [
"attribute-text-reductions",
"beige-olives-roll",
"blank-cherries-laugh",
"brave-numbers-joke",
"breezy-cats-heal",
"breezy-mice-breathe",
Expand All @@ -46,6 +47,7 @@
"curvy-balloons-brake",
"date-now-guard",
"dirty-rules-dress",
"efficiently-splitCssText-1603",
"eight-terms-hunt",
"eighty-teachers-smash",
"eleven-bobcats-peel",
Expand All @@ -62,6 +64,7 @@
"fluffy-planes-retire",
"format-head-prettier",
"forty-elephants-attack",
"four-panthers-fly",
"fresh-cars-impress",
"fresh-spoons-drive",
"friendly-numbers-leave",
Expand Down Expand Up @@ -107,6 +110,7 @@
"new-snakes-call",
"nice-pugs-reply",
"no-neg-lookbehind",
"odd-onions-brush",
"old-dryers-hide",
"perfect-bulldogs-punch",
"perfect-dolls-grab",
Expand All @@ -120,6 +124,7 @@
"rare-adults-sneeze",
"real-masks-explode",
"real-trains-switch",
"red-peaches-explode",
"rich-crews-protect",
"rich-dots-lay",
"rich-jars-remember",
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js lts/*
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

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

- name: Upload diff images to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: image-diff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js lts/*
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'yarn'
Expand All @@ -28,7 +28,7 @@ jobs:
# Continue to the next step even if this fails
continue-on-error: true
- name: Upload ESLint Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: eslint_report.json
path: eslint_report.json
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
name: ESLint Annotation
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: eslint_report.json
- name: Annotate Code Linting Results
Expand All @@ -56,12 +56,12 @@ jobs:
runs-on: ubuntu-latest
name: Format Check
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'yarn'
Expand All @@ -76,12 +76,12 @@ jobs:
runs-on: ubuntu-latest
name: Format Code
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'yarn'
Expand Down
9 changes: 9 additions & 0 deletions packages/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rrweb/all

## 2.0.1-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]
- @rrweb/[email protected]
- @rrweb/[email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/all",
"version": "2.0.1-alpha.18",
"version": "2.0.1-alpha.19",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -57,9 +57,9 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@rrweb/types": "^2.0.1-alpha.18",
"@rrweb/packer": "^2.0.1-alpha.18",
"rrweb": "^2.0.1-alpha.18"
"@rrweb/types": "^2.0.1-alpha.19",
"@rrweb/packer": "^2.0.1-alpha.19",
"rrweb": "^2.0.1-alpha.19"
},
"browserslist": [
"supports es6-class"
Expand Down
7 changes: 7 additions & 0 deletions packages/packer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/packer

## 2.0.1-alpha.19

### Patch Changes

- Updated dependencies []:
- @rrweb/[email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/packer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/packer",
"version": "2.0.1-alpha.18",
"version": "2.0.1-alpha.19",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"fflate": "^0.4.4",
"@rrweb/types": "^2.0.1-alpha.18"
"@rrweb/types": "^2.0.1-alpha.19"
},
"browserslist": [
"supports es6-class"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-canvas-webrtc-record

## 2.0.1-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-canvas-webrtc-record",
"version": "2.0.1-alpha.18",
"version": "2.0.1-alpha.19",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -47,12 +47,12 @@
},
"homepage": "https://github.com/Midpath-Software/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.1-alpha.18",
"rrweb": "^2.0.1-alpha.19",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.1-alpha.18"
"rrweb": "^2.0.1-alpha.19"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-canvas-webrtc-replay

## 2.0.1-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-canvas-webrtc-replay",
"version": "2.0.1-alpha.18",
"version": "2.0.1-alpha.19",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -47,12 +47,12 @@
},
"homepage": "https://github.com/Midpath-Software/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.1-alpha.18",
"rrweb": "^2.0.1-alpha.19",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.1-alpha.18"
"rrweb": "^2.0.1-alpha.19"
}
}
7 changes: 7 additions & 0 deletions packages/plugins/rrweb-plugin-console-record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-console-record

## 2.0.1-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/rrweb-plugin-console-record/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-console-record",
"version": "2.0.1-alpha.18",
"version": "2.0.1-alpha.19",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -49,14 +49,14 @@
},
"homepage": "https://github.com/Midpath-Software/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.1-alpha.18",
"rrweb": "^2.0.1-alpha.19",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.4.0",
"puppeteer": "^20.9.0"
},
"peerDependencies": {
"rrweb": "^2.0.1-alpha.18"
"rrweb": "^2.0.1-alpha.19"
}
}
7 changes: 7 additions & 0 deletions packages/plugins/rrweb-plugin-console-replay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-console-replay

## 2.0.1-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/rrweb-plugin-console-replay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-console-replay",
"version": "2.0.1-alpha.18",
"version": "2.0.1-alpha.19",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -47,13 +47,13 @@
},
"homepage": "https://github.com/Midpath-Software/rrweb#readme",
"devDependencies": {
"@rrweb/rrweb-plugin-console-record": "^2.0.1-alpha.18",
"rrweb": "^2.0.1-alpha.18",
"@rrweb/rrweb-plugin-console-record": "^2.0.1-alpha.19",
"rrweb": "^2.0.1-alpha.19",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.1-alpha.18"
"rrweb": "^2.0.1-alpha.19"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-sequential-id-record

## 2.0.1-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-sequential-id-record",
"version": "2.0.1-alpha.18",
"version": "2.0.1-alpha.19",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
Expand Down Expand Up @@ -47,12 +47,12 @@
},
"homepage": "https://github.com/Midpath-Software/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.1-alpha.18",
"rrweb": "^2.0.1-alpha.19",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.1-alpha.18"
"rrweb": "^2.0.1-alpha.19"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-sequential-id-replay

## 2.0.1-alpha.19

### Patch Changes

- Updated dependencies [[`dc20cd4`](https://github.com/rrweb-io/rrweb/commit/dc20cd45cc63058325784444af6bd32ed2cace48), [`79837ac`](https://github.com/rrweb-io/rrweb/commit/79837ac8f2f459935f6737210890b5c12033a53b)]:
- [email protected]

## 2.0.0-alpha.18

### Patch Changes
Expand Down
Loading
Loading