Skip to content

Commit

Permalink
chore: 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jul 4, 2018
1 parent 5231afd commit 2463834
Show file tree
Hide file tree
Showing 40 changed files with 89 additions and 89 deletions.
4 changes: 2 additions & 2 deletions packages/css-size/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-size",
"version": "4.0.0-rc.3",
"version": "4.0.0",
"description": "Compare the compressed and uncompressed sizes of a CSS file before and after processing.",
"main": "dist/index.js",
"types": "css-size.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"brotli-size": "0.0.2",
"cli-table": "^0.3.1",
"cssnano": "^4.0.0-rc.2",
"cssnano": "^4.0.0",
"gzip-size": "^4.0.0",
"minimist": "^1.0.0",
"pretty-bytes": "^5.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/cssnano-preset-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-advanced",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"main": "dist/index.js",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
"scripts": {
Expand All @@ -13,11 +13,11 @@
"license": "MIT",
"dependencies": {
"autoprefixer": "^8.0.0",
"cssnano-preset-default": "^4.0.0-rc.2",
"postcss-discard-unused": "^4.0.0-rc.2",
"postcss-merge-idents": "^4.0.0-rc.2",
"postcss-reduce-idents": "^4.0.0-rc.2",
"postcss-zindex": "^4.0.0-rc.2"
"cssnano-preset-default": "^4.0.0",
"postcss-discard-unused": "^4.0.0",
"postcss-merge-idents": "^4.0.0",
"postcss-reduce-idents": "^4.0.0",
"postcss-zindex": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.0.0",
Expand Down
56 changes: 28 additions & 28 deletions packages/cssnano-preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-default",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"main": "dist/index.js",
"description": "Safe defaults for cssnano which require minimal configuration.",
"scripts": {
Expand All @@ -13,35 +13,35 @@
"license": "MIT",
"dependencies": {
"css-declaration-sorter": "^3.0.0",
"cssnano-util-raw-cache": "^4.0.0-rc.2",
"cssnano-util-raw-cache": "^4.0.0",
"postcss": "^6.0.0",
"postcss-calc": "^6.0.0",
"postcss-colormin": "^4.0.0-rc.2",
"postcss-convert-values": "^4.0.0-rc.2",
"postcss-discard-comments": "^4.0.0-rc.2",
"postcss-discard-duplicates": "^4.0.0-rc.2",
"postcss-discard-empty": "^4.0.0-rc.2",
"postcss-discard-overridden": "^4.0.0-rc.2",
"postcss-merge-longhand": "^4.0.0-rc.2",
"postcss-merge-rules": "^4.0.0-rc.2",
"postcss-minify-font-values": "^4.0.0-rc.2",
"postcss-minify-gradients": "^4.0.0-rc.2",
"postcss-minify-params": "^4.0.0-rc.2",
"postcss-minify-selectors": "^4.0.0-rc.2",
"postcss-normalize-charset": "^4.0.0-rc.2",
"postcss-normalize-display-values": "^4.0.0-rc.2",
"postcss-normalize-positions": "^4.0.0-rc.2",
"postcss-normalize-repeat-style": "^4.0.0-rc.2",
"postcss-normalize-string": "^4.0.0-rc.2",
"postcss-normalize-timing-functions": "^4.0.0-rc.2",
"postcss-normalize-unicode": "^4.0.0-rc.2",
"postcss-normalize-url": "^4.0.0-rc.2",
"postcss-normalize-whitespace": "^4.0.0-rc.2",
"postcss-ordered-values": "^4.0.0-rc.2",
"postcss-reduce-initial": "^4.0.0-rc.2",
"postcss-reduce-transforms": "^4.0.0-rc.2",
"postcss-svgo": "^4.0.0-rc.2",
"postcss-unique-selectors": "^4.0.0-rc.2"
"postcss-colormin": "^4.0.0",
"postcss-convert-values": "^4.0.0",
"postcss-discard-comments": "^4.0.0",
"postcss-discard-duplicates": "^4.0.0",
"postcss-discard-empty": "^4.0.0",
"postcss-discard-overridden": "^4.0.0",
"postcss-merge-longhand": "^4.0.0",
"postcss-merge-rules": "^4.0.0",
"postcss-minify-font-values": "^4.0.0",
"postcss-minify-gradients": "^4.0.0",
"postcss-minify-params": "^4.0.0",
"postcss-minify-selectors": "^4.0.0",
"postcss-normalize-charset": "^4.0.0",
"postcss-normalize-display-values": "^4.0.0",
"postcss-normalize-positions": "^4.0.0",
"postcss-normalize-repeat-style": "^4.0.0",
"postcss-normalize-string": "^4.0.0",
"postcss-normalize-timing-functions": "^4.0.0",
"postcss-normalize-unicode": "^4.0.0",
"postcss-normalize-url": "^4.0.0",
"postcss-normalize-whitespace": "^4.0.0",
"postcss-ordered-values": "^4.0.0",
"postcss-reduce-initial": "^4.0.0",
"postcss-reduce-transforms": "^4.0.0",
"postcss-svgo": "^4.0.0",
"postcss-unique-selectors": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano-util-get-arguments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-util-get-arguments",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Get a list of arguments, separated by a comma.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano-util-get-match/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-util-get-match",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"main": "dist/index.js",
"description": "Convert a list of keywords into a single keyword match.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano-util-raw-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-util-raw-cache",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"repository": "cssnano/cssnano",
"main": "dist/index.js",
"description": "Manages the raw value formatting for generated AST nodes.",
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano-util-same-parent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-util-same-parent",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"main": "dist/index.js",
"description": "Check that two PostCSS nodes share the same parent.",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cssnano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"cosmiconfig": "^5.0.0",
"cssnano-preset-default": "^4.0.0-rc.2",
"cssnano-preset-default": "^4.0.0",
"is-resolvable": "^1.0.0",
"postcss": "^6.0.0"
},
Expand All @@ -30,7 +30,7 @@
"babel-core": "^6.0.0",
"babel-loader": "^7.0.0",
"cross-env": "^5.0.0",
"cssnano-preset-advanced": "^4.0.0-rc.2",
"cssnano-preset-advanced": "^4.0.0",
"ncp": "^2.0.0",
"postcss-font-magician": "^2.0.0",
"webpack": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/example-cli-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-cli-usage",
"private": true,
"dependencies": {
"cssnano": "^4.0.0-rc.2",
"cssnano": "^4.0.0",
"postcss-cli": "^5.0.0"
},
"scripts": {
Expand All @@ -22,5 +22,5 @@
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"version": "4.0.0-rc.2"
"version": "4.0.0"
}
2 changes: 1 addition & 1 deletion packages/postcss-colormin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-colormin",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Minify colors in your CSS files with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-convert-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-convert-values",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Convert values with PostCSS (e.g. ms -> s)",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-comments",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Discard comments in your CSS files with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-duplicates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-duplicates",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Discard duplicate rules in your CSS files with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-empty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-empty",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Discard empty rules and values with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-overridden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-overridden",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
"main": "dist/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-unused/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-unused",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Discard unused counter styles, keyframes and fonts.",
"main": "dist/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-merge-idents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-merge-idents",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Merge keyframe and counter style identifiers.",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"cssnano-util-same-parent": "^4.0.0-rc.2",
"cssnano-util-same-parent": "^4.0.0",
"has": "^1.0.0",
"postcss": "^6.0.0",
"postcss-value-parser": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-merge-longhand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-merge-longhand",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Merge longhand properties into shorthand with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"postcss": "^6.0.0",
"postcss-value-parser": "^3.0.0",
"stylehacks": "^4.0.0-rc.2"
"stylehacks": "^4.0.0"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
Expand Down
6 changes: 3 additions & 3 deletions packages/postcss-merge-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-merge-rules",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Merge CSS rules with PostCSS.",
"main": "dist/index.js",
"files": [
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0",
"postcss-discard-comments": "^4.0.0-rc.2",
"postcss-discard-comments": "^4.0.0",
"postcss-simple-vars": "^4.0.0"
},
"homepage": "https://github.com/cssnano/cssnano",
Expand All @@ -33,7 +33,7 @@
"dependencies": {
"browserslist": "^4.0.0",
"caniuse-api": "^2.0.0",
"cssnano-util-same-parent": "^4.0.0-rc.2",
"cssnano-util-same-parent": "^4.0.0",
"postcss": "^6.0.0",
"postcss-selector-parser": "^3.0.0",
"vendors": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-minify-font-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-minify-font-values",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Minify font declarations with PostCSS",
"main": "dist/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-minify-gradients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-minify-gradients",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Minify gradient parameters with PostCSS.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"cssnano-util-get-arguments": "^4.0.0-rc.2",
"cssnano-util-get-arguments": "^4.0.0",
"is-color-stop": "^1.0.0",
"postcss": "^6.0.0",
"postcss-value-parser": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-minify-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-minify-params",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Minify at-rule params with PostCSS",
"keywords": [
"postcss",
Expand All @@ -23,7 +23,7 @@
"homepage": "https://github.com/cssnano/cssnano",
"dependencies": {
"alphanum-sort": "^1.0.0",
"cssnano-util-get-arguments": "^4.0.0-rc.2",
"cssnano-util-get-arguments": "^4.0.0",
"postcss": "^6.0.0",
"postcss-value-parser": "^3.0.0",
"uniqs": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-minify-selectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-minify-selectors",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Minify selectors with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-normalize-charset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-normalize-charset",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Add necessary or remove extra charset with PostCSS",
"keywords": [
"postcss",
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-normalize-display-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-normalize-display-values",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Normalize multiple value display syntaxes into single values.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
],
"license": "MIT",
"dependencies": {
"cssnano-util-get-match": "^4.0.0-rc.2",
"cssnano-util-get-match": "^4.0.0",
"postcss": "^6.0.0",
"postcss-value-parser": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-normalize-positions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-normalize-positions",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"description": "Normalize keyword values for position into length values.",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"cssnano-util-get-arguments": "^4.0.0-rc.2",
"cssnano-util-get-arguments": "^4.0.0",
"has": "^1.0.0",
"postcss": "^6.0.0",
"postcss-value-parser": "^3.0.0"
Expand Down

0 comments on commit 2463834

Please sign in to comment.