thread-ui 0.7.10 → 0.7.11

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ Thread is a React component library I built to create my [personal website](http
4
4
 
5
5
  ## Get Started
6
6
 
7
- All components work out of the box. Full documentation coming soon at thread.fisherandrew.org.
7
+ All items work out of the box. Explore thread components at [thread.fisherandrew.org](https://thread.fisherandrew.org)!
8
8
 
9
9
  ```bash
10
10
  npm install thread-ui
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thread-ui",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
4
4
  "author": "Andrew Fisher",
5
5
  "description": "UI Library for React Applications.",
6
6
  "license": "MIT",