Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.5.5 #1247

Merged
merged 47 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
994ad56
Fix linter warnings manually
venimus Mar 23, 2021
26ce77d
Merge pull request #1116 from aeternity/feature/fix-linter-warnings
CedrikNikita Aug 20, 2021
adfa471
chore: run npm update
CedrikNikita Aug 20, 2021
ffe6acc
chore: run npm audit fix
CedrikNikita Aug 20, 2021
901a324
fix(UserInfo): don't request `<BACKEND_URL>false`
davidyuk Jul 7, 2021
5a0abb0
refactor: add `fetchJson` function
davidyuk Jul 7, 2021
fbfe678
refactor(backend): throw exception instead of returning `null`
davidyuk Jul 7, 2021
88ce3c2
refactor: remove handler of unknown error
davidyuk Jul 7, 2021
8b39f58
refactor(UserInfo): simplify js
davidyuk Jul 14, 2021
25ba422
refactor: consistent error handling
davidyuk Jul 7, 2021
b95e11e
fix: omit exceptions thrown by await tip/retip endpoints for v1
davidyuk Jul 15, 2021
95e91a5
Merge pull request #1133 from aeternity/feature/exception-throwing
CedrikNikita Aug 20, 2021
bd8494f
Merge pull request #1150 from aeternity/feature/update-dependencies
CedrikNikita Aug 21, 2021
ad8993d
fix(user-info): add initial profile, include loading stage
CedrikNikita Aug 24, 2021
f44e77c
refactor(env): avoid extra redirect to explorer
CedrikNikita Aug 24, 2021
18d2f10
feat(changelog): build using standard-version
imollov Jul 27, 2021
0beeb3a
chore: lint commit messages
imollov Jul 29, 2021
f635f57
chore(readme): add release command
imollov Jul 29, 2021
aa7c06f
Merge pull request #1148 from aeternity/feature/build-changelog
imollov Aug 24, 2021
765c478
refactor: remove unused wording
CedrikNikita Aug 26, 2021
3e180fb
refactor(wording): update claim wording
CedrikNikita Sep 1, 2021
cd2f616
Merge pull request #1155 from aeternity/feature/change-explorer-url
etharner Sep 8, 2021
b69858c
Merge pull request #1156 from aeternity/feature/remove-unused-wording
etharner Sep 8, 2021
f7f5991
Merge pull request #1157 from aeternity/feature/update-wording
etharner Sep 8, 2021
46432be
Merge pull request #1154 from aeternity/feature/fix-user-info-preview
CedrikNikita Sep 8, 2021
909e9ea
ci(circleci-build): initial circleci config to avoid failed PR checks
mmpetarpeshev Oct 4, 2021
cda372c
ci(circleci-build): fix sample file
mmpetarpeshev Oct 4, 2021
f75a98a
Merge pull request #1159 from aeternity/feature/circleci-sample-config
mmpetarpeshev Oct 5, 2021
1406cb6
fix(aeternity): actually reset state on disconnect
CedrikNikita Mar 23, 2022
6d34a71
feat: add Superhero Wallet banner
CedrikNikita Sep 13, 2022
22cbb6c
chore: governance url, git dependency compatibility
thepiwo Nov 4, 2022
860be5a
fix: input message should not open tip link when it's a post on focus
ifaouibadi Nov 23, 2022
9692dcf
fix: strong tag in index.html
davidyuk May 8, 2023
5f91df2
Merge pull request #1227 from aeternity/feature/fix-index-html
davidyuk Jul 3, 2023
290bf1c
ci(chore): fix deploy url
venimus Feb 12, 2024
9da1298
fix(chore): Update Governance.vue
venimus Feb 12, 2024
7c0211c
ci(chore): fix comment-on-pr ver
venimus Feb 12, 2024
dad5fe2
chore: remove jitsi dependencies
kenodressel Apr 25, 2024
ac20127
feat: upgraded sdk to newer version
kenodressel Apr 25, 2024
8182c0e
fix: lint & cypress
kenodressel Apr 29, 2024
9f69f60
chore: upgrades tipping contract dep to new version
kenodressel Apr 29, 2024
fd2204a
chore: fixes contract versions
kenodressel Apr 29, 2024
0514889
fix: applies feedback & upgrades dependencies
kenodressel Apr 30, 2024
6d58495
Merge branch 'master' into feature/merge-master-into-develop
CedrikNikita Jun 18, 2024
f3ee0c5
Merge pull request #1249 from aeternity/feature/merge-master-into-dev…
CedrikNikita Jun 18, 2024
862f11c
chore: remove unused circleci config
CedrikNikita Jun 18, 2024
5efd99d
chore(release): 0.5.5
CedrikNikita Jun 18, 2024
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
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VUE_APP_WALLET_URL=https://wallet.superhero.com
VUE_APP_JITSI_HOST=meet.aepps.com
VUE_APP_BACKEND_URL=https://raendom-backend.z52da5wt.xyz
VUE_APP_NODE_URL=https://mainnet.aeternity.io
VUE_APP_EXPLORER_URL=https://mainnet.aeternal.io
VUE_APP_EXPLORER_URL=https://explorer.aeternity.io
VUE_APP_COMPILER_URL=https://latest.compiler.aepps.com
VUE_APP_CONTRACT_V1_ADDRESS=ct_2AfnEfCSZCTEkxL5Yoi4Yfq6fF7YapHRaFKDJK3THMXMBspp5z
VUE_APP_CONTRACT_V2_ADDRESS=
Expand Down
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = {
'vue-i18n/no-dynamic-keys': 'error',
'vue-i18n/no-unused-keys': 'error',
'vue-i18n/no-raw-text': 'off',
'vue-i18n/no-missing-keys': process.env.NODE_ENV === 'production' ? 'off' : 'warn',
},
overrides: [
{
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ jobs:
env:
APP_NAME: aggregator
steps:
- if: github.ref != 'refs/heads/develop'
uses: actions/checkout@v2
with:
ref: develop
- uses: actions/checkout@v2
with:
fetch-depth: 100
- if: github.ref != 'refs/heads/develop'
run: git branch develop origin/develop
- uses: actions/setup-node@v2
with:
node-version: 14.x
Expand Down
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nodejs 14.21.3
python 3.10.14
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@ npm run test:e2e
npm run lint
```

### Bump version and generate change log
```
npm run release
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
};
Loading
Loading