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 6, 2024
1 parent eac7db8 commit aec040f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **session-replay:** supporting string session id
([deecad4](https://github.com/amplitude/Amplitude-TypeScript/commit/deecad4f6a9e5522b5d567f5ff48513c7e2ae880))

# Change Log

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

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

### Features
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.9.0",
"version": "1.10.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.16.0",
"@amplitude/session-replay-browser": "^1.17.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.9.0';
export const VERSION = '1.10.0';
12 changes: 12 additions & 0 deletions packages/session-replay-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **session-replay:** supporting string session id
([deecad4](https://github.com/amplitude/Amplitude-TypeScript/commit/deecad4f6a9e5522b5d567f5ff48513c7e2ae880))

# Change Log

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

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

### 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.16.0",
"version": "1.17.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.16.0';
export const VERSION = '1.17.0';

0 comments on commit aec040f

Please sign in to comment.