Skip to content

Commit

Permalink
Release 1.0.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Feb 6, 2025
1 parent d7d9a2f commit 663c9be
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog

<!-- towncrier release notes start -->
## 1.0.0a4 (2025-02-06)

### Backend

No significant changes.




### Frontend

#### Internal

- Fix Docker image generation [@ericof]



## 1.0.0a3 (2025-02-06)

### Backend
Expand Down
5 changes: 5 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

<!-- towncrier release notes start -->

## 1.0.0a5 (2025-02-06)

No significant changes.


## 1.0.0a4 (2025-02-06)


Expand Down
2 changes: 1 addition & 1 deletion backend/src/kitconcept/intranet/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0a4"
__version__ = "1.0.0a5"
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- --api

frontend:
image: ghcr.io/kitconcept/kitconcept-intranet-frontend:1.0.0a4
image: ghcr.io/kitconcept/kitconcept-intranet-frontend:1.0.0a5
platform: linux/amd64
environment:
RAZZLE_INTERNAL_API_PATH: http://backend:8080/Plone
Expand All @@ -52,7 +52,7 @@ services:
- traefik.http.routers.rt-frontend.middlewares=gzip

backend:
image: ghcr.io/kitconcept/kitconcept-intranet-backend:1.0.0a4
image: ghcr.io/kitconcept/kitconcept-intranet-backend:1.0.0a5
platform: linux/amd64
environment:
RELSTORAGE_DSN: "dbname='${DB_NAME:-plone}' user='${DB_NAME:-plone}' host='${DB_HOST:-db}' password='${DB_PASSWORD:-HxfQYJgHCtjM}' port='${DB_PORT:-5432}'"
Expand Down
6 changes: 6 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 1.0.0-alpha.5 (2025-02-06)

### Internal

- Fix Docker image generation [@ericof]

## 1.0.0-alpha.4 (2025-02-06)

## 1.0.0-alpha.3 (2024-10-01)
Expand Down
6 changes: 6 additions & 0 deletions frontend/packages/volto-intranet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 1.0.0-alpha.5 (2025-02-06)

### Internal

- Fix Docker image generation [@ericof]

## 1.0.0-alpha.4 (2025-02-06)

## 1.0.0-alpha.3 (2024-10-01)
Expand Down
1 change: 0 additions & 1 deletion frontend/packages/volto-intranet/news/+docker.internal

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/packages/volto-intranet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitconcept/volto-intranet",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "A Plone distribution for Intranets with Plone. Created by kitconcept.",
"main": "src/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0a4
1.0.0a5

0 comments on commit 663c9be

Please sign in to comment.