Skip to content

Commit 6aec803

Browse files
chore: (release) 8.42.2 (#569)
* chore(release): 8.42.2 Updates version to 8.42.2 in: - CHANGELOG.md - Framework/Info.plist - Package.swift - mParticle-Apple-SDK.podspec - mParticle-Apple-SDK/MPConstants.swift - mParticle-Apple-SDK/MPIConstants.m - mParticle_Apple_SDK.json - IntegrationTests/wiremock-recordings/mappings/*.json * Fix trunk issues and format before creating the commit --------- Co-authored-by: mParticle Automation <developers@mparticle.com>
1 parent 189ff1f commit 6aec803

29 files changed

+40
-31
lines changed

.github/workflows/sdk-release-manual.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ jobs:
246246
247247
- name: Commit version changes
248248
run: |
249+
# trunk format the files before committing
250+
trunk fmt
249251
# Only add the version-related files, exclude build artifacts
250252
git add \
251253
CHANGELOG.md \
@@ -257,7 +259,7 @@ jobs:
257259
mParticle_Apple_SDK.json \
258260
IntegrationTests/wiremock-recordings/mappings/*.json
259261
260-
git commit -m "chore(release): ${VERSION}
262+
git commit -m "chore: (release) ${VERSION}
261263
262264
Updates version to ${VERSION} in:
263265
- CHANGELOG.md

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [8.42.2](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.42.1...v8.42.2) (2026-02-11)
2+
3+
### Features
4+
5+
- feat: Add placement options and update method signatures (#566) ([189ff1fe](https://github.com/mParticle/mparticle-apple-sdk/commit/189ff1fe4169f8b2d8084935fae86604c069d210))
6+
17
# [8.42.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.42.0...v8.42.1) (2026-02-06)
28

39
### Bug Fixes

Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>8.42.1</string>
18+
<string>8.42.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

IntegrationTests/wiremock-recordings/mappings/mapping-ccpa-consent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
],
7070
"uitl": 60,
7171
"oo": false,
72-
"sdk": "8.42.1",
72+
"sdk": "8.42.2",
7373
"di": {
7474
"p": "arm64",
7575
"tz": "${json-unit.ignore}",

IntegrationTests/wiremock-recordings/mappings/mapping-commerce-event-purchase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
],
8282
"uitl": 60,
8383
"oo": false,
84-
"sdk": "8.42.1",
84+
"sdk": "8.42.2",
8585
"di": {
8686
"b": "arm64",
8787
"p": "arm64",

IntegrationTests/wiremock-recordings/mappings/mapping-gdpr-consent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
"uitl": 60,
6161
"oo": false,
62-
"sdk": "8.42.1",
62+
"sdk": "8.42.2",
6363
"di": {
6464
"tz": "${json-unit.ignore}",
6565
"p": "arm64",

IntegrationTests/wiremock-recordings/mappings/mapping-increment-session-attribute-ss.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
],
5353
"uitl": 60,
5454
"oo": false,
55-
"sdk": "8.42.1",
55+
"sdk": "8.42.2",
5656
"di": {
5757
"b": "arm64",
5858
"tz": "${json-unit.ignore}",

IntegrationTests/wiremock-recordings/mappings/mapping-increment-session-attribute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
],
5959
"uitl": 60,
6060
"oo": false,
61-
"sdk": "8.42.1",
61+
"sdk": "8.42.2",
6262
"di": {
6363
"b": "arm64",
6464
"tz": "${json-unit.ignore}",

IntegrationTests/wiremock-recordings/mappings/mapping-increment-user-attribute-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"uitl": 60,
5858
"oo": false,
59-
"sdk": "8.42.1",
59+
"sdk": "8.42.2",
6060
"di": {
6161
"p": "arm64",
6262
"b": "arm64",

IntegrationTests/wiremock-recordings/mappings/mapping-increment-user-attribute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"uitl": 60,
5858
"oo": false,
59-
"sdk": "8.42.1",
59+
"sdk": "8.42.2",
6060
"di": {
6161
"p": "arm64",
6262
"b": "arm64",

0 commit comments

Comments
 (0)