Skip to content

Commit 130ed3b

Browse files
Version Packages (#1757)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6fb2894 commit 130ed3b

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/unlucky-boxes-brake.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/eslint-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @compiled/eslint-plugin
22

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+
311
## 0.18.0
412

513
### Minor Changes

packages/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/eslint-plugin",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-eslint-plugin",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -20,7 +20,7 @@
2020
"src"
2121
],
2222
"dependencies": {
23-
"@compiled/utils": "^0.13.1",
23+
"@compiled/utils": "^0.13.2",
2424
"estraverse": "^5.3.0"
2525
},
2626
"devDependencies": {

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @compiled/utils
22

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+
39
## 0.13.1
410

511
### Patch Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/utils",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",

0 commit comments

Comments
 (0)