Skip to content

Commit

Permalink
Release 6.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Feb 11, 2025
1 parent fb8a140 commit 32bc63b
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 9 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@

<!-- towncrier release notes start -->

## 6.0.0-alpha.13 (2025-02-11)

### Feature

- Add a `Summary` component used to render a content type for listings and teasers. @davisagli [#462](https://github.com/kitconcept/volto-light-theme/pull/462)
- Re-label the "Default" listing variation to "List" and the "Summary" variation to "List with images".
(The internal names remain unchanged.) @davisagli [#462](https://github.com/kitconcept/volto-light-theme/pull/462)
- Add summary components to render the date for news items and events and the file type and size for files. @davisagli [#462](https://github.com/kitconcept/volto-light-theme/pull/462)

### Bugfix

- Improve rendering of whole-day and open-ended event dates. @davisagli [#462](https://github.com/kitconcept/volto-light-theme/pull/462)

### Internal

- Update to use 18.8.1 @sneridagh [#473](https://github.com/kitconcept/volto-light-theme/pull/473)

### Documentation

- Update the order of the addon list so that the override order is correct. @kittauri [#470](https://github.com/kitconcept/volto-light-theme/pull/470)

## 6.0.0-alpha.12 (2025-02-04)

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

<!-- towncrier release notes start -->

## 6.0.0-alpha.13 (2025-02-11)

### Feature

- Add a `Summary` component used to render a content type for listings and teasers. @davisagli [#462](https://github.com/kitconcept/volto-light-theme/pull/462)
- Re-label the "Default" listing variation to "List" and the "Summary" variation to "List with images".
(The internal names remain unchanged.) @davisagli [#462](https://github.com/kitconcept/volto-light-theme/pull/462)
- Add summary components to render the date for news items and events and the file type and size for files. @davisagli [#462](https://github.com/kitconcept/volto-light-theme/pull/462)

### Bugfix

- Improve rendering of whole-day and open-ended event dates. @davisagli [#462](https://github.com/kitconcept/volto-light-theme/pull/462)

### Internal

- Update to use 18.8.1 @sneridagh [#473](https://github.com/kitconcept/volto-light-theme/pull/473)

### Documentation

- Update the order of the addon list so that the override order is correct. @kittauri [#470](https://github.com/kitconcept/volto-light-theme/pull/470)

## 6.0.0-alpha.12 (2025-02-04)

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

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-light-theme/news/462.feature.1

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-light-theme/news/462.feature.2

This file was deleted.

2 changes: 0 additions & 2 deletions packages/volto-light-theme/news/462.feature.3

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-light-theme/news/470.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-light-theme/news/473.internal

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.12",
"version": "6.0.0-alpha.13",
"description": "Volto Light Theme by kitconcept",
"main": "src/index.ts",
"types": "src/types/index.d.ts",
Expand Down

0 comments on commit 32bc63b

Please sign in to comment.