Skip to content

Commit

Permalink
Version Packages (#1757)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
atlas-dst-bot and github-actions[bot] authored Dec 11, 2024
1 parent 6fb2894 commit 130ed3b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/unlucky-boxes-brake.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @compiled/eslint-plugin

## 0.18.1

### Patch Changes

- 6fb28946: Fix border-inline-start and border-inline-end not having any valid ordering in the shorthand-property-sorting ESLint rule
- Updated dependencies [6fb28946]
- @compiled/utils@0.13.2

## 0.18.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/eslint-plugin",
"version": "0.18.0",
"version": "0.18.1",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-eslint-plugin",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
Expand All @@ -20,7 +20,7 @@
"src"
],
"dependencies": {
"@compiled/utils": "^0.13.1",
"@compiled/utils": "^0.13.2",
"estraverse": "^5.3.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @compiled/utils

## 0.13.2

### Patch Changes

- 6fb28946: Fix border-inline-start and border-inline-end not having any valid ordering in the shorthand-property-sorting ESLint rule

## 0.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/utils",
"version": "0.13.1",
"version": "0.13.2",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
Expand Down

0 comments on commit 130ed3b

Please sign in to comment.