Skip to content

Commit

Permalink
3.1.13-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanvicente committed Oct 30, 2024
1 parent d90590d commit ec394c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [ita-challenges-frontend-3.1.13-RELEASE]

* Hide progression filter if user is not logged in

### [ita-challenges-frontend-3.1.10-RELEASE]

Expand Down
4 changes: 2 additions & 2 deletions GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ All features developed are deployed on the develop server for testing when are a
- Make sure your feature branch is up to date with the develop branch.
- Make sure the name of your feature branch is right (feature/#X).
- Follow semantic versioning (https://semver.org/), and update version number in package.json.
- Update version number (property MICROSERVICE_VERSION) at file .env.CI.dev as well. Make sure both versions are the same. There should be a white line at the end of the file.
- Make necesary annotations at file CHANGELOG.md
- Update version number (property MICROSERVICE_VERSION) at file **.env.CI.dev** and **package.json** as well. Make sure both versions are the same. There should be a white line at the end of the file.
- Make necesary annotations at file **CHANGELOG.md**
- Push your changes to the remote repository.
- Create a pull request from your feature branch to the develop branch.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ita-challenges-frontend",
"version": "3.1.12-RELEASE",
"version": "3.1.13-RELEASE",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.dev.json",
Expand Down

0 comments on commit ec394c7

Please sign in to comment.