Skip to content

Commit 01304bf

Browse files
committed
Merge branch 'main' into andrey/tile-compression
* main: chore: release main (#400) fix: correct react native session replay build step (#399)
2 parents 840c8c6 + 7c4ab46 commit 01304bf

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sdk/@launchdarkly/observability-node": "1.0.1",
77
"sdk/@launchdarkly/observability-python": "1.1.0",
88
"sdk/@launchdarkly/observability-react-native": "0.7.0",
9-
"sdk/@launchdarkly/react-native-ld-session-replay": "0.2.0",
9+
"sdk/@launchdarkly/react-native-ld-session-replay": "0.2.1",
1010
"sdk/@launchdarkly/session-replay": "1.0.3",
1111
"sdk/highlight-run": "9.27.1"
1212
}

e2e/react-three-vite/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import reactHooks from 'eslint-plugin-react-hooks'
55
import reactRefresh from 'eslint-plugin-react-refresh'
66

77
export default [
8-
{ ignores: ['dist'] },
8+
{ ignores: ['dist', '**/*.timestamp-*'] },
99
{
1010
files: ['**/*.{js,jsx}'],
1111
languageOptions: {

sdk/@launchdarkly/react-native-ld-session-replay/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/launchdarkly/observability-sdk/compare/session-replay-react-native-0.2.0...session-replay-react-native-0.2.1) (2026-02-27)
4+
5+
6+
### Bug Fixes
7+
8+
* correct react native session replay build step ([#399](https://github.com/launchdarkly/observability-sdk/issues/399)) ([a6c84b8](https://github.com/launchdarkly/observability-sdk/commit/a6c84b8384e25fe8a6b4af06890a52fb4bf8e82f))
9+
310
## [0.2.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-react-native-0.1.0...session-replay-react-native-0.2.0) (2026-02-23)
411

512

sdk/@launchdarkly/react-native-ld-session-replay/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/session-replay-react-native",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "session replay for react native",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
@@ -33,8 +33,9 @@
3333
],
3434
"scripts": {
3535
"example": "yarn workspace session-replay-react-native-example",
36+
"build": "bob build",
3637
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
37-
"prepare": "bob build",
38+
"prepack": "bob build",
3839
"typecheck": "tsc",
3940
"lint": "echo 'Linting temporarily disabled - TODO: fix ESLint config'",
4041
"test": "jest",

0 commit comments

Comments
 (0)