@bloom-housing/ui-components 4.4.1-alpha.4 → 4.4.1-alpha.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 +8 -0
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.4.1-alpha.5](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.4.1-alpha.4...@bloom-housing/ui-components@4.4.1-alpha.5) (2022-05-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [4.4.1-alpha.4](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.4.1-alpha.3...@bloom-housing/ui-components@4.4.1-alpha.4) (2022-05-26)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @bloom-housing/ui-components
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bloom-housing/ui-components",
|
|
3
|
-
"version": "4.4.1-alpha.
|
|
3
|
+
"version": "4.4.1-alpha.5",
|
|
4
4
|
"author": "Sean Albert <sean.albert@exygy.com>",
|
|
5
5
|
"description": "Shared user interface components for Bloom affordable housing system",
|
|
6
6
|
"homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/ui-components",
|
|
@@ -53,7 +53,6 @@
|
|
|
53
53
|
"identity-obj-proxy": "^3.0.0",
|
|
54
54
|
"jest": "^26.5.3",
|
|
55
55
|
"mockdate": "^3.0.2",
|
|
56
|
-
"node-sass": "^7.0.0",
|
|
57
56
|
"postcss": "^8.3.6",
|
|
58
57
|
"postcss-loader": "^4.3",
|
|
59
58
|
"preact": "^10.5.14",
|
|
@@ -61,7 +60,7 @@
|
|
|
61
60
|
"react-is": "^17.0.2",
|
|
62
61
|
"react-test-renderer": "^17.0.2",
|
|
63
62
|
"regenerator-runtime": "^0.13.7",
|
|
64
|
-
"sass": "
|
|
63
|
+
"sass": "1.52.1",
|
|
65
64
|
"sass-loader": "^10.0.3",
|
|
66
65
|
"style-loader": "^1.1.3",
|
|
67
66
|
"ts-jest": "^26.4.1",
|
|
@@ -102,5 +101,5 @@
|
|
|
102
101
|
"tailwindcss": "2.2.10",
|
|
103
102
|
"typesafe-actions": "^5.1.0"
|
|
104
103
|
},
|
|
105
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "62aa52df192fcd4e82a5b0dd01581688376318f0"
|
|
106
105
|
}
|