Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project to the 1.0.0 release using Release Please automation.
Changes:
- Bump package/plugin/JSR versions to
1.0.0 - Add the
1.0.0release entry toCHANGELOG.md - Update Release Please manifest to track the new version
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/index.js | Updates plugin meta.version to 1.0.0. |
| package.json | Bumps npm package version to 1.0.0. |
| jsr.json | Bumps JSR package version to 1.0.0. |
| CHANGELOG.md | Adds Release Please-generated 1.0.0 changelog entry. |
| .release-please-manifest.json | Updates tracked release version to 1.0.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * no-unknown-at-rules rule ([#7](https://github.com/lumirlumir/fork-css/issues/7)) ([9a4d027](https://github.com/lumirlumir/fork-css/commit/9a4d02721a8f7f5d1f119337a45fb4336ee69156)) | ||
| * no-unknown-properties rule ([#5](https://github.com/lumirlumir/fork-css/issues/5)) ([43dec96](https://github.com/lumirlumir/fork-css/commit/43dec96553557be58039a658e0bb100cd6ae2ab8)) | ||
| * Remove Tailwind syntax in favor of external tailwind-csstree ([#166](https://github.com/lumirlumir/fork-css/issues/166)) ([a035fa7](https://github.com/lumirlumir/fork-css/commit/a035fa7c5b36845b73131e2d1a0b8c83f6c89ffe)) | ||
| * Rename require-basline -> use-baseline ([#100](https://github.com/lumirlumir/fork-css/issues/100)) ([21b71b4](https://github.com/lumirlumir/fork-css/commit/21b71b4c3fdb283dc0eb0e3d304e3ec7194578f8)), closes [#96](https://github.com/lumirlumir/fork-css/issues/96) |
There was a problem hiding this comment.
Typo in release notes: require-basline should be require-baseline (the rule being renamed).
| * Bump to v1.0.0 | ||
| * Require Node.js ^20.19.0 || ^22.13.0 || >=24 ([#302](https://github.com/lumirlumir/fork-css/issues/302)) | ||
| * Remove Tailwind syntax in favor of external tailwind-csstree ([#166](https://github.com/lumirlumir/fork-css/issues/166)) | ||
| * Rename require-basline -> use-baseline ([#100](https://github.com/lumirlumir/fork-css/issues/100)) |
There was a problem hiding this comment.
Typo in release notes: require-basline should be require-baseline (the rule being renamed). This is user-facing documentation and should be corrected for clarity/searchability.
| * Rename require-basline -> use-baseline ([#100](https://github.com/lumirlumir/fork-css/issues/100)) | |
| * Rename require-baseline -> use-baseline ([#100](https://github.com/lumirlumir/fork-css/issues/100)) |
|
Hi everyone, it looks like we lost track of this pull request. Please review and see what the next steps are. This pull request will auto-close in 7 days without an update. |
🤖 I have created a release beep boop
1.0.0 (2026-01-25)
⚠ BREAKING CHANGES
Features
allow*options touse-baselinerule (#310) (e8dc57d)allowUnknownVariablesoption to no-invalid-properties (#178) (932cf62)font-family-fallbacksrule (#174) (5678024)no-invalid-named-grid-areasrule (#169) (162f6e5)no-unmatchable-selectorsrule (#301) (adaa397)relative-font-unitsrule (#133) (ce256da)selector-complexityrule (#252) (2bd29c4)no-duplicate-keyframe-selectors(#143) (dfe9c05)getLocFromIndexandgetIndexFromLoc(#167) (3baeacf)no-invalid-properties(#242) (c123f6e)Bug Fixes
nameproperty torecommendedconfig (#336) (f115c3f)meta.docs.recommendedin custom rules (#231) (6ea61a5)plugin-kitto latest to resolve security vulnerabilities (#209) (32e02d6)!importantinno-importantrule (#286) (33ea905)use-baselinerule (#297) (cc0dff7)applyInlineConfig(#281) (386f42a)[@keyframes](https://github.com/keyframes)inno-duplicate-keyframe-selectors(#251) (11ae50f)[@charset](https://github.com/charset)in no-invalid-at-rules (#192) (4d3d140)prefer-logical-properties(b720cf8)prefer-logical-properties(#176) (b720cf8)allow*values inprefer-logical-propertiesrule (#311) (23caee3)CSSSourceCode(#275) (2d0eec6)no-invalid-properties(#290) (4120774)Commentmember fromCSSSyntaxElementunion (#119) (67f3d4e)no-invalid-properties(#184) (1db0b1a)Miscellaneous Chores
This PR was generated with Release Please. See documentation.