File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.19.0] - 2025-12-29
6+
57### Added
68
79- ` removeInlinedSelectors ` option to remove selectors that were successfully inlined from ` <style> ` blocks.
6163
6264- Initial public release
6365
64- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/java-v0.18.0...HEAD
66+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/java-v0.19.0...HEAD
67+ [ 0.19.0 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.18.0...java-v0.19.0
6568[ 0.18.0 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.17.0...java-v0.18.0
6669[ 0.17.0 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.16.0...java-v0.17.0
6770[ 0.16.0 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.15.0...java-v0.16.0
Original file line number Diff line number Diff line change 11[package ]
22name = " css_inline"
3- version = " 0.18 .0"
3+ version = " 0.19 .0"
44edition = " 2024"
55authors = [
" Dmitry Dygalo <[email protected] >" ]
66
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ repositories {
6464}
6565
6666dependencies {
67- implementation 'org.css-inline:css-inline:0.18 .0'
67+ implementation 'org.css-inline:css-inline:0.19 .0'
6868}
6969```
7070
@@ -81,7 +81,7 @@ dependencies {
8181 <dependency >
8282 <groupId >org.css-inline</groupId >
8383 <artifactId >css-inline</artifactId >
84- <version >0.18 .0</version >
84+ <version >0.19 .0</version >
8585 </dependency >
8686</dependencies >
8787```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' org.css-inline'
8- version = System . getenv(' VERSION' ) ?: ' 0.18 .0-SNAPSHOT'
8+ version = System . getenv(' VERSION' ) ?: ' 0.19 .0-SNAPSHOT'
99
1010java {
1111 sourceCompatibility = JavaVersion . VERSION_17
You can’t perform that action at this time.
0 commit comments