@spothero/ui 14.0.0-beta.0 → 14.0.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.0.0-beta.0 - 04/01/2022
1
+ # 14.0.0 - 04/01/2022
2
2
 
3
3
  ## Breaking Changes
4
- * [[5b68933](https://github.com/spothero/fe-ui/commit/5b68933)] - Upgrade to nodejs 16 (Gru Singh)
4
+ * [[3e0ee21](https://github.com/spothero/fe-ui/commit/3e0ee21)] - Upgrade to nodejs 16 ([#273](https://github.com/spothero/fe-ui/pull/273)) (Gru Singh)
5
5
 
6
6
  # 13.10.1 - 03/11/2022
7
7
  ## Miscellaneous Updates
package/CHANGELOG.tmp CHANGED
@@ -1,5 +1,5 @@
1
- # 14.0.0-beta.0 - 04/01/2022
1
+ # 14.0.0 - 04/01/2022
2
2
 
3
3
  ## Breaking Changes
4
- * [[5b68933](https://github.com/spothero/fe-ui/commit/5b68933)] - Upgrade to nodejs 16 (Gru Singh)
4
+ * [[3e0ee21](https://github.com/spothero/fe-ui/commit/3e0ee21)] - Upgrade to nodejs 16 ([#273](https://github.com/spothero/fe-ui/pull/273)) (Gru Singh)
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "14.0.0-beta.0",
3
+ "version": "14.0.0",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "v2/index-bundled-cjs/index.js",
6
6
  "module": "v2/index.js",