@spothero/ui 14.8.0-beta.0 → 14.8.0

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.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
- # 14.8.0-beta.0 - 05/18/2022
1
+ # 14.8.0 - 05/19/2022
2
2
 
3
3
  ## New Features
4
- * [[f1f7a8a](https://github.com/spothero/fe-ui/commit/f1f7a8a)] - Removed textButton and textButtonOnDark from fe-ui. Also removed underline for now (Max Rashes)
4
+ * [[c5dcc22](https://github.com/spothero/fe-ui/commit/c5dcc22)] - Removed textButton and textButtonOnDark from fe-ui. Also removed underline for now ([#296](https://github.com/spothero/fe-ui/pull/296)) (Max Rashes)
5
5
 
6
6
  # 14.7.6 - 05/18/2022
7
7
 
package/CHANGELOG.tmp CHANGED
@@ -1,5 +1,5 @@
1
- # 14.8.0-beta.0 - 05/18/2022
1
+ # 14.8.0 - 05/19/2022
2
2
 
3
3
  ## New Features
4
- * [[f1f7a8a](https://github.com/spothero/fe-ui/commit/f1f7a8a)] - Removed textButton and textButtonOnDark from fe-ui. Also removed underline for now (Max Rashes)
4
+ * [[c5dcc22](https://github.com/spothero/fe-ui/commit/c5dcc22)] - Removed textButton and textButtonOnDark from fe-ui. Also removed underline for now ([#296](https://github.com/spothero/fe-ui/pull/296)) (Max Rashes)
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "14.8.0-beta.0",
3
+ "version": "14.8.0",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "v2/index-bundled.cjs.js",
6
6
  "module": "v2/index.js",