@shopify/address
Advanced tools
Comparing version 2.8.2 to 2.8.3
@@ -8,11 +8,9 @@ # Changelog | ||
<!-- Unreleased changes should go to UNRELEASED.md --> | ||
<!-- ## [Unreleased] --> | ||
--- | ||
## [2.8.0] - 2020-03-10 | ||
## 2.8.0 - 2020-03-10 | ||
- Major update to `@shopify/address-consts` and minor update to @shopify/address-mocks | ||
## 2.7.0 - 2019-08-14 | ||
## [2.7.0] - 2019-08-14 | ||
@@ -23,3 +21,3 @@ ### Added | ||
## 2.5.0 - 2019-01-08 | ||
## [2.5.0] - 2019-01-08 | ||
@@ -30,15 +28,15 @@ - Removed `address2Key`, `zoneKey` and `zipKey` | ||
## 2.4.0 - 2018-10-11 | ||
## [2.4.0] - 2018-10-11 | ||
- Expose testing helpers. ([#328](https://github.com/Shopify/quilt/pull/328)) | ||
## 2.3.0 - 2018-10-01 | ||
## [2.3.0] - 2018-10-01 | ||
- Replaced `SupportedCountry` type by string. ([#322](https://github.com/Shopify/quilt/pull/322)) | ||
## 2.2.0 - 2018-10-01 | ||
## [2.2.0] - 2018-10-01 | ||
- Replaced `SupportedLocale` type by string. Default to english, if locale does not exist. ([#321](https://github.com/Shopify/quilt/pull/321)) | ||
## 2.1.0 - 2018-09-28 | ||
## [2.1.0] - 2018-09-28 | ||
@@ -49,5 +47,5 @@ - Created `SupportedLocale` type ([#311](https://github.com/Shopify/quilt/pull/311)) | ||
## 2.0.0 - 2018-09-19 | ||
## [2.0.0] - 2018-09-19 | ||
### Enhancements | ||
### Added | ||
@@ -54,0 +52,0 @@ - Changed `address2Key: string` type to `Address2Key` type ([#274](https://github.com/Shopify/quilt/pull/274)) |
{ | ||
"name": "@shopify/address", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"license": "MIT", | ||
@@ -26,4 +26,4 @@ "description": "Address utilities for formatting addresses.", | ||
"devDependencies": { | ||
"@shopify/address-mocks": "^1.3.2", | ||
"@shopify/jest-dom-mocks": "^2.8.11" | ||
"@shopify/address-mocks": "^1.3.3", | ||
"@shopify/jest-dom-mocks": "^2.8.12" | ||
}, | ||
@@ -30,0 +30,0 @@ "sideEffects": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21793