Skip to content

Commit 19bcecd

Browse files
chore(release): publish
- @amplitude/[email protected] - @amplitude/[email protected]
1 parent a9a926b commit 19bcecd

File tree

6 files changed

+27
-5
lines changed

6 files changed

+27
-5
lines changed

packages/plugin-session-replay-browser/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.20](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-08-14)
7+
8+
**Note:** Version bump only for package @amplitude/plugin-session-replay-browser
9+
10+
# Change Log
11+
12+
All notable changes to this project will be documented in this file. See
13+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14+
615
## [1.6.19](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-08-13)
716

817
**Note:** Version bump only for package @amplitude/plugin-session-replay-browser

packages/plugin-session-replay-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amplitude/plugin-session-replay-browser",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"description": "",
55
"author": "Amplitude Inc",
66
"homepage": "https://github.com/amplitude/Amplitude-TypeScript",
@@ -41,7 +41,7 @@
4141
"@amplitude/analytics-client-common": ">=1 <3",
4242
"@amplitude/analytics-core": ">=1 <3",
4343
"@amplitude/analytics-types": ">=1 <3",
44-
"@amplitude/session-replay-browser": "^1.13.3",
44+
"@amplitude/session-replay-browser": "^1.13.4",
4545
"idb-keyval": "^6.2.1",
4646
"tslib": "^2.4.1"
4747
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Autogenerated by `yarn version-file`. DO NOT EDIT
2-
export const VERSION = '1.6.19';
2+
export const VERSION = '1.6.20';

packages/session-replay-browser/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.13.4](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-08-14)
7+
8+
### Bug Fixes
9+
10+
- **session-replay-browser:** support disabling batching for interaction events
11+
([#853](https://github.com/amplitude/Amplitude-TypeScript/issues/853))
12+
([a9a926b](https://github.com/amplitude/Amplitude-TypeScript/commit/a9a926b35f33c11d471fd6102292ae7f101b8f3a))
13+
14+
# Change Log
15+
16+
All notable changes to this project will be documented in this file. See
17+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18+
619
## [1.13.3](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-08-13)
720

821
**Note:** Version bump only for package @amplitude/session-replay-browser

packages/session-replay-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amplitude/session-replay-browser",
3-
"version": "1.13.3",
3+
"version": "1.13.4",
44
"description": "",
55
"author": "Amplitude Inc",
66
"homepage": "https://github.com/amplitude/Amplitude-TypeScript",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Autogenerated by `yarn version-file`. DO NOT EDIT
2-
export const VERSION = '1.13.3';
2+
export const VERSION = '1.13.4';

0 commit comments

Comments
 (0)