Skip to content

Commit

Permalink
Bump the all-dependencies group with 1 update (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Menke <[email protected]>
  • Loading branch information
dependabot[bot] and romainmenke authored Feb 19, 2024
1 parent 752459d commit 00d4dab
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packages/*"
],
"devDependencies": {
"@webref/css": "^6.11.1",
"@webref/css": "^6.11.2",
"aria-attributes": "^2.0.1",
"c8": "^9.1.0",
"html-element-attributes": "^3.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/prop-order/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.0.4

- Add new properties:
- `caret-animation`
- `position-animation`
- `position-try`
- `reading-order-items`
- Remove unknown properties:
- `layout-order`
- `reading-order`

## 3.0.3

- Add new properties:
Expand Down
6 changes: 4 additions & 2 deletions packages/prop-order/order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const order = [
"break-inside",
"caption-side",
"caret",
"caret-animation",
"caret-color",
"caret-shape",
"clear",
Expand Down Expand Up @@ -376,8 +377,6 @@ export const order = [
"offset-rotate",
"opacity",
"order",
"layout-order",
"reading-order",
"orphans",
"outline",
"outline-color",
Expand Down Expand Up @@ -434,12 +433,15 @@ export const order = [
"place-self",
"pointer-events",
"position",
"position-animation",
"position-fallback-bounds",
"position-try",
"position-try-options",
"position-try-order",
"print-color-adjust",
"quotes",
"r",
"reading-order-items",
"region-fragment",
"resize",
"rest",
Expand Down
2 changes: 1 addition & 1 deletion packages/prop-order/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/stylelint-mrhenry-prop-order",
"version": "3.0.3",
"version": "3.0.4",
"description": "Mr. Henry's preferred order for CSS properties",
"type": "module",
"main": "index.mjs",
Expand Down

0 comments on commit 00d4dab

Please sign in to comment.