Skip to content

Commit 1b37112

Browse files
authored
Release (#1784)
* bump * changelog
1 parent d143039 commit 1b37112

File tree

4 files changed

+30
-7
lines changed

4 files changed

+30
-7
lines changed

CHANGELOG.md

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

33
## Current Develop Branch
44

5+
## v1.0.0
6+
- [#1666](https://github.com/MetaMask/metamask-mobile/pull/1666): Fiat on Ramp: Payments (#1666)
7+
- [#1783](https://github.com/MetaMask/metamask-mobile/pull/1783): bugfix/hide protect wallet modal (#1783)
8+
- [#1779](https://github.com/MetaMask/metamask-mobile/pull/1779): Update camera lib (#1779)
9+
- [#1782](https://github.com/MetaMask/metamask-mobile/pull/1782): Make backup required when user has funds (#1782)
10+
- [#1778](https://github.com/MetaMask/metamask-mobile/pull/1778): Update bip to use js version of pbkdf2 even more specific use case (#1778)
11+
- [#1776](https://github.com/MetaMask/metamask-mobile/pull/1776): Use JS pbkdf2 if using chrome devtools (bip39) (#1776)
12+
- [#1773](https://github.com/MetaMask/metamask-mobile/pull/1773): Improvement/import from seed styles (#1773)
13+
- [#1772](https://github.com/MetaMask/metamask-mobile/pull/1772): bugfix/cancel dapp tx when inactive (#1772)
14+
- [#1769](https://github.com/MetaMask/metamask-mobile/pull/1769): Patch bip39 to use native crypto lib pbkdf2 (#1769)
15+
- [#1766](https://github.com/MetaMask/metamask-mobile/pull/1766): Feature/ipns ens sites (#1766)
16+
- [#1755](https://github.com/MetaMask/metamask-mobile/pull/1755): Improvement/migrate aes crypto lib (#1755)
17+
- [#1756](https://github.com/MetaMask/metamask-mobile/pull/1756): Fix recreate vault import accounts (#1756)
18+
- [#1729](https://github.com/MetaMask/metamask-mobile/pull/1729): Lock KeyringController on logout (#1729)
19+
- [#1767](https://github.com/MetaMask/metamask-mobile/pull/1767): Fix crash when entering custom token (#1767)
20+
- [#1765](https://github.com/MetaMask/metamask-mobile/pull/1765): Browser newPageData state undefined (#1765)
21+
- [#1762](https://github.com/MetaMask/metamask-mobile/pull/1762): Use [email protected] (#1762)
22+
- [#1763](https://github.com/MetaMask/metamask-mobile/pull/1763): Remove unused metamask-mobile-provider dependency (#1763)
23+
- [#1736](https://github.com/MetaMask/metamask-mobile/pull/1736): Amount: fix comma causing invalid send amount (#1736)
24+
- [#1711](https://github.com/MetaMask/metamask-mobile/pull/1711): Improve iOS build process (#1711)
25+
- [#1733](https://github.com/MetaMask/metamask-mobile/pull/1733): @metamask/controllers 2.0.3 (#1733)
26+
- [#1727](https://github.com/MetaMask/metamask-mobile/pull/1727): Bump json from 2.2.0 to 2.3.1 in /ios (#1727)
27+
528
## v0.2.20 - Aug 6 2020
629
- [#1751](https://github.com/MetaMask/metamask-mobile/pull/1751): bugfix/payment requests & deeplinks (#1751)
730
- [#1732](https://github.com/MetaMask/metamask-mobile/pull/1732): Copy edits (#1732)

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ android {
166166
applicationId "io.metamask"
167167
minSdkVersion rootProject.ext.minSdkVersion
168168
targetSdkVersion rootProject.ext.targetSdkVersion
169-
versionCode 33
170-
versionName "0.2.20"
169+
versionCode 34
170+
versionName "1.0.0"
171171
multiDexEnabled true
172172
testBuildType System.getProperty('testBuildType', 'debug')
173173
missingDimensionStrategy "minReactNative", "minReactNative46"

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@
847847
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
848848
CODE_SIGN_IDENTITY = "iPhone Developer";
849849
CODE_SIGN_STYLE = Manual;
850-
CURRENT_PROJECT_VERSION = 518;
850+
CURRENT_PROJECT_VERSION = 519;
851851
DEAD_CODE_STRIPPING = NO;
852852
DEBUG_INFORMATION_FORMAT = dwarf;
853853
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -880,7 +880,7 @@
880880
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
881881
);
882882
LLVM_LTO = YES;
883-
MARKETING_VERSION = 0.2.20;
883+
MARKETING_VERSION = 1.0.0;
884884
OTHER_CFLAGS = (
885885
"$(inherited)",
886886
"-DFB_SONARKIT_ENABLED=1",
@@ -910,7 +910,7 @@
910910
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
911911
CODE_SIGN_IDENTITY = "iPhone Distribution";
912912
CODE_SIGN_STYLE = Manual;
913-
CURRENT_PROJECT_VERSION = 518;
913+
CURRENT_PROJECT_VERSION = 519;
914914
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
915915
DEVELOPMENT_TEAM = 48XVW22RCG;
916916
FRAMEWORK_SEARCH_PATHS = (
@@ -942,7 +942,7 @@
942942
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
943943
);
944944
LLVM_LTO = YES;
945-
MARKETING_VERSION = 0.2.20;
945+
MARKETING_VERSION = 1.0.0;
946946
OTHER_CFLAGS = (
947947
"$(inherited)",
948948
"-DFB_SONARKIT_ENABLED=1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask",
3-
"version": "0.2.20",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"watch": "./scripts/build.sh watcher watch",

0 commit comments

Comments
 (0)