Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjonard committed Jan 11, 2024
1 parent 28ab0c9 commit 32bb3e5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release-frankenphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: benjaminjonard/koillection
ref: 1.5.1
ref: 1.5.2
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
Expand All @@ -34,5 +34,5 @@ jobs:
with:
file: Dockerfile.frankenphp
push: true
tags: docker.io/koillection/koillection:frankenphp,docker.io/koillection/koillection:latest-frankenphp,docker.io/koillection/koillection:1.5.1-frankenphp
tags: docker.io/koillection/koillection:frankenphp,docker.io/koillection/koillection:latest-frankenphp,docker.io/koillection/koillection:1.5.2-frankenphp
platforms: linux/amd64,linux/arm64
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: benjaminjonard/koillection
ref: 1.5.1
ref: 1.5.2
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
Expand All @@ -34,5 +34,5 @@ jobs:
with:
file: Dockerfile
push: true
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.5.1
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.5.2
platforms: linux/amd64,linux/arm64
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.5.2] / 2024-01-11
### Fixes
- Fix star rating misalignment on some screen resolutions and zoom levels (benjaminjonard)
- Fix input misalignment on smartphone when editing item's metadata (benjaminjonard)

## [1.5.1] / 2024-01-08
### Features
- Add title display on hover on collections names (benjaminjonard)
Expand Down
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koillection",
"preferGlobal": true,
"version": "1.5.1",
"version": "1.5.2",
"author": "Benjamin Jonard",
"description": "Front assets for Koillection",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion config/packages/api_platform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
api_platform:
title: 'Koillection API'
version: 1.5.1
version: 1.5.2
show_webby: false

formats:
Expand Down
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
release: '1.5.1'
release: '1.5.2'
default_locale: 'en'
container.dumper.inline_factories: true

Expand Down

0 comments on commit 32bb3e5

Please sign in to comment.