Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: changelog formatting #1499 #1546

Merged
merged 2 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions apps/doc/src/app/about-prizm/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,15 @@ This means that when using the above components in your projects, you will need

## [4.0.0-next.2](https:/zyfra/Prizm) (17-01-2024)

## Features
### Features

- feat(doc): added ability to change current theme tokens
- feat(theme): added export all token list with palette and base
- feat(ci): update ci for previous versions v1-v3

## [1.14.0, 2.11.0, 3.10.0](https:/zyfra/Prizm) (19-01-2023)

## Features
### Features

- feat(doc): save current theme in local storage on change

Expand All @@ -158,22 +158,22 @@ This means that when using the above components in your projects, you will need

## [4.0.0-rc.1](https:/zyfra/Prizm) (15-01-2024)

## Features
### Features

- feat(components): remove deprecation from complex modules #1271
- feat(doc): language changer was added #1265
- feat(doc): search by status (new|preview|deprecated) #1257

## Bug fixes
### Bug fixes

- fix: check box extra margin #1189 #1193

## Deprecations
### Deprecations

- chore(flag-icons): deprecated flag-icons #1267
- chore(icons): deprecated prizm-icons-svg #1266

## Breacking Changes
### Breacking Changes

- bc(components): carousel deleted #1258
- bc(components): remove old themes and remove v3 prefix from new theme tokens #1270
Expand Down Expand Up @@ -214,7 +214,7 @@ This means that when using the above components in your projects, you will need

## [1.15.0, 2.12.0, 3.11.0](https:/zyfra/Prizm) (30-01-2023)

## Features
### Features

- feat(components/navigation-menu): add hint to navigation menu items and titles when text overflows #1216, #1312
- feat(components/accordion): add hint to accordion title when text overflows #1216, #1312
Expand All @@ -230,7 +230,7 @@ This means that when using the above components in your projects, you will need

## [1.14.0, 2.11.0, 3.10.0](https:/zyfra/Prizm) (19-01-2023)

## Features
### Features

- feat(doc): save current theme in local storage on change

Expand All @@ -242,7 +242,7 @@ This means that when using the above components in your projects, you will need

## [1.13.0, 2.10.0, 3.9.0](https:/zyfra/Prizm) (29-12-2023)

## Features
### Features

- feat(components/sticky): update on changes #1085
- feat(component/event-zone): directive to standalone #1260 #1276
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ markdown {
display: none;
}

& > :nth-child(3) {
margin-top: 0;
}

> * {
margin-left: 1.25rem;
}
Expand Down
Loading