Skip to content

Commit

Permalink
Versão 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonrpn committed Dec 2, 2019
1 parent f10e2d9 commit 069ef2f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.4.0 (2019-11-26)

- [x] Lançamento do Perfil Parlamentar: nova identidade e descrição do aplicativo
- [x] Adiciona trajetória política do parlamentar com filiações, mandatos e patrimônio
- [x] Altera a navegação geral do aplicativo
- [x] Referencia o Parlametria

## 3.3.0 (2019-11-13)

- [x] Adiciona investimento partidário dos parlamentares
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voz-ativa",
"version": "3.3.0",
"name": "perfil-parlamentar",
"version": "3.4.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "voz-ativa",
"version": "3.3.0",
"description": "Compatibilidade entre eleitor e os candidatos a Deputado Federal com base na Agenda Brasil Sustentável",
"name": "perfil-parlamentar",
"version": "3.4.0",
"description": "Saiba o que se passa no Congresso",
"main": "server.js",
"scripts": {
"client-install": "npm install --prefix client",
Expand All @@ -21,7 +21,7 @@
"type": "git",
"url": "git+https://github.com/analytics-ufcg/voz-ativa.git"
},
"author": "Analytics UFCG",
"author": "Laboratório Analytics - UFCG",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/analytics-ufcg/voz-ativa/issues"
Expand Down

0 comments on commit 069ef2f

Please sign in to comment.