@bloom-housing/ui-components 4.0.2 → 4.0.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 CHANGED
@@ -3,6 +3,17 @@
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.0.3](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@4.0.2...@bloom-housing/ui-components@4.0.3) (2022-02-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * adds veteran to reserved community types translations ([#2544](https://github.com/seanmalbert/bloom/issues/2544)) ([96c08bf](https://github.com/seanmalbert/bloom/commit/96c08bffd749d9c0a97d06e40808ef9d2960eaf5))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [4.0.2](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@4.0.1...@bloom-housing/ui-components@4.0.2) (2022-02-09)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloom-housing/ui-components",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
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",
@@ -69,7 +69,7 @@
69
69
  "webpack": "^4.44.2"
70
70
  },
71
71
  "dependencies": {
72
- "@bloom-housing/backend-core": "^4.0.2",
72
+ "@bloom-housing/backend-core": "^4.0.3",
73
73
  "@mapbox/mapbox-sdk": "^0.13.0",
74
74
  "@types/body-scroll-lock": "^2.6.1",
75
75
  "@types/jwt-decode": "^2.2.1",
@@ -100,5 +100,5 @@
100
100
  "tailwindcss": "2.2.10",
101
101
  "typesafe-actions": "^5.1.0"
102
102
  },
103
- "gitHead": "ccf64bdf73d75e60061d6e5806b4aa994554d73c"
103
+ "gitHead": "4f27ebe4620ef6b6b9f5e82771a6a3d0ba303391"
104
104
  }
@@ -1267,14 +1267,16 @@
1267
1267
  "senior55": "Seniors 55+",
1268
1268
  "senior62": "Seniors 62+",
1269
1269
  "specialNeeds": "Special Needs",
1270
- "developmentalDisability": "Developmental Disability"
1270
+ "developmentalDisability": "Developmental Disability",
1271
+ "veteran": "Veteran"
1271
1272
  },
1272
1273
  "reservedCommunityTypeDescriptions": {
1273
1274
  "senior": "Seniors",
1274
1275
  "senior55": "Seniors 55+",
1275
1276
  "senior62": "Seniors 62+",
1276
1277
  "specialNeeds": "Special Needs",
1277
- "developmentalDisability": "People with Developmental Disabilities"
1278
+ "developmentalDisability": "People with Developmental Disabilities",
1279
+ "veteran": "Veteran"
1278
1280
  },
1279
1281
  "reservedFor": "Reserved for %{type}",
1280
1282
  "reservedCommunityType": "Reserved Community Type",