Skip to content

Commit c2c7d02

Browse files
committed
7.2.0
1 parent 9159832 commit c2c7d02

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
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).
44

5+
## [7.2.0] - 2024-03-25
6+
### Added
7+
- New properties related to: offset, transition and text wrapping.
8+
### Fixed
9+
- Gap properties `column-gap` and `row-gap` moving unsafely.
10+
511
## [7.1.1] - 2023-10-01
612
### Fixed
713
- Regression with TypeScript types resolution for CommonJS.
@@ -171,6 +177,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
171177
### Changed
172178
- Put declarations before nested declarations.
173179

180+
[7.2.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.1.1...v7.2.0
174181
[7.1.1]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.1.0...v7.1.1
175182
[7.1.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.0.3...v7.1.0
176183
[7.0.3]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.0.2...v7.0.3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-declaration-sorter",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"description": "Sorts CSS declarations fast and automatically in a certain order.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)