Skip to content

Commit

Permalink
7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Mar 25, 2024
1 parent 9159832 commit c2c7d02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and follows [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.2.0] - 2024-03-25
### Added
- New properties related to: offset, transition and text wrapping.
### Fixed
- Gap properties `column-gap` and `row-gap` moving unsafely.

## [7.1.1] - 2023-10-01
### Fixed
- Regression with TypeScript types resolution for CommonJS.
Expand Down Expand Up @@ -171,6 +177,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
### Changed
- Put declarations before nested declarations.

[7.2.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.1.1...v7.2.0
[7.1.1]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.1.0...v7.1.1
[7.1.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.0.3...v7.1.0
[7.0.3]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.0.2...v7.0.3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "css-declaration-sorter",
"version": "7.1.1",
"version": "7.2.0",
"description": "Sorts CSS declarations fast and automatically in a certain order.",
"type": "module",
"exports": {
Expand Down

0 comments on commit c2c7d02

Please sign in to comment.