@shopify/polaris-viz
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -5,4 +5,14 @@ # Changelog | ||
## [0.17.1] - 2021-06-17 | ||
### Changed | ||
- Adds `tslib@^2.1` to our package `dependencies` to avoid different versions of `tslib` resolving and breaking our code. | ||
## [0.17.0] - 2021-06-16 | ||
POTENTIALLY BROKEN -- This release implicitly depends on `tslib>=2.1.0` but other projects may not explicitly be using `tslib>=2.1.0`. For example, this version sporadically breaks in `web` since the version of `tslib` in `web` resolves to `^1`. | ||
It is not advised to use this version -- stick to `0.16.1` or wait for `0.17.1` which will fix this issue. | ||
### Changed | ||
@@ -9,0 +19,0 @@ |
{ | ||
"name": "@shopify/polaris-viz", | ||
"description": "Shopify’s viz component library", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"private": false, | ||
@@ -149,4 +149,5 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"lodash.throttle": "^4.1.1", | ||
"tslib": "^2.1", | ||
"use-debounce": "^3.3.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
870407
16
11336
+ Addedtslib@^2.1
+ Addedtslib@2.8.1(transitive)