Skip to content

Commit

Permalink
v0.90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed May 28, 2019
1 parent b72a1ce commit d7719f0
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ DevHub is a mobile and desktop app to help you manage GitHub Notifications and s

### Next features:

- [ ] **More filters**: Filter by org/repos, labes, users and regex; ([#131](https://github.com/devhubapp/devhub/issues/131))
- [ ] **More filters**: Filter by labels, users, regex text and more; ([#131](https://github.com/devhubapp/devhub/issues/131))
- [ ] **Issues/PR management**: Manage all issues and PRs, filter the ones related to you, take actions, etc. ([#110](https://github.com/devhubapp/devhub/issues/110));
- [ ] **Trending**: New column type to show Trending repositories ([#48](https://github.com/devhubapp/devhub/issues/48));
- [ ] **Push notifications**: Enable push notifications for your filtered columns on mobile and/or desktop ([#51](https://github.com/devhubapp/devhub/issues/51));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devhub",
"version": "0.81.0",
"version": "0.90.0",
"private": true,
"author": {
"name": "Bruno Lemos",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/components",
"version": "0.81.0",
"version": "0.90.0",
"private": false,
"main": "dist",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@bugsnag/js": "6.1.0",
"@bugsnag/plugin-react": "6.1.0",
"@devhub/core": "0.81.0",
"@devhub/core": "0.90.0",
"@octokit/rest": "16.20.0",
"axios": "0.18.0",
"bugsnag-react-native": "2.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/core",
"version": "0.81.0",
"version": "0.90.0",
"private": false,
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/desktop",
"version": "0.81.0",
"version": "0.90.0",
"private": false,
"main": "dist/index.js",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ android {
applicationId "com.devhubapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1793
versionName "0.81.0"
versionCode 1812
versionName "0.90.0"
}
splits {
abi {
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/ios/devhub/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.81.0</string>
<string>0.90.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1793</string>
<string>1812</string>
<key>ENTRY_FILE</key>
<string>$(ENTRY_FILE)</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/mobile",
"version": "0.81.0",
"version": "0.90.0",
"private": false,
"scripts": {
"clean": "cd .",
Expand All @@ -15,7 +15,7 @@
"xcode": "open ios/devhub.xcworkspace"
},
"dependencies": {
"@devhub/components": "0.81.0",
"@devhub/components": "0.90.0",
"metro-react-native-babel-preset": "0.53.1",
"react": "16.8.6",
"react-native": "0.59.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/web",
"version": "0.81.0",
"version": "0.90.0",
"private": false,
"homepage": "./",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@babel/polyfill": "7.4.0",
"@devhub/components": "0.81.0",
"@devhub/components": "0.90.0",
"react": "16.8.6",
"react-app-polyfill": "0.2.2",
"react-art": "16.8.6",
Expand Down

0 comments on commit d7719f0

Please sign in to comment.