File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @compiled/eslint-plugin
2
2
3
+ ## 0.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6fb28946: Fix border-inline-start and border-inline-end not having any valid ordering in the shorthand-property-sorting ESLint rule
8
+ - Updated dependencies [ 6fb28946]
9
+ - @compiled/utils @0.13.2
10
+
3
11
## 0.18.0
4
12
5
13
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @compiled/eslint-plugin" ,
3
- "version" : " 0.18.0 " ,
3
+ "version" : " 0.18.1 " ,
4
4
"description" : " A familiar and performant compile time CSS-in-JS library for React." ,
5
5
"homepage" : " https://compiledcssinjs.com/docs/pkg-eslint-plugin" ,
6
6
"bugs" : " https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md" ,
20
20
" src"
21
21
],
22
22
"dependencies" : {
23
- "@compiled/utils" : " ^0.13.1 " ,
23
+ "@compiled/utils" : " ^0.13.2 " ,
24
24
"estraverse" : " ^5.3.0"
25
25
},
26
26
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# @compiled/utils
2
2
3
+ ## 0.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6fb28946: Fix border-inline-start and border-inline-end not having any valid ordering in the shorthand-property-sorting ESLint rule
8
+
3
9
## 0.13.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @compiled/utils" ,
3
- "version" : " 0.13.1 " ,
3
+ "version" : " 0.13.2 " ,
4
4
"description" : " A familiar and performant compile time CSS-in-JS library for React." ,
5
5
"homepage" : " https://compiledcssinjs.com" ,
6
6
"bugs" : " https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md" ,
You can’t perform that action at this time.
0 commit comments