react-native-acoustic-connect-beta 18.0.32 → 18.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ ## [18.0.34](https://github.com/aipoweredmarketer/react-native-acoustic-connect-beta/compare/18.0.33...18.0.34) (2026-06-15)
2
+ ## [18.0.33](https://github.com/aipoweredmarketer/react-native-acoustic-connect-beta/compare/18.0.32...18.0.33) (2026-06-15)
3
+ <!--
4
+ Release entries are PREPENDED above this comment by the publish pipeline
5
+ (`generateChangelog()` in the Jenkinsfile: conventional-changelog,
6
+ `conventionalcommits` preset, commits since the previous release tag).
7
+ Do not edit generated entries by hand — fix the source commit messages or
8
+ add a follow-up commit instead. Process docs: RELEASE.md.
9
+ -->
@@ -1,4 +1,4 @@
1
- #Fri Jun 12 08:09:33 PDT 2026
1
+ #Mon Jun 15 05:05:53 PDT 2026
2
2
  UseWhiteList=true
3
3
  PrintScreen=3
4
4
  UseRandomSample=false
package/package.json CHANGED
@@ -73,6 +73,7 @@
73
73
  "app.plugin.js",
74
74
  "*.podspec",
75
75
  "README.md",
76
+ "CHANGELOG.md",
76
77
  "scripts",
77
78
  "Examples/SampleUI/**/*",
78
79
  "!Examples/SampleUI/node_modules/**",
@@ -195,7 +196,7 @@
195
196
  "source": "src/index",
196
197
  "summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
197
198
  "types": "./lib/typescript/src/index.d.ts",
198
- "version": "18.0.32",
199
+ "version": "18.0.34",
199
200
  "workspaces": [
200
201
  "example",
201
202
  "Examples/bare-workflow"