@spothero/ui 14.8.2-beta.0 → 14.8.3
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 +11 -0
- package/CHANGELOG.tmp +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
# 14.8.3 - 06/21/2022
|
|
2
|
+
|
|
3
|
+
## Miscellaneous Updates
|
|
4
|
+
* [[9d66803](https://github.com/spothero/fe-ui/commit/9d66803)] - `fix:` Adds legacy-peer-deps to npmrc to support npm changes ([#301](https://github.com/spothero/fe-ui/pull/301)) (Max Rashes)
|
|
5
|
+
* [[c254ac0](https://github.com/spothero/fe-ui/commit/c254ac0)] - `chore:` Refactored Layer stories to increase clarity ([#300](https://github.com/spothero/fe-ui/pull/300)) (Nathan Caraker)
|
|
6
|
+
|
|
7
|
+
# 14.8.2 - 05/24/2022
|
|
8
|
+
|
|
9
|
+
## Miscellaneous Updates
|
|
10
|
+
* [[e1703b6](https://github.com/spothero/fe-ui/commit/e1703b6)] - `fix:` Update components with optional chaining and required props ([#298](https://github.com/spothero/fe-ui/pull/298)) (Janavi Anand)
|
|
11
|
+
|
|
1
12
|
# 14.8.2-beta.0 - 05/23/2022
|
|
2
13
|
|
|
3
14
|
## Miscellaneous Updates
|
package/CHANGELOG.tmp
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
# 14.8.
|
|
1
|
+
# 14.8.3 - 06/21/2022
|
|
2
2
|
|
|
3
3
|
## Miscellaneous Updates
|
|
4
|
-
* [[
|
|
4
|
+
* [[9d66803](https://github.com/spothero/fe-ui/commit/9d66803)] - `fix:` Adds legacy-peer-deps to npmrc to support npm changes ([#301](https://github.com/spothero/fe-ui/pull/301)) (Max Rashes)
|
|
5
|
+
* [[c254ac0](https://github.com/spothero/fe-ui/commit/c254ac0)] - `chore:` Refactored Layer stories to increase clarity ([#300](https://github.com/spothero/fe-ui/pull/300)) (Nathan Caraker)
|
|
5
6
|
|