Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3y committed Oct 1, 2019
1 parent fd6b761 commit 8b6dd3b
Show file tree
Hide file tree
Showing 5 changed files with 1,197 additions and 2,521 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ By default, your new animation will be `active` and added to the config file at
```
Feel free to change this file if you wish to apply a different class name or switch animations on or off 👍

Once you're ready to open a PR for your new animation, be sure to publish the CSS first with `yarn run publish-css`.
Once you're ready to open a PR with your new animation, be sure to bump the version number in `package.json`. A patch bump is fine 👍

Open a PR following the PR template. Your commit message needn't be complex;

Expand Down
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ Fixes # || Adds new feature X || Adds whirl <WHIRL NAME>
<!-- Does your PR pass the relevant checks -->
### Checks
- [ ] Passes linting
- [ ] Consistent look across browsers
- [ ] Consistent look across browsers
- [ ] Bumped version in `package.json`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jh3y/whirl",
"version": "2.0.0",
"version": "2.1.0",
"description": "CSS loading animations with minimal effort",
"author": "jh3y <jhey.dev>",
"license": "MIT",
Expand Down
4 changes: 1 addition & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ const App = () => {
<a
target="_blank"
rel="noopener noreferrer"
href={`https://raw.githubusercontent.com/jh3y/whirl/v${
process.env.REACT_APP_VERSION
}/css/${className}.css`}>
href={`https://github.com/jh3y/whirl/blob/v${process.env.REACT_APP_VERSION}/css/${className}.css`}>
Grab the CSS on Github!
</a>
<footer>{whirls.length} whirls and counting!</footer>
Expand Down
Loading

0 comments on commit 8b6dd3b

Please sign in to comment.