Skip to content

Commit c685be3

Browse files
chore(release): 1.0.0
# 1.0.0 (2022-05-03) ### Bug Fixes * Remove uneccessary parts of iOS .pbxproj file update script ([6c8a42d](6c8a42d)) * Update Android Gradle Plugin to 7.0.2 ([1ce639b](1ce639b)) ### Features * Add CommerceEvent tests ([d0f299a](d0f299a)) * add compatibility for Android Application tests ([#15](#15)) ([a4a65fd](a4a65fd)) * add Github Artifacts release task ([#12](#12)) ([7b73b5c](7b73b5c)) * Add Identity tests ([cbe29c6](cbe29c6)) * Enable identity tests on iOS ([38ca3fa](38ca3fa)) * Manually expose private Header files in iOS SDK for testing ([2f341ea](2f341ea))
1 parent a4a65fd commit c685be3

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 1.0.0 (2022-05-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Remove uneccessary parts of iOS .pbxproj file update script ([6c8a42d](https://github.com/mParticle/crossplatform-sdk-tests/commit/6c8a42d2676a055e411104e88af317622f00139b))
7+
* Update Android Gradle Plugin to 7.0.2 ([1ce639b](https://github.com/mParticle/crossplatform-sdk-tests/commit/1ce639b875ffeb577595f269570761a17c984aa5))
8+
9+
10+
### Features
11+
12+
* Add CommerceEvent tests ([d0f299a](https://github.com/mParticle/crossplatform-sdk-tests/commit/d0f299a1893eb5e9b88a3b2018fc67c86c2f1476))
13+
* add compatibility for Android Application tests ([#15](https://github.com/mParticle/crossplatform-sdk-tests/issues/15)) ([a4a65fd](https://github.com/mParticle/crossplatform-sdk-tests/commit/a4a65fd9c3932c614f20f2ef214578dcd04f02ef))
14+
* add Github Artifacts release task ([#12](https://github.com/mParticle/crossplatform-sdk-tests/issues/12)) ([7b73b5c](https://github.com/mParticle/crossplatform-sdk-tests/commit/7b73b5cda8cdcc7231baab75d01deecf45bb54ba))
15+
* Add Identity tests ([cbe29c6](https://github.com/mParticle/crossplatform-sdk-tests/commit/cbe29c6f201d6db0990ce0db97acc7499eda5455))
16+
* Enable identity tests on iOS ([38ca3fa](https://github.com/mParticle/crossplatform-sdk-tests/commit/38ca3fa4e37ef8935de8bb3c987bb3676dde8a02))
17+
* Manually expose private Header files in iOS SDK for testing ([2f341ea](https://github.com/mParticle/crossplatform-sdk-tests/commit/2f341ea82547d3cb9880cec248dd2d550df8da71))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ repositories {
2020

2121
dependencies {
2222
...
23-
implementation("com.mparticle:models:2.3") // <--- add for serializable server DTOs
23+
implementation("com.mparticle:models:1.0.0") // <--- add for serializable server DTOs
2424
...
25-
androidTestImplementation("com.mparticle:testing:2.3") // <--- add for `Server` and instrumented testing base classes
25+
androidTestImplementation("com.mparticle:testing:1.0.0") // <--- add for `Server` and instrumented testing base classes
2626
}
2727
```
2828

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ xcodeproj=Tests/helpers/XCodeTest
1010
kotlin.mpp.stability.nowarn=true
1111

1212
group=com.mparticle
13-
version=2.3
13+
version=1.0.0

0 commit comments

Comments
 (0)