Skip to content

Commit

Permalink
chore: Publish v18.0.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Dec 22, 2018
1 parent 4688c42 commit ee1da9a
Show file tree
Hide file tree
Showing 28 changed files with 176 additions and 16 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)


### Features

* Rework rollup support ([#531](https://github.com/tivac/modular-css/issues/531)) ([fce87fe](https://github.com/tivac/modular-css/commit/fce87fe))


### BREAKING CHANGES

* changed rollup plugin CSS output so it better matches rollup output chunk format & bumped minimum rollup version to 0.68.0





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "17.1.2",
"version": "18.0.0",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/aliases/CHANGELOG.md
Expand Up @@ -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.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)

**Note:** Version bump only for package @modular-css/path-aliases





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)

**Note:** Version bump only for package @modular-css/path-aliases
Expand Down
2 changes: 1 addition & 1 deletion packages/aliases/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/path-aliases",
"version": "17.1.2",
"version": "18.0.0",
"description": "Custom file resolver supporting directory aliases for modular-css",
"main": "./aliases.js",
"repository": "tivac/modular-css",
Expand Down
16 changes: 16 additions & 0 deletions packages/browserify/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)


### Features

* Rework rollup support ([#531](https://github.com/tivac/modular-css/issues/531)) ([fce87fe](https://github.com/tivac/modular-css/commit/fce87fe))


### BREAKING CHANGES

* changed rollup plugin CSS output so it better matches rollup output chunk format & bumped minimum rollup version to 0.68.0





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)

**Note:** Version bump only for package @modular-css/browserify
Expand Down
2 changes: 1 addition & 1 deletion packages/browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/browserify",
"version": "17.1.2",
"version": "18.0.0",
"description": "Browserify transform for modular-css",
"main": "./browserify.js",
"repository": "tivac/modular-css",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Expand Up @@ -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.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)

**Note:** Version bump only for package @modular-css/cli





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)

**Note:** Version bump only for package @modular-css/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/cli",
"version": "17.1.2",
"version": "18.0.0",
"description": "CLI for modular-css",
"main": "./cli.js",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/glob/CHANGELOG.md
Expand Up @@ -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.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)

**Note:** Version bump only for package @modular-css/glob





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)

**Note:** Version bump only for package @modular-css/glob
Expand Down
2 changes: 1 addition & 1 deletion packages/glob/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/glob",
"version": "17.1.2",
"version": "18.0.0",
"description": "Glob support for modular-css",
"main": "./glob.js",
"repository": "tivac/modular-css",
Expand Down
8 changes: 8 additions & 0 deletions packages/namer/CHANGELOG.md
Expand Up @@ -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.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)

**Note:** Version bump only for package @modular-css/shortnames





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)

**Note:** Version bump only for package @modular-css/shortnames
Expand Down
2 changes: 1 addition & 1 deletion packages/namer/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/shortnames",
"version": "17.1.2",
"version": "18.0.0",
"description": "Helper function to make tiny classnames for modular-css",
"main": "namer.js",
"repository": "tivac/modular-css",
Expand Down
8 changes: 8 additions & 0 deletions packages/paths/CHANGELOG.md
Expand Up @@ -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.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)

**Note:** Version bump only for package @modular-css/path-resolver





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)

**Note:** Version bump only for package @modular-css/path-resolver
Expand Down
2 changes: 1 addition & 1 deletion packages/paths/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/path-resolver",
"version": "17.1.2",
"version": "18.0.0",
"description": "Custom file resolver supporting multiple paths for modular-css",
"main": "./paths.js",
"repository": "tivac/modular-css",
Expand Down
8 changes: 8 additions & 0 deletions packages/postcss/CHANGELOG.md
Expand Up @@ -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.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)

**Note:** Version bump only for package @modular-css/postcss





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)

**Note:** Version bump only for package @modular-css/postcss
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/postcss",
"version": "17.1.2",
"version": "18.0.0",
"description": "Use modular-css via postcss",
"main": "./postcss.js",
"repository": "tivac/modular-css",
Expand Down
16 changes: 16 additions & 0 deletions packages/processor/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)


