Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @amplitude/[email protected]
 - @amplitude/[email protected]
  • Loading branch information
amplitude-sdk-bot committed Dec 17, 2024
1 parent 4ebe04a commit 581d91b
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
13 changes: 13 additions & 0 deletions packages/plugin-session-replay-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.12.0](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-12-17)

### Features

- **session-replay-browser:** WebWorker support for compression
([#932](https://github.com/amplitude/Amplitude-TypeScript/issues/932))
([4ebe04a](https://github.com/amplitude/Amplitude-TypeScript/commit/4ebe04adda714ae02851835c49e6bc224df7f4af))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.1](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-12-16)

**Note:** Version bump only for package @amplitude/plugin-session-replay-browser
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-session-replay-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/plugin-session-replay-browser",
"version": "1.11.1",
"version": "1.12.0",
"description": "",
"author": "Amplitude Inc",
"homepage": "https://github.com/amplitude/Amplitude-TypeScript",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@amplitude/analytics-client-common": ">=1 <3",
"@amplitude/analytics-core": ">=1 <3",
"@amplitude/analytics-types": ">=1 <3",
"@amplitude/session-replay-browser": "^1.18.1",
"@amplitude/session-replay-browser": "^1.19.0",
"idb-keyval": "^6.2.1",
"tslib": "^2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-session-replay-browser/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Autogenerated by `yarn version-file`. DO NOT EDIT
export const VERSION = '1.11.1';
export const VERSION = '1.12.0';
13 changes: 13 additions & 0 deletions packages/session-replay-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.19.0](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-12-17)

### Features

- **session-replay-browser:** WebWorker support for compression
([#932](https://github.com/amplitude/Amplitude-TypeScript/issues/932))
([4ebe04a](https://github.com/amplitude/Amplitude-TypeScript/commit/4ebe04adda714ae02851835c49e6bc224df7f4af))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.18.1](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-12-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/session-replay-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/session-replay-browser",
"version": "1.18.1",
"version": "1.19.0",
"description": "",
"author": "Amplitude Inc",
"homepage": "https://github.com/amplitude/Amplitude-TypeScript",
Expand Down
2 changes: 1 addition & 1 deletion packages/session-replay-browser/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Autogenerated by `yarn version-file`. DO NOT EDIT
export const VERSION = '1.18.1';
export const VERSION = '1.19.0';

0 comments on commit 581d91b

Please sign in to comment.