Comparing version 3.0.0-rc.0 to 3.0.0
@@ -1,2 +0,2 @@ | ||
# 3.0.0 | ||
# 3.0.0 - 2019-01-28 | ||
@@ -84,3 +84,3 @@ Aesthetic has been rewritten in TypeScript, and as such, many existing patterns were not type safe | ||
# 2.6.0 - 07/11/18 | ||
# 2.6.0 - 2018-07-11 | ||
@@ -92,3 +92,3 @@ #### 🚀 New | ||
# 2.5.0 - 05/30/18 | ||
# 2.5.0 - 2018-05-30 | ||
@@ -99,3 +99,3 @@ #### 🚀 New | ||
# 2.4.1 - 05/09/18 | ||
# 2.4.1 - 2018-05-09 | ||
@@ -106,3 +106,3 @@ #### 🐞 Fixed | ||
# 2.4.0 - 05/08/18 | ||
# 2.4.0 - 2018-05-08 | ||
@@ -118,3 +118,3 @@ #### 🚀 New | ||
# 2.3.1 - 04/19/18 | ||
# 2.3.1 - 2018-04-19 | ||
@@ -125,3 +125,3 @@ #### 🐞 Fixed | ||
# 2.3.0 - 04/17/18 | ||
# 2.3.0 - 2018-04-17 | ||
@@ -136,3 +136,3 @@ #### 🚀 New | ||
# 2.2.4 - 04/16/18 | ||
# 2.2.4 - 2018-04-16 | ||
@@ -144,3 +144,3 @@ #### 🐞 Fixed | ||
# 2.2.3 - 03/20/18 | ||
# 2.2.3 - 2018-03-20 | ||
@@ -151,3 +151,3 @@ #### 🐞 Fixed | ||
# 2.2.2 - 03/20/18 | ||
# 2.2.2 - 2018-03-20 | ||
@@ -158,3 +158,3 @@ #### 🐞 Fixed | ||
# 2.2.1 - 01/30/18 | ||
# 2.2.1 - 2018-01-30 | ||
@@ -166,3 +166,3 @@ #### 🐞 Fixed | ||
# 2.2.0 - 01/13/18 | ||
# 2.2.0 - 2018-01-13 | ||
@@ -176,3 +176,3 @@ #### 🚀 New | ||
# 2.1.0 - 01/03/18 | ||
# 2.1.0 - 2018-01-03 | ||
@@ -184,3 +184,3 @@ #### 🚀 New | ||
# 2.0.0 - 01/02/18 | ||
# 2.0.0 - 2018-01-02 | ||
@@ -241,3 +241,3 @@ Aesthetic has been rewritten to properly support specificity, new at-rules, and global styles. | ||
# 1.7.1 - 11/10/17 | ||
# 1.7.1 - 2017-11-10 | ||
@@ -249,3 +249,3 @@ #### 🛠 Internal | ||
# 1.7.0 - 10/18/17 | ||
# 1.7.0 - 2017-10-18 | ||
@@ -262,3 +262,3 @@ #### 🚀 New | ||
# 1.6.0 - 9/27/17 | ||
# 1.6.0 - 2017-09-27 | ||
@@ -276,3 +276,3 @@ #### 🚀 New | ||
# 1.5.0 - 7/28/17 | ||
# 1.5.0 - 2017-07-28 | ||
@@ -283,7 +283,7 @@ - Updated `hoist-non-react-statics` to 2.2. | ||
# 1.4.2 - 6/19/17 | ||
# 1.4.2 - 2017-06-19 | ||
- Fixed an issue with the Lerna package. | ||
# 1.4.1 - 6/19/17 | ||
# 1.4.1 - 2017-06-19 | ||
@@ -293,3 +293,3 @@ - Updated `react` to 15.6. | ||
# 1.4.0 - 5/11/17 | ||
# 1.4.0 - 2017-05-11 | ||
@@ -299,4 +299,4 @@ - Updated IE requirement to 11+. | ||
# 1.3.0 - 4/24/17 | ||
# 1.3.0 - 2017-04-24 | ||
- Updated to support React 15.5 and the new `prop-types` package. |
{ | ||
"name": "aesthetic", | ||
"version": "3.0.0-rc.0", | ||
"version": "3.0.0", | ||
"description": "Aesthetic is a powerful type-safe React library for styling components through the use of adapters.", | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"@types/hoist-non-react-statics": "^3.0.1", | ||
"@types/react": "^16.7.20", | ||
"@types/react": "^16.7.22", | ||
"@types/uuid": "^3.4.4", | ||
"csstype": "^2.6.1", | ||
"extend": "^3.0.2", | ||
"hoist-non-react-statics": "^3.2.1", | ||
"hoist-non-react-statics": "^3.3.0", | ||
"utility-types": "^3.4.1", | ||
@@ -47,3 +47,3 @@ "uuid": "^3.3.2" | ||
}, | ||
"gitHead": "536107ce214791580e65f3f30c9e285f73fbb024" | ||
"gitHead": "db19cb4e3f6c142853a26d22a1b1ff0c288e5f96" | ||
} |
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
73827
1
Updated@types/react@^16.7.22