Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Hotfix/v0.3.2 #150

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = False

[bumpversion:file:package.json]
search = "version": "{current_version}"
replace = "version": "{new_version}"

[bumpversion:file:.travis.yml]
[bumpversion:file:ci-build.sh]
search = Goobox-{current_version}
replace = Goobox-{new_version}

[bumpversion:file:bin/pr]
search = -{current_version}
replace = -{new_version}

8 changes: 4 additions & 4 deletions ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ brew tap jkawamoto/pixeldrain
brew install pixeldrain
pd -v

WIN_ID=$(basename $(pd upload dist/Goobox-0.3.1-setup_x64.exe -n Goobox-0.3.1-setup_x64.exe))
WIN_ID=$(basename $(pd upload dist/Goobox-0.3.2-setup_x64.exe -n Goobox-0.3.2-setup_x64.exe))
echo "Dev build for Windows is uploaded at ${WIN_ID}"

MAC_ID=$(basename $(pd upload dist/Goobox-0.3.1.dmg -n Goobox-0.3.1.dmg))
MAC_ID=$(basename $(pd upload dist/Goobox-0.3.2.dmg -n Goobox-0.3.2.dmg))
echo "Dev build for MacOS is uploaded at ${MAC_ID}"

LINUX_ID=$(basename $(pd upload dist/Goobox-0.3.1-x86_64.AppImage -n Goobox-0.3.1-x86_64.AppImage))
LINUX_ID=$(basename $(pd upload dist/Goobox-0.3.2-x86_64.AppImage -n Goobox-0.3.2-x86_64.AppImage))
echo "Dev build for Linux is uploaded at ${LINUX_ID}"

LIST_URL=$(pd create-list -t "Goobox-0.3.1" ${WIN_ID}:Goobox-0.3.1-setup_x64.exe ${MAC_ID}:Goobox-0.3.1.dmg ${LINUX_ID}:Goobox-0.3.1-x86_64.AppImage)
LIST_URL=$(pd create-list -t "Goobox-0.3.2" ${WIN_ID}:Goobox-0.3.2-setup_x64.exe ${MAC_ID}:Goobox-0.3.2.dmg ${LINUX_ID}:Goobox-0.3.2-x86_64.AppImage)
echo "Download page for the dev builds are set up at ${LIST_URL}"

curl -XPOST -H 'Content-Type:application/json' $DISCORD_WEBHOOK -d @- <<EOF
Expand Down
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Goobox",
"version": "0.3.1",
"version": "0.3.2",
"description": "Goobox community edition sync app for sia and storj 🎉🚀",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -47,83 +47,83 @@
},
"homepage": "https://github.com/GooBox/goobox-community-gui",
"dependencies": {
"about-window": "^1.12.1",
"core-js": "^2.6.5",
"about-window": "^1.13.0",
"core-js": "^3.1.3",
"electron-json-storage": "^4.1.6",
"node-jre": "github:jkawamoto/node-jre",
"node-notifier": "^5.4.0",
"react-copy-to-clipboard": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/preset-env": "^7.3.1",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-regular-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-minify-webpack-plugin": "^0.3.1",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"commander": "^2.19.0",
"connected-react-router": "^6.3.1",
"commander": "^2.20.0",
"connected-react-router": "^6.4.0",
"coveralls": "^3.0.3",
"css-loader": "^2.1.0",
"del": "^3.0.0",
"del-cli": "^1.1.0",
"electron": "^4.0.5",
"electron-builder": "^20.38.5",
"electron-log": "^3.0.1",
"css-loader": "^2.1.1",
"del": "^4.1.1",
"del-cli": "^2.0.0",
"electron": "^5.0.2",
"electron-builder": "^20.43.0",
"electron-log": "^3.0.6",
"electron-updater": "^4.0.6",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"eslint": "^5.14.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"history": "^4.9.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"jest": "^24.1.0",
"jest-fetch-mock": "^2.1.1",
"js-yaml": "^3.12.1",
"lint-staged": "^8.1.4",
"menubar": "^5.2.3",
"husky": "^2.3.0",
"jest": "^24.8.0",
"jest-fetch-mock": "^2.1.2",
"js-yaml": "^3.13.1",
"lint-staged": "^8.1.7",
"menubar": "^6.0.2",
"npm-run-all": "^4.1.5",
"opn": "^5.4.0",
"prettier": "^1.16.4",
"opn": "^6.0.0",
"prettier": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-awesome-popover": "^3.1.1",
"react-dom": "^16.8.3",
"react-redux": "^6.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react": "^16.8.6",
"react-awesome-popover": "^4.0.2",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"redux-actions": "^2.6.5",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.3",
"redux-saga": "^1.0.1",
"redux-saga": "^1.0.2",
"rimraf": "^2.6.3",
"semver": "^5.6.0",
"semver": "^6.1.1",
"stream-to-string": "^1.2.0",
"style-loader": "^0.23.1",
"styled-components": "^4.1.3",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0",
"styled-components": "^4.2.1",
"stylelint": "^10.0.1",
"stylelint-config-recommended": "^2.2.0",
"svg-url-loader": "^2.3.2",
"updates": "^7.1.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
"updates": "^8.1.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.2"
},
"optionalDependencies": {
"fileicon": "^0.2.2"
Expand Down
Loading