Skip to content

Commit b457b77

Browse files
Version Packages (#123)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3bc226a commit b457b77

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/wet-lies-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-primer-react
22

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/primer/eslint-plugin-primer-react/pull/122) [`3bc226a`](https://github.com/primer/eslint-plugin-primer-react/commit/3bc226ad0786f9a7a21ce92a63cbba17b8a5b763) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - New rule: new-color-css-vars-have-fallback: checks that if a new color var is used, it has a fallback value
8+
39
## 4.0.3
410

511
### Patch Changes
@@ -151,7 +157,7 @@
151157
function ExampleComponent() {
152158
const styles = {
153159
// Enabling `checkAllStrings` will find deprecated colors used like this:
154-
color: 'text.primary'
160+
color: 'text.primary',
155161
}
156162
return <Box sx={styles}>Hello</Box>
157163
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-primer-react",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "ESLint rules for Primer React",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)