From 4f059d69e6ab56f98b5bce7515e2933745790b2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 22:36:40 +0000 Subject: [PATCH 1/2] chore: publish release --- .changeset/eight-foxes-smile.md | 7 ------- .changeset/jolly-flies-thank.md | 5 ----- .changeset/sparkly-doors-obey.md | 10 ---------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 5 files changed, 15 insertions(+), 23 deletions(-) delete mode 100644 .changeset/eight-foxes-smile.md delete mode 100644 .changeset/jolly-flies-thank.md delete mode 100644 .changeset/sparkly-doors-obey.md 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..76be535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # 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", From c45a5e01ae126575d58246454b41cb86aeb9a187 Mon Sep 17 00:00:00 2001 From: Toby Boekwijt <130988545+TobyPerplex@users.noreply.github.com> Date: Sat, 24 Jan 2026 23:40:19 +0100 Subject: [PATCH 2/2] Update CHANGELOG for version 17.1.0 changes --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76be535..b5dce40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,10 @@ ## 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 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