From aca509663407b307589abd43823251b1889d5d5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 18:36:56 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/calm-pianos-share.md | 6 -- .changeset/dry-roses-crash.md | 5 -- .changeset/fresh-apples-catalog.md | 12 --- .changeset/giant-walls-sing.md | 7 -- .changeset/large-moles-begin.md | 7 -- .changeset/ledger.yaml | 75 +++++++++++++++++++ .changeset/light-lemons-beg.md | 7 -- .changeset/orange-ducks-move.md | 14 ---- .changeset/rapid-ai-create.md | 9 --- .changeset/shaggy-foxes-dress.md | 5 -- apps/mock/CHANGELOG.md | 7 ++ packages/changelog-github/CHANGELOG.md | 6 ++ packages/changelog-github/package.json | 2 +- packages/commitlint/CHANGELOG.md | 6 ++ packages/commitlint/package.json | 2 +- packages/create-icebreaker/CHANGELOG.md | 15 ++++ packages/create-icebreaker/package.json | 2 +- packages/create-repoctl/CHANGELOG.md | 15 ++++ packages/create-repoctl/package.json | 2 +- .../CHANGELOG.md | 12 +++ .../package.json | 2 +- packages/eslint/CHANGELOG.md | 21 ++++++ packages/eslint/package.json | 2 +- .../lightningcss-tailwindcss/CHANGELOG.md | 6 ++ .../lightningcss-tailwindcss/package.json | 2 +- packages/monorepo-templates/CHANGELOG.md | 22 ++++++ packages/monorepo-templates/package.json | 2 +- packages/monorepo/CHANGELOG.md | 20 +++++ packages/monorepo/package.json | 2 +- packages/postcss-tailwindcss/CHANGELOG.md | 10 +++ packages/postcss-tailwindcss/package.json | 2 +- packages/repoctl/CHANGELOG.md | 15 ++++ packages/repoctl/package.json | 2 +- .../stylelint-plugin-tailwindcss/CHANGELOG.md | 15 ++++ .../stylelint-plugin-tailwindcss/package.json | 2 +- packages/stylelint/CHANGELOG.md | 13 ++++ packages/stylelint/package.json | 2 +- 37 files changed, 271 insertions(+), 85 deletions(-) delete mode 100644 .changeset/calm-pianos-share.md delete mode 100644 .changeset/dry-roses-crash.md delete mode 100644 .changeset/fresh-apples-catalog.md delete mode 100644 .changeset/giant-walls-sing.md delete mode 100644 .changeset/large-moles-begin.md delete mode 100644 .changeset/light-lemons-beg.md delete mode 100644 .changeset/orange-ducks-move.md delete mode 100644 .changeset/rapid-ai-create.md delete mode 100644 .changeset/shaggy-foxes-dress.md diff --git a/.changeset/calm-pianos-share.md b/.changeset/calm-pianos-share.md deleted file mode 100644 index 3ad66285..00000000 --- a/.changeset/calm-pianos-share.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@icebreakers/eslint-config": minor -"@icebreakers/monorepo-templates": patch ---- - -Keep Astro, Svelte, and extra Prettier plugins consumer-provided instead of copying them from the workspace root. diff --git a/.changeset/dry-roses-crash.md b/.changeset/dry-roses-crash.md deleted file mode 100644 index bc2b93a0..00000000 --- a/.changeset/dry-roses-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@icebreakers/monorepo-templates": patch ---- - -Use Vite native config loader compatible imports in the Vue library template. diff --git a/.changeset/fresh-apples-catalog.md b/.changeset/fresh-apples-catalog.md deleted file mode 100644 index 88535d5e..00000000 --- a/.changeset/fresh-apples-catalog.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@icebreakers/monorepo": patch -"repoctl": patch -"@icebreakers/eslint-config": patch -"@icebreakers/stylelint-config": patch -"@icebreakers/monorepo-templates": patch -"eslint-plugin-better-stylelint": patch -"postcss-tailwindcss": patch -"stylelint-plugin-tailwindcss": patch ---- - -Use a pnpm catalog for duplicated package versions without copying catalog specifiers into generated workspaces. diff --git a/.changeset/giant-walls-sing.md b/.changeset/giant-walls-sing.md deleted file mode 100644 index 27742aa4..00000000 --- a/.changeset/giant-walls-sing.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-repoctl": major -"create-icebreaker": major -"@icebreakers/monorepo-templates": major ---- - -Require Node.js 22.13 or newer. These packages no longer advertise Node 18 support. diff --git a/.changeset/large-moles-begin.md b/.changeset/large-moles-begin.md deleted file mode 100644 index 51e4c952..00000000 --- a/.changeset/large-moles-begin.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@icebreakers/monorepo": patch -"stylelint-plugin-tailwindcss": patch -"@icebreakers/monorepo-templates": patch ---- - -Bump lint-staged, UnoCSS, Vite 8.3, wrangler, and packaged template dependencies. diff --git a/.changeset/ledger.yaml b/.changeset/ledger.yaml index 8a2ffacf..081e74c6 100644 --- a/.changeset/ledger.yaml +++ b/.changeset/ledger.yaml @@ -7,11 +7,19 @@ dir: packages/changelog-github intents: - auto-pr-872 +"@icebreakers/changelog-github@2.1.0": + dir: packages/changelog-github + intents: + - orange-ducks-move "@icebreakers/commitlint-config@4.0.6": dir: packages/commitlint intents: - bright-repoctl-links - dev-configs-merge +"@icebreakers/commitlint-config@4.1.0": + dir: packages/commitlint + intents: + - orange-ducks-move "@icebreakers/eslint-config@7.1.1": dir: packages/eslint intents: @@ -28,6 +36,14 @@ intents: - auto-pr-874 - auto-pr-876 +"@icebreakers/eslint-config@8.0.0": + dir: packages/eslint + intents: + - calm-pianos-share + - fresh-apples-catalog + - light-lemons-beg + - orange-ducks-move + - shaggy-foxes-dress "@icebreakers/monorepo-templates@1.1.0": dir: packages/monorepo-templates intents: @@ -70,6 +86,16 @@ dir: packages/monorepo-templates intents: - sweet-worms-relate +"@icebreakers/monorepo-templates@2.0.0": + dir: packages/monorepo-templates + intents: + - calm-pianos-share + - dry-roses-crash + - fresh-apples-catalog + - giant-walls-sing + - large-moles-begin + - light-lemons-beg + - rapid-ai-create "@icebreakers/monorepo@5.1.0": dir: packages/monorepo intents: @@ -123,11 +149,23 @@ dir: packages/monorepo intents: - auto-pr-874 +"@icebreakers/monorepo@5.5.0": + dir: packages/monorepo + intents: + - fresh-apples-catalog + - large-moles-begin + - orange-ducks-move + - rapid-ai-create "@icebreakers/stylelint-config@5.0.7": dir: packages/stylelint intents: - bright-repoctl-links - dev-configs-merge +"@icebreakers/stylelint-config@5.1.0": + dir: packages/stylelint + intents: + - fresh-apples-catalog + - orange-ducks-move create-icebreaker@1.1.0: dir: packages/create-icebreaker intents: @@ -144,6 +182,11 @@ create-icebreaker@1.1.5: dir: packages/create-icebreaker intents: - bright-repoctl-links +create-icebreaker@2.0.0: + dir: packages/create-icebreaker + intents: + - giant-walls-sing + - rapid-ai-create create-repoctl@0.1.0: dir: packages/create-repoctl intents: @@ -156,6 +199,11 @@ create-repoctl@0.1.4: dir: packages/create-repoctl intents: - bright-repoctl-links +create-repoctl@1.0.0: + dir: packages/create-repoctl + intents: + - giant-walls-sing + - rapid-ai-create eslint-plugin-better-stylelint@2.0.4: dir: packages/eslint-plugin-better-stylelint intents: @@ -165,11 +213,21 @@ eslint-plugin-better-stylelint@2.0.5: dir: packages/eslint-plugin-better-stylelint intents: - auto-pr-874 +eslint-plugin-better-stylelint@2.1.0: + dir: packages/eslint-plugin-better-stylelint + intents: + - fresh-apples-catalog + - light-lemons-beg + - orange-ducks-move lightningcss-tailwindcss@2.0.4: dir: packages/lightningcss-tailwindcss intents: - bright-repoctl-links - dev-configs-merge +lightningcss-tailwindcss@2.1.0: + dir: packages/lightningcss-tailwindcss + intents: + - orange-ducks-move postcss-tailwindcss@3.0.7: dir: packages/postcss-tailwindcss intents: @@ -180,6 +238,11 @@ postcss-tailwindcss@3.0.8: intents: - auto-pr-866 - auto-pr-867 +postcss-tailwindcss@3.1.0: + dir: packages/postcss-tailwindcss + intents: + - fresh-apples-catalog + - orange-ducks-move repoctl@5.2.0: dir: packages/repoctl intents: @@ -209,6 +272,12 @@ repoctl@5.4.8: dir: packages/repoctl intents: - auto-pr-874 +repoctl@5.5.0: + dir: packages/repoctl + intents: + - fresh-apples-catalog + - orange-ducks-move + - rapid-ai-create stylelint-plugin-tailwindcss@3.0.7: dir: packages/stylelint-plugin-tailwindcss intents: @@ -225,3 +294,9 @@ stylelint-plugin-tailwindcss@3.0.9: intents: - auto-pr-872 - auto-pr-874 +stylelint-plugin-tailwindcss@3.1.0: + dir: packages/stylelint-plugin-tailwindcss + intents: + - fresh-apples-catalog + - large-moles-begin + - orange-ducks-move diff --git a/.changeset/light-lemons-beg.md b/.changeset/light-lemons-beg.md deleted file mode 100644 index d3d2a0cc..00000000 --- a/.changeset/light-lemons-beg.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@icebreakers/eslint-config": patch -"@icebreakers/monorepo-templates": patch -"eslint-plugin-better-stylelint": patch ---- - -Drop unused root toolchain leftovers and declare defu and UnoCSS ESLint plugins on the packages that actually use them. diff --git a/.changeset/orange-ducks-move.md b/.changeset/orange-ducks-move.md deleted file mode 100644 index 5cff6af3..00000000 --- a/.changeset/orange-ducks-move.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"repoctl": minor -"@icebreakers/monorepo": minor -"@icebreakers/eslint-config": minor -"@icebreakers/stylelint-config": minor -"@icebreakers/commitlint-config": minor -"@icebreakers/changelog-github": minor -"eslint-plugin-better-stylelint": minor -"stylelint-plugin-tailwindcss": minor -"postcss-tailwindcss": minor -"lightningcss-tailwindcss": minor ---- - -Require Node.js 22.13 or newer and normalize package metadata. diff --git a/.changeset/rapid-ai-create.md b/.changeset/rapid-ai-create.md deleted file mode 100644 index 726ed2af..00000000 --- a/.changeset/rapid-ai-create.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"create-repoctl": minor -"create-icebreaker": minor -"repoctl": minor -"@icebreakers/monorepo": minor -"@icebreakers/monorepo-templates": minor ---- - -Give agents a non-interactive create path, a user-facing AGENTS.md, and a repoctl skill that can scaffold a workspace from an empty directory. diff --git a/.changeset/shaggy-foxes-dress.md b/.changeset/shaggy-foxes-dress.md deleted file mode 100644 index 65fd8661..00000000 --- a/.changeset/shaggy-foxes-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@icebreakers/eslint-config": major ---- - -Stop bundling eslint-plugin-better-stylelint. Install it yourself before `stylelint: true`; missing installs are skipped. diff --git a/apps/mock/CHANGELOG.md b/apps/mock/CHANGELOG.md index 390d9e2b..262c9faf 100644 --- a/apps/mock/CHANGELOG.md +++ b/apps/mock/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies: + - @icebreakers/stylelint-config@5.1.0 + +## 0.0.53 + +### Patch Changes + - Updated dependencies: - @icebreakers/stylelint-config@5.0.9 diff --git a/packages/changelog-github/CHANGELOG.md b/packages/changelog-github/CHANGELOG.md index ac90df26..f07b4f36 100644 --- a/packages/changelog-github/CHANGELOG.md +++ b/packages/changelog-github/CHANGELOG.md @@ -1,5 +1,11 @@ # @icebreakers/changelog-github +## 2.1.0 + +### Minor Changes + +- Require Node.js 22.13 or newer and normalize package metadata. + ## 2.0.4 ### Patch Changes diff --git a/packages/changelog-github/package.json b/packages/changelog-github/package.json index d9c150eb..c057fd46 100644 --- a/packages/changelog-github/package.json +++ b/packages/changelog-github/package.json @@ -1,7 +1,7 @@ { "name": "@icebreakers/changelog-github", "type": "module", - "version": "2.0.4", + "version": "2.1.0", "description": "Changesets GitHub changelog formatter for the repoctl development toolchain", "author": "ice breaker ", "license": "MIT", diff --git a/packages/commitlint/CHANGELOG.md b/packages/commitlint/CHANGELOG.md index b8713ba4..621cc445 100644 --- a/packages/commitlint/CHANGELOG.md +++ b/packages/commitlint/CHANGELOG.md @@ -1,5 +1,11 @@ # @icebreakers/commitlint-config +## 4.1.0 + +### Minor Changes + +- Require Node.js 22.13 or newer and normalize package metadata. + ## 4.0.6 ### Patch Changes diff --git a/packages/commitlint/package.json b/packages/commitlint/package.json index 593ad2b1..2740eccc 100644 --- a/packages/commitlint/package.json +++ b/packages/commitlint/package.json @@ -1,7 +1,7 @@ { "name": "@icebreakers/commitlint-config", "type": "module", - "version": "4.0.6", + "version": "4.1.0", "description": "Commitlint preset from the repoctl development toolchain", "author": "ice breaker ", "license": "MIT", diff --git a/packages/create-icebreaker/CHANGELOG.md b/packages/create-icebreaker/CHANGELOG.md index b2feb77e..e0b156a6 100644 --- a/packages/create-icebreaker/CHANGELOG.md +++ b/packages/create-icebreaker/CHANGELOG.md @@ -1,5 +1,20 @@ # create-icebreaker +## 2.0.0 + +### Major Changes + +- Require Node.js 22.13 or newer. These packages no longer advertise Node 18 support. + +### Minor Changes + +- Give agents a non-interactive create path, a user-facing AGENTS.md, and a repoctl skill that can scaffold a workspace from an empty directory. + +### Patch Changes + +- Updated dependencies: + - create-repoctl@1.0.0 + ## 1.1.8 ### Patch Changes diff --git a/packages/create-icebreaker/package.json b/packages/create-icebreaker/package.json index 36781fd9..df2a46b0 100644 --- a/packages/create-icebreaker/package.json +++ b/packages/create-icebreaker/package.json @@ -1,7 +1,7 @@ { "name": "create-icebreaker", "type": "module", - "version": "1.1.8", + "version": "2.0.0", "description": "Compatibility create command for repoctl-managed workspaces", "author": "ice breaker ", "license": "MIT", diff --git a/packages/create-repoctl/CHANGELOG.md b/packages/create-repoctl/CHANGELOG.md index 2d90c597..dc19f165 100644 --- a/packages/create-repoctl/CHANGELOG.md +++ b/packages/create-repoctl/CHANGELOG.md @@ -1,5 +1,20 @@ # create-repoctl +## 1.0.0 + +### Major Changes + +- Require Node.js 22.13 or newer. These packages no longer advertise Node 18 support. + +### Minor Changes + +- Give agents a non-interactive create path, a user-facing AGENTS.md, and a repoctl skill that can scaffold a workspace from an empty directory. + +### Patch Changes + +- Updated dependencies: + - @icebreakers/monorepo-templates@2.0.0 + ## 0.1.7 ### Patch Changes diff --git a/packages/create-repoctl/package.json b/packages/create-repoctl/package.json index 512e27d4..7f13b1c2 100644 --- a/packages/create-repoctl/package.json +++ b/packages/create-repoctl/package.json @@ -1,7 +1,7 @@ { "name": "create-repoctl", "type": "module", - "version": "0.1.7", + "version": "1.0.0", "description": "Create a repoctl-managed pnpm and Turborepo workspace. Non-interactive: pnpm create repoctl -- --yes --templates vue-hono", "author": "ice breaker ", "license": "MIT", diff --git a/packages/eslint-plugin-better-stylelint/CHANGELOG.md b/packages/eslint-plugin-better-stylelint/CHANGELOG.md index 844ad42f..2768648b 100644 --- a/packages/eslint-plugin-better-stylelint/CHANGELOG.md +++ b/packages/eslint-plugin-better-stylelint/CHANGELOG.md @@ -1,5 +1,17 @@ # eslint-plugin-better-stylelint +## 2.1.0 + +### Minor Changes + +- Require Node.js 22.13 or newer and normalize package metadata. + +### Patch Changes + +- Use a pnpm catalog for duplicated package versions without copying catalog specifiers into generated workspaces. + +- Drop unused root toolchain leftovers and declare defu and UnoCSS ESLint plugins on the packages that actually use them. + ## 2.0.5 ### Patch Changes diff --git a/packages/eslint-plugin-better-stylelint/package.json b/packages/eslint-plugin-better-stylelint/package.json index e08bbc92..bc45a317 100644 --- a/packages/eslint-plugin-better-stylelint/package.json +++ b/packages/eslint-plugin-better-stylelint/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-better-stylelint", "type": "module", - "version": "2.0.5", + "version": "2.1.0", "description": "Bridge Stylelint diagnostics into ESLint for style files and Vue SFCs", "author": "ice breaker ", "license": "MIT", diff --git a/packages/eslint/CHANGELOG.md b/packages/eslint/CHANGELOG.md index 9b287cef..2c7d0c86 100644 --- a/packages/eslint/CHANGELOG.md +++ b/packages/eslint/CHANGELOG.md @@ -1,5 +1,26 @@ # @icebreakers/eslint-config +## 8.0.0 + +### Major Changes + +- Stop bundling eslint-plugin-better-stylelint. Install it yourself before `stylelint: true`; missing installs are skipped. + +### Minor Changes + +- Keep Astro, Svelte, and extra Prettier plugins consumer-provided instead of copying them from the workspace root. + +- Require Node.js 22.13 or newer and normalize package metadata. + +### Patch Changes + +- Use a pnpm catalog for duplicated package versions without copying catalog specifiers into generated workspaces. + +- Drop unused root toolchain leftovers and declare defu and UnoCSS ESLint plugins on the packages that actually use them. + +- Updated dependencies: + - @icebreakers/stylelint-config@5.1.0 + ## 7.1.3 ### Patch Changes diff --git a/packages/eslint/package.json b/packages/eslint/package.json index b6b4ab5d..eac23af5 100644 --- a/packages/eslint/package.json +++ b/packages/eslint/package.json @@ -1,7 +1,7 @@ { "name": "@icebreakers/eslint-config", "type": "module", - "version": "7.1.3", + "version": "8.0.0", "description": "ESLint preset from the repoctl development toolchain", "author": "ice breaker ", "license": "MIT", diff --git a/packages/lightningcss-tailwindcss/CHANGELOG.md b/packages/lightningcss-tailwindcss/CHANGELOG.md index d908524f..07417e3d 100644 --- a/packages/lightningcss-tailwindcss/CHANGELOG.md +++ b/packages/lightningcss-tailwindcss/CHANGELOG.md @@ -1,5 +1,11 @@ # lightningcss-tailwindcss +## 2.1.0 + +### Minor Changes + +- Require Node.js 22.13 or newer and normalize package metadata. + ## 2.0.4 ### Patch Changes diff --git a/packages/lightningcss-tailwindcss/package.json b/packages/lightningcss-tailwindcss/package.json index 9eeff334..8e028bfd 100644 --- a/packages/lightningcss-tailwindcss/package.json +++ b/packages/lightningcss-tailwindcss/package.json @@ -1,7 +1,7 @@ { "name": "lightningcss-tailwindcss", "type": "module", - "version": "2.0.4", + "version": "2.1.0", "description": "Lightning CSS AST utilities for analyzing Tailwind CSS syntax", "author": "ice breaker ", "license": "MIT", diff --git a/packages/monorepo-templates/CHANGELOG.md b/packages/monorepo-templates/CHANGELOG.md index d51e5d6b..8ad58c35 100644 --- a/packages/monorepo-templates/CHANGELOG.md +++ b/packages/monorepo-templates/CHANGELOG.md @@ -1,5 +1,27 @@ # @icebreakers/monorepo-templates +## 2.0.0 + +### Major Changes + +- Require Node.js 22.13 or newer. These packages no longer advertise Node 18 support. + +### Minor Changes + +- Give agents a non-interactive create path, a user-facing AGENTS.md, and a repoctl skill that can scaffold a workspace from an empty directory. + +### Patch Changes + +- Keep Astro, Svelte, and extra Prettier plugins consumer-provided instead of copying them from the workspace root. + +- Use Vite native config loader compatible imports in the Vue library template. + +- Use a pnpm catalog for duplicated package versions without copying catalog specifiers into generated workspaces. + +- Bump lint-staged, UnoCSS, Vite 8.3, wrangler, and packaged template dependencies. + +- Drop unused root toolchain leftovers and declare defu and UnoCSS ESLint plugins on the packages that actually use them. + ## 1.3.5 ### Patch Changes diff --git a/packages/monorepo-templates/package.json b/packages/monorepo-templates/package.json index 81a58c61..8c516bce 100644 --- a/packages/monorepo-templates/package.json +++ b/packages/monorepo-templates/package.json @@ -1,7 +1,7 @@ { "name": "@icebreakers/monorepo-templates", "type": "module", - "version": "1.3.5", + "version": "2.0.0", "description": "Built-in project templates and managed workspace assets for repoctl", "author": "ice breaker ", "license": "MIT", diff --git a/packages/monorepo/CHANGELOG.md b/packages/monorepo/CHANGELOG.md index 46d8ad5f..b0a6c97a 100644 --- a/packages/monorepo/CHANGELOG.md +++ b/packages/monorepo/CHANGELOG.md @@ -1,5 +1,25 @@ # @icebreakers/monorepo +## 5.5.0 + +### Minor Changes + +- Require Node.js 22.13 or newer and normalize package metadata. + +- Give agents a non-interactive create path, a user-facing AGENTS.md, and a repoctl skill that can scaffold a workspace from an empty directory. + +### Patch Changes + +- Use a pnpm catalog for duplicated package versions without copying catalog specifiers into generated workspaces. + +- Bump lint-staged, UnoCSS, Vite 8.3, wrangler, and packaged template dependencies. + +- Updated dependencies: + - @icebreakers/commitlint-config@4.1.0 + - @icebreakers/eslint-config@8.0.0 + - @icebreakers/monorepo-templates@2.0.0 + - @icebreakers/stylelint-config@5.1.0 + ## 5.4.9 ### Patch Changes diff --git a/packages/monorepo/package.json b/packages/monorepo/package.json index 85ab281e..f715cb96 100644 --- a/packages/monorepo/package.json +++ b/packages/monorepo/package.json @@ -1,7 +1,7 @@ { "name": "@icebreakers/monorepo", "type": "module", - "version": "5.4.9", + "version": "5.5.0", "description": "Core engine and programmatic APIs for repoctl", "author": "ice breaker ", "license": "MIT", diff --git a/packages/postcss-tailwindcss/CHANGELOG.md b/packages/postcss-tailwindcss/CHANGELOG.md index f9e041fa..d8ce122e 100644 --- a/packages/postcss-tailwindcss/CHANGELOG.md +++ b/packages/postcss-tailwindcss/CHANGELOG.md @@ -1,5 +1,15 @@ # postcss-tailwindcss +## 3.1.0 + +### Minor Changes + +- Require Node.js 22.13 or newer and normalize package metadata. + +### Patch Changes + +- Use a pnpm catalog for duplicated package versions without copying catalog specifiers into generated workspaces. + ## 3.0.8 ### Patch Changes diff --git a/packages/postcss-tailwindcss/package.json b/packages/postcss-tailwindcss/package.json index 8e13beb1..743581a0 100644 --- a/packages/postcss-tailwindcss/package.json +++ b/packages/postcss-tailwindcss/package.json @@ -1,7 +1,7 @@ { "name": "postcss-tailwindcss", "type": "module", - "version": "3.0.8", + "version": "3.1.0", "description": "PostCSS AST utilities for analyzing Tailwind CSS syntax", "author": "ice breaker ", "license": "MIT", diff --git a/packages/repoctl/CHANGELOG.md b/packages/repoctl/CHANGELOG.md index e4e0d8f1..5f55abbf 100644 --- a/packages/repoctl/CHANGELOG.md +++ b/packages/repoctl/CHANGELOG.md @@ -1,5 +1,20 @@ # repoctl +## 5.5.0 + +### Minor Changes + +- Require Node.js 22.13 or newer and normalize package metadata. + +- Give agents a non-interactive create path, a user-facing AGENTS.md, and a repoctl skill that can scaffold a workspace from an empty directory. + +### Patch Changes + +- Use a pnpm catalog for duplicated package versions without copying catalog specifiers into generated workspaces. + +- Updated dependencies: + - @icebreakers/monorepo@5.5.0 + ## 5.4.9 ### Patch Changes diff --git a/packages/repoctl/package.json b/packages/repoctl/package.json index f8ae88ec..5d0f47bf 100644 --- a/packages/repoctl/package.json +++ b/packages/repoctl/package.json @@ -1,7 +1,7 @@ { "name": "repoctl", "type": "module", - "version": "5.4.9", + "version": "5.5.0", "description": "Task-first CLI for initializing, maintaining, validating, and releasing pnpm and Turborepo monorepos", "author": "ice breaker ", "license": "MIT", diff --git a/packages/stylelint-plugin-tailwindcss/CHANGELOG.md b/packages/stylelint-plugin-tailwindcss/CHANGELOG.md index e4ae3c5b..31d75982 100644 --- a/packages/stylelint-plugin-tailwindcss/CHANGELOG.md +++ b/packages/stylelint-plugin-tailwindcss/CHANGELOG.md @@ -1,5 +1,20 @@ # stylelint-plugin-tailwindcss +## 3.1.0 + +### Minor Changes + +- Require Node.js 22.13 or newer and normalize package metadata. + +### Patch Changes + +- Use a pnpm catalog for duplicated package versions without copying catalog specifiers into generated workspaces. + +- Bump lint-staged, UnoCSS, Vite 8.3, wrangler, and packaged template dependencies. + +- Updated dependencies: + - postcss-tailwindcss@3.1.0 + ## 3.0.9 ### Patch Changes diff --git a/packages/stylelint-plugin-tailwindcss/package.json b/packages/stylelint-plugin-tailwindcss/package.json index 0caf90a2..0d62bb60 100644 --- a/packages/stylelint-plugin-tailwindcss/package.json +++ b/packages/stylelint-plugin-tailwindcss/package.json @@ -1,7 +1,7 @@ { "name": "stylelint-plugin-tailwindcss", "type": "module", - "version": "3.0.9", + "version": "3.1.0", "description": "Stylelint plugin utilities for Tailwind CSS and utility-first selector rules", "author": "ice breaker ", "license": "MIT", diff --git a/packages/stylelint/CHANGELOG.md b/packages/stylelint/CHANGELOG.md index 9b4fcd6e..ba27f6ac 100644 --- a/packages/stylelint/CHANGELOG.md +++ b/packages/stylelint/CHANGELOG.md @@ -1,5 +1,18 @@ # @icebreakers/stylelint-config +## 5.1.0 + +### Minor Changes + +- Require Node.js 22.13 or newer and normalize package metadata. + +### Patch Changes + +- Use a pnpm catalog for duplicated package versions without copying catalog specifiers into generated workspaces. + +- Updated dependencies: + - stylelint-plugin-tailwindcss@3.1.0 + ## 5.0.9 ### Patch Changes diff --git a/packages/stylelint/package.json b/packages/stylelint/package.json index 2fa2d50c..5f0ac217 100644 --- a/packages/stylelint/package.json +++ b/packages/stylelint/package.json @@ -1,7 +1,7 @@ { "name": "@icebreakers/stylelint-config", "type": "module", - "version": "5.0.9", + "version": "5.1.0", "description": "Stylelint preset from the repoctl development toolchain", "author": "ice breaker ", "license": "MIT",