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 Oct 30, 2024
1 parent 2b09117 commit 54a097f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-10-30)

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

# Change Log

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

## [1.8.2-beta.0](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-10-29)

**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.8.2-beta.0",
"version": "1.8.2",
"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.15.1-beta.0",
"@amplitude/session-replay-browser": "^1.15.1",
"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.8.2-beta.0';
export const VERSION = '1.8.2';
9 changes: 9 additions & 0 deletions packages/session-replay-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-10-30)

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

# Change Log

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

## [1.15.1-beta.0](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-10-29)

**Note:** Version bump only for package @amplitude/session-replay-browser
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.15.1-beta.0",
"version": "1.15.1",
"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.15.1-beta.0';
export const VERSION = '1.15.1';

0 comments on commit 54a097f

Please sign in to comment.