Skip to content

Commit

Permalink
3.0.4-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
evarkitecta committed Jul 3, 2024
1 parent 2e098e6 commit ffd29d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ 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.0.4-RELEASE]

- i18n of send-solution-modal

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

- Ugraded to Angular 18
- Fixed package destination folder, in Angular 18 the destination folder is dist/ita-challenges-frontend/browser
- Fixed package destination folder, in Angular 18 the destination folder is dist/ita-challenges-frontend/browser

### [ita-challenges-frontend-2.14.0-RELEASE] - 2024-06-04 (feature#355)

Expand All @@ -24,6 +28,7 @@ and this project adheres to
### [ita-challenges-frontend-2.13.0-RELEASE] - 2024-05-15 (feature#331)

- Add filter methods and implement page navigation with filters and sort filters

### [ita-challenges-frontend-2.13.0-RELEASE] - 2024-05-15 (feature#331)

- Add filter methods and implement page navigation with filters and sort filters
Expand All @@ -44,13 +49,15 @@ and this project adheres to
### [ita-challenges-frontend-2.12.0-RELEASE] - 2024-05-13 (feature#215)

- Link Related

### [ita-challenges-frontend-2.12.0-RELEASE] - 2024-05-13 (feature#215)

- Link Related

### [ita-challenges-frontend-2.11.0-RELEASE] - 2024-05-07 (feature#293)

- Add order method for creation_date. Implement the formatDatePipe"

### [ita-challenges-frontend-2.11.0-RELEASE] - 2024-05-07 (feature#293)

- Add order method for creation_date. Implement the formatDatePipe"
Expand Down Expand Up @@ -139,7 +146,6 @@ and this project adheres to

- Add encryption cookies helper.


- Add encryption cookies helper.

### [ita-challenges-frontend-2.2.0-RELEASE] - 2024-04-08
Expand Down
2 changes: 1 addition & 1 deletion conf/.env.CI.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MICROSERVICE_DEPLOY=ita-challenges-frontend
MICROSERVICE_VERSION=3.0.3-RELEASE
MICROSERVICE_VERSION=3.0.4-RELEASE
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.0.3-RELEASE",
"version": "3.0.4-RELEASE",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.dev.json",
Expand Down

0 comments on commit ffd29d5

Please sign in to comment.