@datacamp/waffles-text
Advanced tools
Comparing version 0.12.6 to 1.0.0
@@ -6,2 +6,20 @@ # Change Log | ||
# [1.0.0](https://github.com/datacamp/design-system/compare/@datacamp/waffles-text@0.12.6...@datacamp/waffles-text@1.0.0) (2019-09-27) | ||
### Bug Fixes | ||
* add @emotion/core as a peer dependency ([1c70721](https://github.com/datacamp/design-system/commit/1c70721)) | ||
### BREAKING CHANGES | ||
* @emotion/core is now a peerDependency rather than a | ||
dependency. This is to ensure that only one version is used. This | ||
package now requires @emotion/core to be installed alongside it. | ||
## [0.12.6](https://github.com/datacamp/design-system/compare/@datacamp/waffles-text@0.12.5...@datacamp/waffles-text@0.12.6) (2019-09-25) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@datacamp/waffles-text", | ||
"version": "0.12.6", | ||
"version": "1.0.0", | ||
"main": "lib/index.js", | ||
@@ -29,2 +29,3 @@ "module": "es/index.js", | ||
"@datacamp/waffles-tsconfig": "^1.1.3", | ||
"@emotion/core": "^10.0.17", | ||
"@testing-library/jest-dom": "4.1.0", | ||
@@ -44,3 +45,2 @@ "@testing-library/react": "8.0.7", | ||
"@datacamp/waffles-utils": "^1.1.4", | ||
"@emotion/core": "^10.0.17", | ||
"emotion": "^10.0.17", | ||
@@ -51,6 +51,7 @@ "lodash": "^4.17.13", | ||
"peerDependencies": { | ||
"@emotion/core": "^10.0.17", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6" | ||
}, | ||
"gitHead": "cfe1713dea11b8db7c0252bf348167bffcff34d8" | ||
"gitHead": "250aa53286d4f6ef6f50679e7071db2bd4369ca1" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1088320
1
15
- Removed@emotion/core@^10.0.17