@btja/use-tailwind-media-query 0.1.1 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -174,8 +174,9 @@ pnpm run build
174
174
  Before releasing (after `npm login`):
175
175
 
176
176
  ```bash
177
- pnpm bump:version
178
177
  pnpm check:release
178
+ pnpm bump:version
179
+
179
180
  npm publish --access public
180
181
  ```
181
182
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@btja/use-tailwind-media-query",
3
3
  "type": "module",
4
- "version": "0.1.1",
4
+ "version": "0.1.4",
5
5
  "description": "Helper react hook to listen for tailwind media breakpoints. Intended for use with adaptive design.",
6
6
  "author": "Brian W Tjahjadi <brian.w.tjahjadi@gmail.com>",
7
7
  "license": "MIT",