@atlaskit/css-reset
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -1,116 +0,66 @@ | ||
<a name="1.1.6"></a> | ||
## 1.1.6 (2017-11-30) | ||
# @atlaskit/css-reset | ||
## 1.1.7 | ||
- [patch] migrated css reset from ak to ak-mk2 [53ce5eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/53ce5eb) | ||
<a name="1.1.6"></a> | ||
## 1.1.6 (2017-11-30) | ||
* bug fix; release stories with fixed console errors ([3321c2b](https://bitbucket.org/atlassian/atlaskit/commits/3321c2b)) | ||
### Bug Fixes | ||
* **stories:** release stories with fixed console errors ([3321c2b](https://bitbucket.org/atlassian/atlaskit/commits/3321c2b)) | ||
<a name="1.1.5"></a> | ||
## 1.1.5 (2017-07-25) | ||
### Bug Fixes | ||
* **build:** use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a)) | ||
## 1.1.5 (2017-07-25) | ||
<a name="1.1.4"></a> | ||
* fix; use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a)) | ||
## 1.1.4 (2017-05-24) | ||
### Bug Fixes | ||
* fix; fixing webkit code font issue ([2f0ee47](https://bitbucket.org/atlassian/atlaskit/commits/2f0ee47)) | ||
* **component:** fixing webkit code font issue ([2f0ee47](https://bitbucket.org/atlassian/atlaskit/commits/2f0ee47)) | ||
<a name="1.1.3"></a> | ||
## 1.1.3 (2017-05-11) | ||
### Bug Fixes | ||
* fix; use ADG 3 font family for code and kbd tags ([37ac71a](https://bitbucket.org/atlassian/atlaskit/commits/37ac71a)) | ||
* **component:** use ADG 3 font family for code and kbd tags ([37ac71a](https://bitbucket.org/atlassian/atlaskit/commits/37ac71a)) | ||
<a name="1.1.2"></a> | ||
## 1.1.2 (2017-04-27) | ||
### Bug Fixes | ||
* fix; update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e)) | ||
* **docs:** update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e)) | ||
<a name="1.1.1"></a> | ||
## 1.1.1 (2017-04-26) | ||
### Bug Fixes | ||
* fix; update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454)) | ||
* **docs:** update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454)) | ||
## 1.1.0 (2017-04-20) | ||
* feature; removed explicit style! imports, set style-loader in webpack config ([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c)) | ||
<a name="1.1.0"></a> | ||
# 1.1.0 (2017-04-20) | ||
### Features | ||
* **refactor:** removed explicit style! imports, set style-loader in webpack config ([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c)) | ||
<a name="1.0.5"></a> | ||
## 1.0.5 (2017-03-23) | ||
### Bug Fixes | ||
* fix; Empty commit to release the component ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee)) | ||
* **dummy:** Empty commit to release the component ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee)) | ||
<a name="1.0.3"></a> | ||
## 1.0.3 (2017-03-21) | ||
<a name="1.0.3"></a> | ||
## 1.0.3 (2017-03-21) | ||
### Bug Fixes | ||
* fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a)) | ||
* **package:** maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a)) | ||
<a name="1.0.2"></a> | ||
## 1.0.2 (2017-02-07) | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2017-02-06) | ||
### Bug Fixes | ||
* **bump:** Updates package to use scoped ak packages ([58fd6c5](https://bitbucket.org/atlassian/atlaskit/commits/58fd6c5)) | ||
* **docs:** correct package name in css-reset docs ([670ec8f](https://bitbucket.org/atlassian/atlaskit/commits/670ec8f)) | ||
* fix; Updates package to use scoped ak packages ([58fd6c5](https://bitbucket.org/atlassian/atlaskit/commits/58fd6c5)) | ||
* fix; correct package name in css-reset docs ([670ec8f](https://bitbucket.org/atlassian/atlaskit/commits/670ec8f)) |
{ | ||
"name": "@atlaskit/css-reset", | ||
"version": "1.1.6", | ||
"config": { | ||
"access": "public" | ||
}, | ||
"version": "1.1.7", | ||
"description": "ak-css-reset webcomponent", | ||
"license": "Apache-2.0", | ||
"main": "dist/bundle.css", | ||
"scripts": { | ||
"prepublish": "lessc src/index.less dist/bundle.css", | ||
"storybook": "../../build/bin/storybook/run.local.js", | ||
"eslint": "../../build/bin/lint.eslint.sh", | ||
"storybook:static": "../../build/bin/storybook/build.static.js" | ||
}, | ||
"atlaskit:src": "src/index.less", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@atlaskit/util-shared-styles": "^2.1.1" | ||
}, | ||
"author": "Atlassian Pty Ltd", | ||
"maintainers": [ | ||
{ | ||
"name": "Sean C" | ||
} | ||
"Sean C" | ||
], | ||
"license": "Apache-2.0", | ||
"repository": "bitbucket:atlaskit/atlaskit-mk2", | ||
"scripts": { | ||
"build": "lessc src/index.less dist/bundle.css" | ||
}, | ||
"dependencies": { | ||
"@atlaskit/util-shared-styles": "^2.10.3" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.6.1" | ||
}, | ||
"devDependencies": { | ||
"@atlaskit/docs": "^2.0.0", | ||
"less": "^2.7.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://bitbucket.org/atlassian/atlaskit" | ||
}, | ||
"keywords": [ | ||
"atlaskit", | ||
"css", | ||
"ui" | ||
] | ||
} |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7401
2
2
1
0
1
+ Addedasap@2.0.6(transitive)
+ Addedcore-js@1.2.7(transitive)
+ Addedcreate-react-class@15.7.0(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addedfbjs@0.8.18(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpromise@7.3.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@15.7.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedua-parser-js@0.7.40(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)