Skip to content

Commit

Permalink
chore: bump to 6.7.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Feb 26, 2024
1 parent 29e29a1 commit 1f5f524
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- ...

## 6.7.7 (2024-02-26)

* Fix: sometime activity tab is empty.

## 6.7.6 (2024-02-22)

* Docker: fix a typo related to plugins setup process.
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ RUN set -eux; \
apk add \
bash; \
# Install taiga-front core
wget https://github.com/kaleidos-ventures/taiga-front-dist/archive/6.7.6.zip -O source.zip; \
wget https://github.com/kaleidos-ventures/taiga-front-dist/archive/6.7.7.zip -O source.zip; \
unzip source.zip; \
mv /taiga-front-dist-6.7.6 /taiga; \
mv /taiga-front-dist-6.7.7 /taiga; \
mv /conf.json.template taiga/dist/; \
chmod +x /docker-entrypoint.d/30_config_env_subst.sh; \
# Install taiga-front contribs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TaigaIO",
"version": "6.7.6",
"version": "6.7.7",
"description": "Taiga project management system (frontend)",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 1f5f524

Please sign in to comment.