Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva authored and github-actions[bot] committed May 7, 2024
1 parent 7d86784 commit d9db686
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"devDependencies": {
"jest": "^28.1.0"
},
"gitHead": "695cb5a252a7587f6db8fab068b5ab52c49c27f7"
"gitHead": "7d8678469f4dd5b4be65a6179ed70cad842ec02a"
}
9 changes: 3 additions & 6 deletions packages/kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ npm install @washingtonpost/wpds-ui-kit
## Usage

```jsx
import React from 'react';
import { Button } from '@washingtonpost/wpds-ui-kit';
import React from "react";
import { Button } from "@washingtonpost/wpds-ui-kit";

const App = () => (
<Button>Click me</Button>
);
const App = () => <Button>Click me</Button>;

export default App;
```

[Visit](https://build.washingtonpost.com) for more information.

2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@
"./src/input-search/cities": "./src/input-search/cities.ts",
"./src/theme/hexcodes.tokens.json": "./src/theme/hexcodes.tokens.json"
},
"gitHead": "695cb5a252a7587f6db8fab068b5ab52c49c27f7"
"gitHead": "7d8678469f4dd5b4be65a6179ed70cad842ec02a"
}
2 changes: 1 addition & 1 deletion packages/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"@washingtonpost/wpds-ui-kit": "2.1.2",
"nanoid": "^3.3.4"
},
"gitHead": "695cb5a252a7587f6db8fab068b5ab52c49c27f7"
"gitHead": "7d8678469f4dd5b4be65a6179ed70cad842ec02a"
}
2 changes: 1 addition & 1 deletion packages/tailwind-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
},
"gitHead": "695cb5a252a7587f6db8fab068b5ab52c49c27f7"
"gitHead": "7d8678469f4dd5b4be65a6179ed70cad842ec02a"
}
2 changes: 1 addition & 1 deletion packages/tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Import the CSS into your project:

Ta-da!

Thank you!
Thank you!
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"gitHead": "695cb5a252a7587f6db8fab068b5ab52c49c27f7"
"gitHead": "7d8678469f4dd5b4be65a6179ed70cad842ec02a"
}

0 comments on commit d9db686

Please sign in to comment.