Skip to content

Commit

Permalink
Merge pull request #822 from aeternity/release/v0.8.4
Browse files Browse the repository at this point in the history
Release 0.8.4
  • Loading branch information
davidyuk authored May 28, 2019
2 parents c06009d + b089a7f commit 9503852
Show file tree
Hide file tree
Showing 200 changed files with 1,920 additions and 1,218 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ VUE_APP_MIGRATION_PHASE=0
UNFINISHED_FEATURES=true
VUE_APP_REMOTE_CONNECTION_BACKEND_URL=https://stage-signaling.aepps.com
VUE_APP_VAPID_PUBLIC_KEY=BJP4PnSPRizQofIOBhe8o-AlaElRYbp7Mi_nirXzPYkJPkZfu-ONL7M14Y2c_q9LfU1K3XUcwzfx3lNM_jBLJrc
VUE_APP_MATOMO_URL=https://analytics-other.aepps.com
VUE_APP_MATOMO_SITE_ID=1
VUE_APP_COUNTLY_URL=https://analytics.aepps.com
VUE_APP_COUNTLY_APP_KEY=a14d0329eab4b17923ccbe7b6ca271e29d4906fc
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.DS_Store
node_modules
/dist
/public/favicons/android-chrome-192x192.png
/public/favicons/android-chrome-512x512.png
/public/favicons/apple-touch-icon.png
/resources/icon.png

# Cordova files
/www
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ deploy:
- provider: releases
api_key: $GITHUB_TOKEN
file:
- aeternity.tar.gz
- aeternity.apk
- aeternity.app.tar.gz
skip_cleanup: true
on:
condition: $TRAVIS_OS_NAME = osx
tags: true
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.aeternity.base" version="0.8.3" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.aeternity.base" version="0.8.4" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Base æpp</name>
<author href="https://aeternity.com">
aeternity developers
Expand Down
3 changes: 3 additions & 0 deletions config/jest/EmptySvg.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<template>
<svg />
</template>
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
],
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
'^.*\\.svg\\?icon-component$': '<rootDir>/config/jest/EmptySvg.vue',
},
snapshotSerializers: [
'jest-serializer-vue',
Expand Down
Loading

0 comments on commit 9503852

Please sign in to comment.