Skip to content

Commit 0e220df

Browse files
committed
Bump version to 5.0.3
1 parent 039920c commit 0e220df

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<!-- mtoc-start -->
44

5+
- [v5.0.3](#v503)
56
- [v5.0.2](#v502)
67
- [v5.0.1](#v501)
78
- [v5.0.0 Blouson](#v500-blouson)
@@ -46,6 +47,10 @@
4647

4748
<!-- mtoc-end -->
4849

50+
## v5.0.3
51+
52+
- Switch from Lightning CSS to PostCSS with cssnano to reduce CSS file size.
53+
4954
## v5.0.2
5055

5156
- Adjust and unify usage of Lightning CSS for minification.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The little dress of CSS
66

7-
v5.0.2 Blouson
7+
v5.0.3 Blouson
88

99
By Rémino Rem
1010
<https://remino.net/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remino/dress.css",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "The little dress of CSS",
55
"type": "module",
66
"scripts": {

src/dress.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! }{ @remino/dress.css v5.0.2 }{ ISC License }{ https://remino.net/dress.css/ }{ */
1+
/*! }{ @remino/dress.css v5.0.3 }{ ISC License }{ https://remino.net/dress.css/ }{ */
22

33
@import './styles/dress/variables.css';
44
@import './styles/dress/base.css';

0 commit comments

Comments
 (0)