diff --git a/CHANGELOG.md b/CHANGELOG.md index da40a73f..7567349c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/client/package-lock.json b/client/package-lock.json index e798772e..6b917d55 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { - "name": "voz-ativa", - "version": "3.3.0", + "name": "perfil-parlamentar", + "version": "3.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index 99269029..ce666f7a 100644 --- a/client/package.json +++ b/client/package.json @@ -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", diff --git a/package-lock.json b/package-lock.json index f88122da..7494c159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "voz-ativa", - "version": "3.3.0", + "name": "perfil-parlamentar", + "version": "3.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f4b1ee81..1979958f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"