### Features

* Rework rollup support ([#531](https://github.com/tivac/modular-css/issues/531)) ([fce87fe](https://github.com/tivac/modular-css/commit/fce87fe))


### BREAKING CHANGES

* changed rollup plugin CSS output so it better matches rollup output chunk format & bumped minimum rollup version to 0.68.0





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/processor/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/processor",
"version": "17.1.2",
"version": "18.0.0",
"description": "A streamlined reinterpretation of CSS Modules",
"main": "./processor.js",
"repository": "tivac/modular-css",
Expand Down
16 changes: 16 additions & 0 deletions packages/rollup/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)


### Features

* Rework rollup support ([#531](https://github.com/tivac/modular-css/issues/531)) ([fce87fe](https://github.com/tivac/modular-css/commit/fce87fe))


### BREAKING CHANGES

* changed rollup plugin CSS output so it better matches rollup output chunk format & bumped minimum rollup version to 0.68.0





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/rollup",
"version": "17.1.2",
"version": "18.0.0",
"description": "Add modular-css support to rollup",
"main": "./rollup.js",
"repository": "tivac/modular-css",
Expand Down
16 changes: 16 additions & 0 deletions packages/svelte/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)


### Features

* Rework rollup support ([#531](https://github.com/tivac/modular-css/issues/531)) ([fce87fe](https://github.com/tivac/modular-css/commit/fce87fe))


### BREAKING CHANGES

* changed rollup plugin CSS output so it better matches rollup output chunk format & bumped minimum rollup version to 0.68.0





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/svelte",
"version": "17.1.2",
"version": "18.0.0",
"description": "Add modular-css support to svelte",
"main": "./svelte.js",
"repository": "tivac/modular-css",
Expand Down
16 changes: 16 additions & 0 deletions packages/test-utils/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)


### Features

* Rework rollup support ([#531](https://github.com/tivac/modular-css/issues/531)) ([fce87fe](https://github.com/tivac/modular-css/commit/fce87fe))


### BREAKING CHANGES

* changed rollup plugin CSS output so it better matches rollup output chunk format & bumped minimum rollup version to 0.68.0





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)

**Note:** Version bump only for package @modular-css/test-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/test-utils",
"version": "17.1.2",
"version": "18.0.0",
"private": true,
"description": "Test utilities for modular-css",
"main": "compare.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack/CHANGELOG.md
Expand Up @@ -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.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)

**Note:** Version bump only for package @modular-css/webpack





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)

**Note:** Version bump only for package @modular-css/webpack
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/webpack",
"version": "17.1.2",
"version": "18.0.0",
"description": "Webpack support for modular-css",
"main": "./index.js",
"repository": "tivac/modular-css",
Expand Down
8 changes: 8 additions & 0 deletions packages/www/CHANGELOG.md
Expand Up @@ -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.

# [18.0.0](https://github.com/tivac/modular-css/compare/v17.1.2...v18.0.0) (2018-12-22)

**Note:** Version bump only for package @modular-css/website





## [17.1.2](https://github.com/tivac/modular-css/compare/v17.1.1...v17.1.2) (2018-11-26)

**Note:** Version bump only for package @modular-css/website
Expand Down
6 changes: 3 additions & 3 deletions packages/www/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/website",
"version": "17.1.2",
"version": "18.0.0",
"private": true,
"description": "web site for modular-css",
"main": "index.js",
Expand All @@ -24,8 +24,8 @@
"throttleit": "1.0.0"
},
"devDependencies": {
"@modular-css/shortnames": "^17.1.2",
"@modular-css/webpack": "^17.1.2",
"@modular-css/shortnames": "^18.0.0",
"@modular-css/webpack": "^18.0.0",
"buble-loader": "0.4.1",
"copy-webpack-plugin": "4.5.2",
"cssnano-cli": "1.0.5",
Expand Down

0 comments on commit ee1da9a

Please sign in to comment.