@spothero/ui 13.8.0-beta.0 → 13.8.0-beta.1

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,3 +1,8 @@
1
+ # 13.8.0-beta.1 - 01/26/2022
2
+
3
+ ## Miscellaneous Updates
4
+ * [[81abeef](https://github.com/spothero/fe-ui/commit/81abeef)] - `chore:` Updated alias for theme (Nathan)
5
+
1
6
  # 13.8.0-beta.0 - 01/25/2022
2
7
 
3
8
  ## New Features
package/CHANGELOG.tmp CHANGED
@@ -1,8 +1,5 @@
1
- # 13.8.0-beta.0 - 01/25/2022
2
-
3
- ## New Features
4
- * [[0985116](https://github.com/spothero/fe-ui/commit/0985116)] - Updated exports for POC (Nathan)
1
+ # 13.8.0-beta.1 - 01/26/2022
5
2
 
6
3
  ## Miscellaneous Updates
7
- * [[25bf562](https://github.com/spothero/fe-ui/commit/25bf562)] - `chore:` Updated style configs (Nathan)
4
+ * [[81abeef](https://github.com/spothero/fe-ui/commit/81abeef)] - `chore:` Updated alias for theme (Nathan)
8
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "13.8.0-beta.0",
3
+ "version": "13.8.0-beta.1",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "v2/index-bundled-cjs/index.js",
6
6
  "module": "v2/index.js",