@spothero/ui 14.3.5-beta.0 → 14.3.5
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 +2 -6
- package/CHANGELOG.tmp +2 -6
- package/package.json +1 -1
- package/v1/index-bundled.cjs.js +1 -1
- package/v1/index-bundled.cjs.js.map +1 -1
- package/v1/index-bundled.esm.js +1 -1
- package/v1/index-bundled.esm.js.map +1 -1
- package/v1/index-unbundled.cjs.js +35 -35
- package/v1/index-unbundled.esm.js +35 -35
- package/v2/index-bundled.cjs.js +3 -3
- package/v2/index-bundled.cjs.js.map +1 -1
- package/v2/index-bundled.esm.js +3 -3
- package/v2/index-bundled.esm.js.map +1 -1
- package/v2/index-unbundled.cjs.js +145 -145
- package/v2/index-unbundled.esm.js +145 -145
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
# 14.3.5
|
|
2
|
-
## Miscellaneous Updates
|
|
1
|
+
# 14.3.5 - 04/11/2022
|
|
3
2
|
|
|
4
3
|
## Miscellaneous Updates
|
|
5
|
-
* [[
|
|
6
|
-
* [[c136546](https://github.com/spothero/fe-ui/commit/c136546)] - `fix:` Remove ImageCarousel as its failing on consumer (Gru Singh)
|
|
7
|
-
* [[629fd70](https://github.com/spothero/fe-ui/commit/629fd70)] - `fix:` Try passing Button as prop (Gru Singh)
|
|
8
|
-
* [[016347f](https://github.com/spothero/fe-ui/commit/016347f)] - `fix:` Use relative path for Button inorder to fix build issue in consumer (Gru Singh)
|
|
4
|
+
* [[af1a36c](https://github.com/spothero/fe-ui/commit/af1a36c)] - `fix:` Remove ImageCarousel from fe-ui ([#281](https://github.com/spothero/fe-ui/pull/281)) (Gru Singh)
|
|
9
5
|
|
|
10
6
|
# 14.3.4 - 04/11/2022
|
|
11
7
|
|
package/CHANGELOG.tmp
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
# 14.3.5
|
|
2
|
-
## Miscellaneous Updates
|
|
1
|
+
# 14.3.5 - 04/11/2022
|
|
3
2
|
|
|
4
3
|
## Miscellaneous Updates
|
|
5
|
-
* [[
|
|
6
|
-
* [[c136546](https://github.com/spothero/fe-ui/commit/c136546)] - `fix:` Remove ImageCarousel as its failing on consumer (Gru Singh)
|
|
7
|
-
* [[629fd70](https://github.com/spothero/fe-ui/commit/629fd70)] - `fix:` Try passing Button as prop (Gru Singh)
|
|
8
|
-
* [[016347f](https://github.com/spothero/fe-ui/commit/016347f)] - `fix:` Use relative path for Button inorder to fix build issue in consumer (Gru Singh)
|
|
4
|
+
* [[af1a36c](https://github.com/spothero/fe-ui/commit/af1a36c)] - `fix:` Remove ImageCarousel from fe-ui ([#281](https://github.com/spothero/fe-ui/pull/281)) (Gru Singh)
|
|
9
5
|
|