Skip to content

Commit

Permalink
Release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjonard committed Feb 13, 2024
1 parent fe46020 commit e070aca
Show file tree
Hide file tree
Showing 6 changed files with 11 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.4
ref: 1.5.5
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.4-frankenphp
tags: docker.io/koillection/koillection:frankenphp,docker.io/koillection/koillection:latest-frankenphp,docker.io/koillection/koillection:1.5.5-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.4
ref: 1.5.5
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.4
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.5.5
platforms: linux/amd64,linux/arm64
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.5.5] / 2024-02-13
### Fixes
- Fix doctrine json datatype migrations (benjaminjonard)

## [1.5.4] / 2024-02-10
### Features
- Add an option to display item quantities on collection page (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.4",
"version": "1.5.5",
"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.4
version: 1.5.5
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.4'
release: '1.5.5'
default_locale: 'en'
container.dumper.inline_factories: true

Expand Down

0 comments on commit e070aca

Please sign in to comment.