Skip to content

Commit 3f30899

Browse files
committed
v0.100.2
1 parent ae5ad84 commit 3f30899

File tree

14 files changed

+147
-254
lines changed

14 files changed

+147
-254
lines changed

landing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devhub/landing",
3-
"version": "0.100.1",
3+
"version": "0.100.2",
44
"private": false,
55
"main": "dist/index.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"start": "next -p 3001"
1818
},
1919
"dependencies": {
20-
"@brunolemos/devhub-core": "0.100.1-2",
20+
"@brunolemos/devhub-core": "0.100.2",
2121
"@zeit/next-css": "1.0.1",
2222
"autoprefixer": "9.6.4",
2323
"classnames": "2.2.6",

landing/src/pages/DownloadPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ export default function DownloadPage(_props: DownloadPageProps) {
6464
const category = _category || system.category || 'web'
6565
const { os } = system
6666

67-
const version = '0.100.1'
68-
const releaseDate = '2020-02-02'
67+
const version = '0.100.2'
68+
const releaseDate = '2020-02-07'
6969

7070
return (
7171
<LandingLayout>

landing/yarn.lock

Lines changed: 117 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,12 +1157,12 @@
11571157
lodash "^4.17.13"
11581158
to-fast-properties "^2.0.0"
11591159

1160-
"@brunolemos/devhub-core@0.100.1-2":
1161-
version "0.100.1-2"
1162-
resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.100.1-2.tgz#ec7be092eb82ddfdddc20792725b1fff5b3ed308"
1163-
integrity sha512-ZcQyhLePNOmWGhF9dAtR9zl5PxVNPB1S4nmaoll4ZzLyAWgGhaGwVqB2ew1mZqqM22H0I7R4a4SUOkOFCfTMAg==
1160+
"@brunolemos/devhub-core@0.100.2":
1161+
version "0.100.2"
1162+
resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.100.2.tgz#7cf71f575cd66771d65f90128072c231d9dafd2e"
1163+
integrity sha512-eP8+vIADRQja6dQsPW7YYAqif7+oTWAyX/QnmGKDdBw+T4hmuK13H09idFUWmqFpdeDvGvCidacYWec4prdANw==
11641164
dependencies:
1165-
"@octokit/rest" "16.20.0"
1165+
"@octokit/rest" "16.43.1"
11661166
axios "0.19.0"
11671167
gravatar "1.8.0"
11681168
immer "4.0.1"
@@ -1196,44 +1196,93 @@
11961196
reflect-metadata "^0.1.12"
11971197
tslib "^1.8.1"
11981198

1199-
"@octokit/endpoint@^3.2.0":
1200-
version "3.2.3"
1201-
resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-3.2.3.tgz#bd9aea60cd94ce336656b57a5c9cb7f10be8f4f3"
1202-
integrity sha512-yUPCt4vMIOclox13CUxzuKiPJIFo46b/6GhUnUTw5QySczN1L0DtSxgmIZrZV4SAb9EyAqrceoyrWoYVnfF2AA==
1199+
"@octokit/auth-token@^2.4.0":
1200+
version "2.4.0"
1201+
resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.0.tgz#b64178975218b99e4dfe948253f0673cbbb59d9f"
1202+
integrity sha512-eoOVMjILna7FVQf96iWc3+ZtE/ZT6y8ob8ZzcqKY1ibSQCnu4O/B7pJvzMx5cyZ/RjAff6DAdEb0O0Cjcxidkg==
12031203
dependencies:
1204-
deepmerge "3.2.0"
1205-
is-plain-object "^2.0.4"
1206-
universal-user-agent "^2.0.1"
1207-
url-template "^2.0.8"
1204+
"@octokit/types" "^2.0.0"
12081205

1209-
"@octokit/request@2.4.2":
1210-
version "2.4.2"
1211-
resolved "https://registry.npmjs.org/@octokit/request/-/request-2.4.2.tgz#87c36e820dd1e43b1629f4f35c95b00cd456320b"
1212-
integrity sha512-lxVlYYvwGbKSHXfbPk5vxEA8w4zHOH1wobado4a9EfsyD3Cbhuhus1w0Ye9Ro0eMubGO8kNy5d+xNFisM3Tvaw==
1206+
"@octokit/endpoint@^5.5.0":
1207+
version "5.5.2"
1208+
resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.2.tgz#ed19d01fe85ac58bc2b774661658f9e5429b8164"
1209+
integrity sha512-ICDcRA0C2vtTZZGud1nXRrBLXZqFayodXAKZfo3dkdcLNqcHsgaz3YSTupbURusYeucSVRjjG+RTcQhx6HPPcg==
12131210
dependencies:
1214-
"@octokit/endpoint" "^3.2.0"
1215-
deprecation "^1.0.1"
1216-
is-plain-object "^2.0.4"
1217-
node-fetch "^2.3.0"
1218-
once "^1.4.0"
1219-
universal-user-agent "^2.0.1"
1211+
"@octokit/types" "^2.0.0"
1212+
is-plain-object "^3.0.0"
1213+
universal-user-agent "^4.0.0"
1214+
1215+
"@octokit/plugin-paginate-rest@^1.1.1":
1216+
version "1.1.2"
1217+
resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.2.tgz#004170acf8c2be535aba26727867d692f7b488fc"
1218+
integrity sha512-jbsSoi5Q1pj63sC16XIUboklNw+8tL9VOnJsWycWYR78TKss5PVpIPb1TUUcMQ+bBh7cY579cVAWmf5qG+dw+Q==
1219+
dependencies:
1220+
"@octokit/types" "^2.0.1"
1221+
1222+
"@octokit/plugin-request-log@^1.0.0":
1223+
version "1.0.0"
1224+
resolved "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e"
1225+
integrity sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==
12201226

1221-
"@octokit/rest@16.20.0":
1222-
version "16.20.0"
1223-
resolved "https://registry.npmjs.org/@octokit/rest/-/rest-16.20.0.tgz#54462b6e540b5d40063850d370ce8e084cf127d6"
1224-
integrity sha512-tN5j64P6QymlMzKo94DG1LRNHCwMnLg5poZlVhsCfkHhEWKpofZ1qBDr2/0w6qDLav4EA1XXMmZdNpvGhc9BDQ==
1227+
"@octokit/plugin-rest-endpoint-methods@2.4.0":
1228+
version "2.4.0"
1229+
resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.4.0.tgz#3288ecf5481f68c494dd0602fc15407a59faf61e"
1230+
integrity sha512-EZi/AWhtkdfAYi01obpX0DF7U6b1VRr30QNQ5xSFPITMdLSfhcBqjamE3F+sKcxPbD7eZuMHu3Qkk2V+JGxBDQ==
1231+
dependencies:
1232+
"@octokit/types" "^2.0.1"
1233+
deprecation "^2.3.1"
1234+
1235+
"@octokit/request-error@^1.0.1", "@octokit/request-error@^1.0.2":
1236+
version "1.2.1"
1237+
resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.1.tgz#ede0714c773f32347576c25649dc013ae6b31801"
1238+
integrity sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA==
12251239
dependencies:
1226-
"@octokit/request" "2.4.2"
1227-
before-after-hook "^1.4.0"
1240+
"@octokit/types" "^2.0.0"
1241+
deprecation "^2.0.0"
1242+
once "^1.4.0"
1243+
1244+
"@octokit/request@^5.2.0":
1245+
version "5.3.1"
1246+
resolved "https://registry.npmjs.org/@octokit/request/-/request-5.3.1.tgz#3a1ace45e6f88b1be4749c5da963b3a3b4a2f120"
1247+
integrity sha512-5/X0AL1ZgoU32fAepTfEoggFinO3rxsMLtzhlUX+RctLrusn/CApJuGFCd0v7GMFhF+8UiCsTTfsu7Fh1HnEJg==
1248+
dependencies:
1249+
"@octokit/endpoint" "^5.5.0"
1250+
"@octokit/request-error" "^1.0.1"
1251+
"@octokit/types" "^2.0.0"
1252+
deprecation "^2.0.0"
1253+
is-plain-object "^3.0.0"
1254+
node-fetch "^2.3.0"
1255+
once "^1.4.0"
1256+
universal-user-agent "^4.0.0"
1257+
1258+
"@octokit/rest@16.43.1":
1259+
version "16.43.1"
1260+
resolved "https://registry.npmjs.org/@octokit/rest/-/rest-16.43.1.tgz#3b11e7d1b1ac2bbeeb23b08a17df0b20947eda6b"
1261+
integrity sha512-gfFKwRT/wFxq5qlNjnW2dh+qh74XgTQ2B179UX5K1HYCluioWj8Ndbgqw2PVqa1NnVJkGHp2ovMpVn/DImlmkw==
1262+
dependencies:
1263+
"@octokit/auth-token" "^2.4.0"
1264+
"@octokit/plugin-paginate-rest" "^1.1.1"
1265+
"@octokit/plugin-request-log" "^1.0.0"
1266+
"@octokit/plugin-rest-endpoint-methods" "2.4.0"
1267+
"@octokit/request" "^5.2.0"
1268+
"@octokit/request-error" "^1.0.2"
1269+
atob-lite "^2.0.0"
1270+
before-after-hook "^2.0.0"
12281271
btoa-lite "^1.0.0"
1229-
deprecation "^1.0.1"
1272+
deprecation "^2.0.0"
12301273
lodash.get "^4.4.2"
12311274
lodash.set "^4.3.2"
12321275
lodash.uniq "^4.5.0"
12331276
octokit-pagination-methods "^1.1.0"
12341277
once "^1.4.0"
1235-
universal-user-agent "^2.0.0"
1236-
url-template "^2.0.8"
1278+
universal-user-agent "^4.0.0"
1279+
1280+
"@octokit/types@^2.0.0", "@octokit/types@^2.0.1":
1281+
version "2.1.1"
1282+
resolved "https://registry.npmjs.org/@octokit/types/-/types-2.1.1.tgz#77e80d1b663c5f1f829e5377b728fa3c4fe5a97d"
1283+
integrity sha512-89LOYH+d/vsbDX785NOfLxTW88GjNd0lWRz1DVPVsZgg9Yett5O+3MOvwo7iHgvUwbFz0mf/yPIjBkUbs4kxoQ==
1284+
dependencies:
1285+
"@types/node" ">= 8"
12371286

12381287
"@types/classnames@2.2.9":
12391288
version "2.2.9"
@@ -1250,6 +1299,11 @@
12501299
resolved "https://registry.npmjs.org/@types/node/-/node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
12511300
integrity sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==
12521301

1302+
"@types/node@>= 8":
1303+
version "13.7.0"
1304+
resolved "https://registry.npmjs.org/@types/node/-/node-13.7.0.tgz#b417deda18cf8400f278733499ad5547ed1abec4"
1305+
integrity sha512-GnZbirvmqZUzMgkFn70c74OQpTTUcCzlhQliTzYjQMqg+hVKcDnxdL19Ne3UdYzdMA/+W3eb646FWn/ZaT1NfQ==
1306+
12531307
"@types/prop-types@*":
12541308
version "15.7.3"
12551309
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
@@ -1672,6 +1726,11 @@ async-sema@3.0.0:
16721726
resolved "https://registry.npmjs.org/async-sema/-/async-sema-3.0.0.tgz#9e22d6783f0ab66a1cf330e21a905e39b3b3a975"
16731727
integrity sha512-zyCMBDl4m71feawrxYcVbHxv/UUkqm4nKJiLu3+l9lfiQha6jQ/9dxhrXLnzzBXVFqCTDwiUkZOz9XFbdEGQsg==
16741728

1729+
atob-lite@^2.0.0:
1730+
version "2.0.0"
1731+
resolved "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696"
1732+
integrity sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=
1733+
16751734
atob@^2.1.1:
16761735
version "2.1.2"
16771736
resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -1804,10 +1863,10 @@ base@^0.11.1:
18041863
mixin-deep "^1.2.0"
18051864
pascalcase "^0.1.1"
18061865

1807-
before-after-hook@^1.4.0:
1808-
version "1.4.0"
1809-
resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-1.4.0.tgz#2b6bf23dca4f32e628fd2747c10a37c74a4b484d"
1810-
integrity sha512-l5r9ir56nda3qu14nAXIlyq1MmUSs0meCIaFAh8HwkFwP1F8eToOuS3ah2VAHHcY04jaYD7FpJC5JTXHYRbkzg==
1866+
before-after-hook@^2.0.0:
1867+
version "2.1.0"
1868+
resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.1.0.tgz#b6c03487f44e24200dd30ca5e6a1979c5d2fb635"
1869+
integrity sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A==
18111870

18121871
big.js@^5.2.2:
18131872
version "5.2.2"
@@ -2635,11 +2694,6 @@ deep-extend@^0.6.0:
26352694
resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
26362695
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
26372696

2638-
deepmerge@3.2.0:
2639-
version "3.2.0"
2640-
resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-3.2.0.tgz#58ef463a57c08d376547f8869fdc5bcee957f44e"
2641-
integrity sha512-6+LuZGU7QCNUnAJyX8cIrlzoEgggTM6B7mm+znKOX4t5ltluT9KLjN6g61ECMS0LTsLW7yDpNoxhix5FZcrIow==
2642-
26432697
defaults@^1.0.3:
26442698
version "1.0.3"
26452699
resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d"
@@ -2698,10 +2752,10 @@ depd@~1.1.2:
26982752
resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
26992753
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
27002754

2701-
deprecation@^1.0.1:
2702-
version "1.0.1"
2703-
resolved "https://registry.npmjs.org/deprecation/-/deprecation-1.0.1.tgz#2df79b79005752180816b7b6e079cbd80490d711"
2704-
integrity sha512-ccVHpE72+tcIKaGMql33x5MAjKQIZrk+3x2GbJ7TeraUCZWHoT+KSZpoC+JQFsUBlSTXUrBaGiF0j6zVTepPLg==
2755+
deprecation@^2.0.0, deprecation@^2.3.1:
2756+
version "2.3.1"
2757+
resolved "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
2758+
integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==
27052759

27062760
des.js@^1.0.0:
27072761
version "1.0.0"
@@ -3748,6 +3802,13 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4:
37483802
dependencies:
37493803
isobject "^3.0.1"
37503804

3805+
is-plain-object@^3.0.0:
3806+
version "3.0.0"
3807+
resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz#47bfc5da1b5d50d64110806c199359482e75a928"
3808+
integrity sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg==
3809+
dependencies:
3810+
isobject "^4.0.0"
3811+
37513812
is-stream@^1.1.0:
37523813
version "1.1.0"
37533814
resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -3800,6 +3861,11 @@ isobject@^3.0.0, isobject@^3.0.1:
38003861
resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
38013862
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
38023863

3864+
isobject@^4.0.0:
3865+
version "4.0.0"
3866+
resolved "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0"
3867+
integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==
3868+
38033869
isomorphic-unfetch@3.0.0:
38043870
version "3.0.0"
38053871
resolved "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.0.0.tgz#de6d80abde487b17de2c400a7ef9e5ecc2efb362"
@@ -4745,7 +4811,7 @@ os-locale@^2.0.0:
47454811
lcid "^1.0.0"
47464812
mem "^1.1.0"
47474813

4748-
os-name@^3.0.0:
4814+
os-name@^3.1.0:
47494815
version "3.1.0"
47504816
resolved "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz#dec19d966296e1cd62d701a5a66ee1ddeae70801"
47514817
integrity sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==
@@ -6712,12 +6778,12 @@ unique-slug@^2.0.0:
67126778
dependencies:
67136779
imurmurhash "^0.1.4"
67146780

6715-
universal-user-agent@^2.0.0, universal-user-agent@^2.0.1:
6716-
version "2.1.0"
6717-
resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-2.1.0.tgz#5abfbcc036a1ba490cb941f8fd68c46d3669e8e4"
6718-
integrity sha512-8itiX7G05Tu3mGDTdNY2fB4KJ8MgZLS54RdG6PkkfwMAavrXu1mV/lls/GABx9O3Rw4PnTtasxrvbMQoBYY92Q==
6781+
universal-user-agent@^4.0.0:
6782+
version "4.0.0"
6783+
resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.0.tgz#27da2ec87e32769619f68a14996465ea1cb9df16"
6784+
integrity sha512-eM8knLpev67iBDizr/YtqkJsF3GK8gzDc6st/WKzrTuPtcsOKW/0IdL4cnMBsU69pOx0otavLWBDGTwg+dB0aA==
67196785
dependencies:
6720-
os-name "^3.0.0"
6786+
os-name "^3.1.0"
67216787

67226788
universalify@^0.1.0:
67236789
version "0.1.2"
@@ -6759,11 +6825,6 @@ url-polyfill@1.1.7:
67596825
resolved "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.7.tgz#402ee84360eb549bbeb585f4c7971e79a31de9e3"
67606826
integrity sha512-ZrAxYWCREjmMtL8gSbSiKKLZZticgihCvVBtrFbUVpyoETt8GQJeG2okMWA8XryDAaHMjJfhnc+rnhXRbI4DXA==
67616827

6762-
url-template@^2.0.8:
6763-
version "2.0.8"
6764-
resolved "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz#fc565a3cccbff7730c775f5641f9555791439f21"
6765-
integrity sha1-/FZaPMy/93MMd19WQflVV5FDnyE=
6766-
67676828
url@0.11.0, url@^0.11.0:
67686829
version "0.11.0"
67696830
resolved "https://registry.npmjs.org/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devhub",
3-
"version": "0.100.1",
3+
"version": "0.100.2",
44
"private": true,
55
"author": {
66
"name": "Bruno Lemos",

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devhub/components",
3-
"version": "0.100.1",
3+
"version": "0.100.2",
44
"private": false,
55
"main": "dist",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"@brunolemos/react-window-without-virtualization": "1.8.5-withoutvirtualization.1",
1515
"@bugsnag/js": "6.4.1",
1616
"@bugsnag/plugin-react": "6.4.0",
17-
"@devhub/core": "0.100.1",
17+
"@devhub/core": "0.100.2",
1818
"@octokit/rest": "16.43.1",
1919
"axios": "0.19.0",
2020
"fbemitter": "2.1.1",

packages/components/src/components/common/AppVersion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function AppVersion() {
3838
}
3939

4040
export function getAppVersionLabel() {
41-
const buildNumber = 2681
41+
const buildNumber = 2689
4242

4343
return `v${constants.APP_VERSION}${
4444
constants.IS_BETA && !constants.APP_VERSION.includes('beta')

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devhub/core",
3-
"version": "0.100.1",
3+
"version": "0.100.2",
44
"private": false,
55
"main": "dist/index.js",
66
"scripts": {

packages/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devhub/desktop",
3-
"version": "0.100.1",
3+
"version": "0.100.2",
44
"private": false,
55
"main": "dist/index.js",
66
"author": {
@@ -81,7 +81,7 @@
8181
}
8282
},
8383
"dependencies": {
84-
"@devhub/core": "0.100.1",
84+
"@devhub/core": "0.100.2",
8585
"electron-fetch": "1.3.0",
8686
"electron-store": "5.0.0",
8787
"electron-updater": "4.1.2",

packages/mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ android {
139139
applicationId "com.devhubapp"
140140
minSdkVersion rootProject.ext.minSdkVersion
141141
targetSdkVersion rootProject.ext.targetSdkVersion
142-
versionCode 2681
143-
versionName "0.100.1"
142+
versionCode 2689
143+
versionName "0.100.2"
144144
}
145145
splits {
146146
abi {

packages/mobile/ios/DevHub.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
baseConfigurationReference = B85B3B59CAE1B55F143AB90A /* Pods-devhub.debug.xcconfig */;
470470
buildSettings = {
471471
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
472-
CURRENT_PROJECT_VERSION = 2681;
472+
CURRENT_PROJECT_VERSION = 2689;
473473
DEAD_CODE_STRIPPING = NO;
474474
DEVELOPMENT_TEAM = JNXGJS86YQ;
475475
HEADER_SEARCH_PATHS = (
@@ -523,7 +523,7 @@
523523
baseConfigurationReference = F4B98D48329AD19DA2E90F6A /* Pods-devhub.release.xcconfig */;
524524
buildSettings = {
525525
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
526-
CURRENT_PROJECT_VERSION = 2681;
526+
CURRENT_PROJECT_VERSION = 2689;
527527
DEVELOPMENT_TEAM = JNXGJS86YQ;
528528
HEADER_SEARCH_PATHS = (
529529
"$(inherited)",

0 commit comments

Comments
 (0)