diff --git a/.changeset/eight-foxes-smile.md b/.changeset/eight-foxes-smile.md deleted file mode 100644 index 1d32422..0000000 --- a/.changeset/eight-foxes-smile.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@perplex-digital/stylelint-config': minor ---- - -- Add rest of Anchor Positioning properties - - [`anchor-scope`](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/anchor-scope) - - `anchor-center` diff --git a/.changeset/jolly-flies-thank.md b/.changeset/jolly-flies-thank.md deleted file mode 100644 index 3aab6f0..0000000 --- a/.changeset/jolly-flies-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@perplex-digital/stylelint-config': minor ---- - -replace `stylelint-config-standard` with `@dreamsicle.io/stylelint-config-tailwindcss` in the list of extended configs in README.md and src/index.js, and remove `stylelint-config-standard` from dependencies in package.json. diff --git a/.changeset/sparkly-doors-obey.md b/.changeset/sparkly-doors-obey.md deleted file mode 100644 index fa3e96e..0000000 --- a/.changeset/sparkly-doors-obey.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@perplex-digital/stylelint-config': minor ---- - -Add Corner Shape properties - -- [`corner`](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/corner) -- longhand `corner-*` properties -- [`corner-shape`](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/corner-shape) -- longhand `corner-*-shape` properties \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e475f75..b5dce40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 17.1.0 + +### Minor Changes +- Add rest of Anchor Positioning properties ([#15](https://github.com/PerplexDigital/stylelint-config/pull/15)) + - [`anchor-scope`](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/anchor-scope) + - `anchor-center` +- Replace `stylelint-config-standard` with `@dreamsicle.io/stylelint-config-tailwindcss` in the list of extended configs in README.md and src/index.js, and remove `stylelint-config-standard` from dependencies in package.json. ([#15](https://github.com/PerplexDigital/stylelint-config/pull/15)) +- Add Corner Shape properties ([#15](https://github.com/PerplexDigital/stylelint-config/pull/15)) + - [`corner`](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/corner) + - longhand `corner-*` properties + - [`corner-shape`](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/corner-shape) + - longhand `corner-*-shape` properties + ## 17.0.0 ### Major Changes diff --git a/package.json b/package.json index 03af688..a77a119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@perplex-digital/stylelint-config", - "version": "17.0.0", + "version": "17.1.0", "description": "Order and Concentric-based property sorting for Stylelint.", "keywords": [ "tailwind",