From 5665237d4ebd7c3dbff17c0811f6f0353fdbeb55 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Fri, 18 Jan 2019 09:42:18 -0800 Subject: [PATCH] chore: Publish v21.0.0 :rocket: --- CHANGELOG.md | 21 +++++++++++++++++++++ lerna.json | 2 +- packages/aliases/CHANGELOG.md | 8 ++++++++ packages/aliases/package.json | 2 +- packages/browserify/CHANGELOG.md | 8 ++++++++ packages/browserify/package.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- packages/glob/CHANGELOG.md | 8 ++++++++ packages/glob/package.json | 2 +- packages/namer/CHANGELOG.md | 8 ++++++++ packages/namer/package.json | 2 +- packages/paths/CHANGELOG.md | 8 ++++++++ packages/paths/package.json | 2 +- packages/postcss/CHANGELOG.md | 8 ++++++++ packages/postcss/package.json | 2 +- packages/processor/CHANGELOG.md | 8 ++++++++ packages/processor/package.json | 2 +- packages/rollup/CHANGELOG.md | 21 +++++++++++++++++++++ packages/rollup/package.json | 2 +- packages/svelte/CHANGELOG.md | 8 ++++++++ packages/svelte/package.json | 2 +- packages/test-utils/CHANGELOG.md | 8 ++++++++ packages/test-utils/package.json | 2 +- packages/webpack/CHANGELOG.md | 8 ++++++++ packages/webpack/package.json | 2 +- packages/www/CHANGELOG.md | 8 ++++++++ packages/www/package.json | 6 +++--- 28 files changed, 154 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd7f8034c..52291e8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + + +### Bug Fixes + +* support circular dependencies ([#541](https://github.com/tivac/modular-css/issues/541)) ([b8dce99](https://github.com/tivac/modular-css/commit/b8dce99)), closes [#539](https://github.com/tivac/modular-css/issues/539) + + +### Features + +* add metadata output option ([#542](https://github.com/tivac/modular-css/issues/542)) ([e42e997](https://github.com/tivac/modular-css/commit/e42e997)) + + +### BREAKING CHANGES + +* The previous release would stick all unreferenced CSS at the beginning of the first bundle. This was a mistake, and has been rectified. + + + + + ## [20.0.1](https://github.com/tivac/modular-css/compare/v20.0.0...v20.0.1) (2019-01-16) diff --git a/lerna.json b/lerna.json index c1d38d696..9ec5a50ae 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "20.0.1", + "version": "21.0.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/aliases/CHANGELOG.md b/packages/aliases/CHANGELOG.md index 138192a4f..bd05f9f4d 100644 --- a/packages/aliases/CHANGELOG.md +++ b/packages/aliases/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/path-aliases + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/path-aliases diff --git a/packages/aliases/package.json b/packages/aliases/package.json index 75301bc58..8ce1b14fc 100644 --- a/packages/aliases/package.json +++ b/packages/aliases/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/path-aliases", - "version": "20.0.0", + "version": "21.0.0", "description": "Custom file resolver supporting directory aliases for modular-css", "main": "./aliases.js", "repository": "tivac/modular-css", diff --git a/packages/browserify/CHANGELOG.md b/packages/browserify/CHANGELOG.md index 45dc0b13e..9df0d0e13 100644 --- a/packages/browserify/CHANGELOG.md +++ b/packages/browserify/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/browserify + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/browserify diff --git a/packages/browserify/package.json b/packages/browserify/package.json index 08d4d4545..d49336312 100644 --- a/packages/browserify/package.json +++ b/packages/browserify/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/browserify", - "version": "20.0.0", + "version": "21.0.0", "description": "Browserify transform for modular-css", "main": "./browserify.js", "repository": "tivac/modular-css", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 512d89844..49e4d38e5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/cli + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 62751475e..fb136d69a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/cli", - "version": "20.0.0", + "version": "21.0.0", "description": "CLI for modular-css", "main": "./cli.js", "bin": { diff --git a/packages/glob/CHANGELOG.md b/packages/glob/CHANGELOG.md index 9edf07217..08b3d5ead 100644 --- a/packages/glob/CHANGELOG.md +++ b/packages/glob/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/glob + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/glob diff --git a/packages/glob/package.json b/packages/glob/package.json index 3aec5456f..3b90bdfd0 100644 --- a/packages/glob/package.json +++ b/packages/glob/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/glob", - "version": "20.0.0", + "version": "21.0.0", "description": "Glob support for modular-css", "main": "./glob.js", "repository": "tivac/modular-css", diff --git a/packages/namer/CHANGELOG.md b/packages/namer/CHANGELOG.md index ce2aba0f7..450845733 100644 --- a/packages/namer/CHANGELOG.md +++ b/packages/namer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/shortnames + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/shortnames diff --git a/packages/namer/package.json b/packages/namer/package.json index b368b2dfd..eaddacea6 100644 --- a/packages/namer/package.json +++ b/packages/namer/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/shortnames", - "version": "20.0.0", + "version": "21.0.0", "description": "Helper function to make tiny classnames for modular-css", "main": "namer.js", "repository": "tivac/modular-css", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index 5b34afc24..452967a70 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/path-resolver + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/path-resolver diff --git a/packages/paths/package.json b/packages/paths/package.json index c4b172ada..82215947c 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/path-resolver", - "version": "20.0.0", + "version": "21.0.0", "description": "Custom file resolver supporting multiple paths for modular-css", "main": "./paths.js", "repository": "tivac/modular-css", diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index 4f8ccf1c6..9cd446fa6 100644 --- a/packages/postcss/CHANGELOG.md +++ b/packages/postcss/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/postcss + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/postcss diff --git a/packages/postcss/package.json b/packages/postcss/package.json index 4494e9b40..605270e19 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/postcss", - "version": "20.0.0", + "version": "21.0.0", "description": "Use modular-css via postcss", "main": "./postcss.js", "repository": "tivac/modular-css", diff --git a/packages/processor/CHANGELOG.md b/packages/processor/CHANGELOG.md index 93a85b0af..661070655 100644 --- a/packages/processor/CHANGELOG.md +++ b/packages/processor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/processor + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) diff --git a/packages/processor/package.json b/packages/processor/package.json index e1f8308a3..a128473a5 100644 --- a/packages/processor/package.json +++ b/packages/processor/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/processor", - "version": "20.0.0", + "version": "21.0.0", "description": "A streamlined reinterpretation of CSS Modules", "main": "./processor.js", "repository": "tivac/modular-css", diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index ef6a2db2b..5ccab6778 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + + +### Bug Fixes + +* support circular dependencies ([#541](https://github.com/tivac/modular-css/issues/541)) ([b8dce99](https://github.com/tivac/modular-css/commit/b8dce99)), closes [#539](https://github.com/tivac/modular-css/issues/539) + + +### Features + +* add metadata output option ([#542](https://github.com/tivac/modular-css/issues/542)) ([e42e997](https://github.com/tivac/modular-css/commit/e42e997)) + + +### BREAKING CHANGES + +* The previous release would stick all unreferenced CSS at the beginning of the first bundle. This was a mistake, and has been rectified. + + + + + ## [20.0.1](https://github.com/tivac/modular-css/compare/v20.0.0...v20.0.1) (2019-01-16) diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 847e7c55b..524ed9058 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/rollup", - "version": "20.0.1", + "version": "21.0.0", "description": "Add modular-css support to rollup", "main": "./rollup.js", "repository": "tivac/modular-css", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 3b0630e95..927c18561 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/svelte + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/svelte diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 8f188da91..9bd34504d 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/svelte", - "version": "20.0.0", + "version": "21.0.0", "description": "Add modular-css support to svelte", "main": "./svelte.js", "repository": "tivac/modular-css", diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 4bb8f4089..0c1a1f505 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/test-utils + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/test-utils diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 4c6216b65..6a8f93ba6 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/test-utils", - "version": "20.0.0", + "version": "21.0.0", "private": true, "description": "Test utilities for modular-css", "main": "compare.js", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 37fdd0382..515296496 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/webpack + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 11af0b749..af2c062db 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/webpack", - "version": "20.0.0", + "version": "21.0.0", "description": "Webpack support for modular-css", "main": "./index.js", "repository": "tivac/modular-css", diff --git a/packages/www/CHANGELOG.md b/packages/www/CHANGELOG.md index 679e38a81..7c489a243 100644 --- a/packages/www/CHANGELOG.md +++ b/packages/www/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.0.0](https://github.com/tivac/modular-css/compare/v20.0.1...v21.0.0) (2019-01-18) + +**Note:** Version bump only for package @modular-css/website + + + + + # [20.0.0](https://github.com/tivac/modular-css/compare/v19.2.0...v20.0.0) (2019-01-15) **Note:** Version bump only for package @modular-css/website diff --git a/packages/www/package.json b/packages/www/package.json index 7131f7a28..7f2efa1ed 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/website", - "version": "20.0.0", + "version": "21.0.0", "private": true, "description": "web site for modular-css", "main": "index.js", @@ -24,8 +24,8 @@ "throttleit": "1.0.0" }, "devDependencies": { - "@modular-css/shortnames": "^20.0.0", - "@modular-css/webpack": "^20.0.0", + "@modular-css/shortnames": "^21.0.0", + "@modular-css/webpack": "^21.0.0", "buble-loader": "0.4.1", "copy-webpack-plugin": "4.5.2", "cssnano-cli": "1.0.5",