Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
real34 committed Feb 27, 2019
1 parent a91e54d commit a6fba86
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [0.3.0](https://github.com/lachouettecoop/participation/compare/0.2.0...0.3.0) (2019-02-27)


### Bug Fixes

* Ne pas utiliser le cache pour régénérer le Docker ([a91e54d](https://github.com/lachouettecoop/participation/commit/a91e54d))


### Features

* ajout d’un bouton de feedback sur les pages ([26c2aa0](https://github.com/lachouettecoop/participation/commit/26c2aa0)), closes [#2](https://github.com/lachouettecoop/participation/issues/2)
* ajout d’un formulaire envoyant le message sur Zulip ([f0d6c90](https://github.com/lachouettecoop/participation/commit/f0d6c90)), closes [#3](https://github.com/lachouettecoop/participation/issues/3)
* ajout du nombre de PIAF attendues sur la page Chouettos ([e8c8cde](https://github.com/lachouettecoop/participation/commit/e8c8cde)), closes [#4](https://github.com/lachouettecoop/participation/issues/4)
* **docker:** ajout d’un Dockerfile permettant de construire l’application ([473d70d](https://github.com/lachouettecoop/participation/commit/473d70d)), closes [#3](https://github.com/lachouettecoop/participation/issues/3)
* ajout protection URL par Traefik ([d1cc1b2](https://github.com/lachouettecoop/participation/commit/d1cc1b2)), closes [#6](https://github.com/lachouettecoop/participation/issues/6)
* codes couleurs mieux adaptés aux valeurs affichées ([9ad56ed](https://github.com/lachouettecoop/participation/commit/9ad56ed)), closes [/github.com/lachouettecoop/participation/issues/4#issuecomment-466734981](https://github.com//github.com/lachouettecoop/participation/issues/4/issues/issuecomment-466734981) [#4](https://github.com/lachouettecoop/participation/issues/4)
* connexion avec ses identifiants Zulip pour remonter un problème ([80d9530](https://github.com/lachouettecoop/participation/commit/80d9530)), closes [#2](https://github.com/lachouettecoop/participation/issues/2)
* utilisation d’un robot Zulip plutôt qu’une connexion utilisateur ([32ca7a5](https://github.com/lachouettecoop/participation/commit/32ca7a5)), closes [#2](https://github.com/lachouettecoop/participation/issues/2)


### Performance Improvements

* limitation du nombre de Chouettos affichés ([4993979](https://github.com/lachouettecoop/participation/commit/4993979))



# [0.2.0](https://github.com/lachouettecoop/participation/compare/0.1.1...0.2.0) (2019-02-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chouette-participation",
"private": true,
"description": "",
"version": "0.2.0",
"version": "0.3.0",
"author": "",
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
Expand Down

0 comments on commit a6fba86

Please sign in to comment.