Skip to content

Commit

Permalink
chore: bump to 6.7.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Sep 20, 2023
1 parent c77fc25 commit e78801b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 6.7.1 (unreleased)
## 6.7.2 (unreleased)

- Fix relative wiki links.
- ...

## 6.7.1 (2023-09-20)

- Fix, relative wiki links.
- Fix, remove editor ellipsis transformation.
- Fix, wysiwyg autlinks.
- Fix, internal project urls open in the same tab.
Expand Down
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ RUN set -eux; \
apk add \
bash; \
# Install taiga-front core
wget https://github.com/kaleidos-ventures/taiga-front-dist/archive/6.7.0.zip -O source.zip; \
wget https://github.com/kaleidos-ventures/taiga-front-dist/archive/6.7.1.zip -O source.zip; \
unzip source.zip; \
mv /taiga-front-dist-6.7.0 /taiga; \
mv /taiga-front-dist-6.7.1 /taiga; \
mv /conf.json.template taiga/dist/; \
chmod +x /docker-entrypoint.d/30_config_env_subst.sh; \
# Install taiga-front contribs
mkdir /taiga/dist/plugins; \
cd /taiga/dist/plugins; \
svn export "https://github.com/kaleidos-ventures/taiga-contrib-slack/tags/6.7.0/front/dist" "slack"; \
svn export "https://github.com/kaleidos-ventures/taiga-contrib-github-auth/tags/6.7.0/front/dist" "github-auth"; \
svn export "https://github.com/kaleidos-ventures/taiga-contrib-gitlab-auth/tags/6.7.0/front/dist" "gitlab-auth"; \
svn export "https://github.com/kaleidos-ventures/taiga-contrib-gitlab-auth/tags/6.7.1/front/dist" "gitlab-auth"; \
cd /; \
# Remove unused dependencies
apk del --no-cache .build-deps; \
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.0",
"version": "6.7.1",
"description": "Taiga project management system (frontend)",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit e78801b

Please sign in to comment.