@spothero/ui 13.10.1-beta.0 → 13.10.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.
Files changed (29) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/CHANGELOG.tmp +3 -2
  3. package/package.json +1 -1
  4. package/v1/index-bundled-cjs/index.js +1 -1
  5. package/v1/index-bundled-cjs/index.js.map +1 -1
  6. package/v1/index-bundled-esm/index.js +1 -1
  7. package/v1/index-bundled-esm/index.js.map +1 -1
  8. package/v1/index-unbundled-cjs/index.js +35 -35
  9. package/v1/index-unbundled-esm/index.js +35 -35
  10. package/v2/index-bundled-cjs/{ImageCarousel-6fd5db39.js → ImageCarousel-a5aa935d.js} +2 -2
  11. package/v2/index-bundled-cjs/{ImageCarousel-6fd5db39.js.map → ImageCarousel-a5aa935d.js.map} +1 -1
  12. package/v2/index-bundled-cjs/{index-8d0f80f6.js → index-72b444ab.js} +4 -4
  13. package/v2/index-bundled-cjs/{index-8d0f80f6.js.map → index-72b444ab.js.map} +1 -1
  14. package/v2/index-bundled-cjs/index.js +1 -1
  15. package/v2/index-bundled-esm/{ImageCarousel-eab1d6cd.js → ImageCarousel-a8dd3c5f.js} +2 -2
  16. package/v2/index-bundled-esm/{ImageCarousel-eab1d6cd.js.map → ImageCarousel-a8dd3c5f.js.map} +1 -1
  17. package/v2/index-bundled-esm/{index-c0705cec.js → index-f4a79d4d.js} +4 -4
  18. package/v2/index-bundled-esm/{index-c0705cec.js.map → index-f4a79d4d.js.map} +1 -1
  19. package/v2/index-bundled-esm/index.js +1 -1
  20. package/v2/index-unbundled-cjs/{ImageCarousel-7ccd8f2f.js → ImageCarousel-7f4217ce.js} +4 -4
  21. package/v2/index-unbundled-cjs/{ImageCarousel-7ccd8f2f.js.map → ImageCarousel-7f4217ce.js.map} +1 -1
  22. package/v2/index-unbundled-cjs/{index-9d5ea07a.js → index-1f80bed0.js} +148 -148
  23. package/v2/index-unbundled-cjs/{index-9d5ea07a.js.map → index-1f80bed0.js.map} +1 -1
  24. package/v2/index-unbundled-cjs/index.js +1 -1
  25. package/v2/index-unbundled-esm/{ImageCarousel-fbb24dbe.js → ImageCarousel-346f9af1.js} +4 -4
  26. package/v2/index-unbundled-esm/{ImageCarousel-fbb24dbe.js.map → ImageCarousel-346f9af1.js.map} +1 -1
  27. package/v2/index-unbundled-esm/{index-23e28656.js → index-fc416fa1.js} +148 -148
  28. package/v2/index-unbundled-esm/{index-23e28656.js.map → index-fc416fa1.js.map} +1 -1
  29. package/v2/index-unbundled-esm/index.js +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 13.10.1 - 03/11/2022
2
+ ## Miscellaneous Updates
3
+ * [[4a3b6b0](https://github.com/spothero/fe-ui/commit/4a3b6b0)] - Add support for creating custom icons ([#271](https://github.com/spothero/fe-ui/pull/271)) (Eddie Padin)
4
+ * `feature:` Add support for creating custom icons using the chakra customIcon helperCo-authored-by: sh-devtools-bot <sh-dev-tools-bot@spothero.com>
5
+
1
6
  # 13.10.1-beta.0 - 03/11/2022
2
7
  ## Miscellaneous Updates
3
8
  * [[815224c](https://github.com/spothero/fe-ui/commit/815224c)] - `feature:` Add support for creating custom icons (eddielee394)
package/CHANGELOG.tmp CHANGED
@@ -1,4 +1,5 @@
1
- # 13.10.1-beta.0 - 03/11/2022
1
+ # 13.10.1 - 03/11/2022
2
2
  ## Miscellaneous Updates
3
- * [[815224c](https://github.com/spothero/fe-ui/commit/815224c)] - `feature:` Add support for creating custom icons (eddielee394)
3
+ * [[4a3b6b0](https://github.com/spothero/fe-ui/commit/4a3b6b0)] - Add support for creating custom icons ([#271](https://github.com/spothero/fe-ui/pull/271)) (Eddie Padin)
4
+ * `feature:` Add support for creating custom icons using the chakra customIcon helperCo-authored-by: sh-devtools-bot <sh-dev-tools-bot@spothero.com>
4
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "13.10.1-beta.0",
3
+ "version": "13.10.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",