Skip to content

Commit 6eba394

Browse files
committed
chore(release): version 1.0.0-beta7
1 parent d0b18d9 commit 6eba394

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0-beta7](https://github.com/TocappGames/wearkit/compare/v1.0.0-beta6...v1.0.0-beta7) (2020-04-21)
6+
7+
8+
### Bug Fixes
9+
10+
* **performance:** fixed bitmap performance issues ([d0b18d9](https://github.com/TocappGames/wearkit/commit/d0b18d9)), closes [#30](https://github.com/TocappGames/wearkit/issues/30)
11+
* **scaling:** fixed scaling bug ([b172e97](https://github.com/TocappGames/wearkit/commit/b172e97))
12+
13+
14+
515
## [1.0.0-beta6](https://github.com/TocappGames/wearkit/compare/v1.0.0-beta5...v1.0.0-beta6) (2020-04-17)
616

717

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ android {
5252
defaultConfig {
5353
minSdkVersion 16
5454
targetSdkVersion 29
55-
versionCode 5
56-
versionName '1.0.0-beta6'
55+
versionCode 6
56+
versionName '1.0.0-beta7'
5757

5858
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
5959
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)