Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nallenscott committed Jun 30, 2023
1 parent 0ad853c commit 2d6105e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.0.5](https://github.com/nallenscott/windshear/compare/v1.0.4...v1.0.5)

- chore: update dependencies [`4983346`](https://github.com/nallenscott/windshear/commit/49833467ed5396e63780cbe9d0ee3e2498dd3631)
- chore: move next export to config [`0503b75`](https://github.com/nallenscott/windshear/commit/0503b754a72cf4dd6bf34ae97a58e91350d999e1)
- chore: update readme [`0ad853c`](https://github.com/nallenscott/windshear/commit/0ad853c19527bf13559834effea95203fa956b26)

#### [v1.0.4](https://github.com/nallenscott/windshear/compare/v1.0.3...v1.0.4)

> 27 August 2022
- chore: update dependencies [`24f5104`](https://github.com/nallenscott/windshear/commit/24f51041ebf5563609f929768e714385d4c7fe99)
- chore: update changelog [`83fdca2`](https://github.com/nallenscott/windshear/commit/83fdca2a293364a8c87bdad4c72b5ffccd85898a)
- chore: update versioning [`0b31b69`](https://github.com/nallenscott/windshear/commit/0b31b69a6e6e1aa2716bf2390da267f2e0805a3b)
Expand Down
5 changes: 4 additions & 1 deletion package/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# windshear
<h1 align="center">
<img src="windshear.png" width=175 alt=""><br>
windshear<br>
</h1>

Windshear is a React hook for just-in-time component rendering, with first-class support for [Tailwind CSS](https://tailwindcss.com/docs). Easily bind visibility and other events to viewport dimensions and breakpoints with pinpoint accuracy.

Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "windshear",
"version": "1.0.4",
"version": "1.0.5",
"description": "React hook for just-in-time component rendering, with first-class support for Tailwind CSS.",
"license": "BSD-3-Clause",
"author": "Nathan Allen <[email protected]>",
Expand Down Expand Up @@ -47,4 +47,4 @@
"eslint": "^8.43.0",
"lodash": "^4.17.21"
}
}
}

0 comments on commit 2d6105e

Please sign in to comment.