Skip to content

Commit

Permalink
Release 6.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Dec 10, 2024
1 parent 01c812e commit 2eed4ee
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 6.0.0-alpha.6 (2024-12-10)

### Bugfix

- Fixed footerlinks error if the link is created but not set. @sneridagh [#445](https://github.com/kitconcept/volto-light-theme/pull/445)

## 6.0.0-alpha.5 (2024-12-09)

### Bugfix
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": "@kitconcept/volto-light-theme-dev",
"version": "6.0.0-alpha.5",
"version": "6.0.0-alpha.6",
"description": "Volto Light Theme by kitconcept",
"main": "src/index.js",
"types": "src/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/volto-light-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 6.0.0-alpha.6 (2024-12-10)

### Bugfix

- Fixed footerlinks error if the link is created but not set. @sneridagh [#445](https://github.com/kitconcept/volto-light-theme/pull/445)

## 6.0.0-alpha.5 (2024-12-09)

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion packages/volto-light-theme/news/445.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto-light-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitconcept/volto-light-theme",
"version": "6.0.0-alpha.5",
"version": "6.0.0-alpha.6",
"description": "Volto Light Theme by kitconcept",
"main": "src/index.ts",
"types": "src/types/index.d.ts",
Expand Down

0 comments on commit 2eed4ee

Please sign in to comment.