Skip to content

Commit

Permalink
release: v22.1.2 🎉 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Feb 9, 2019
1 parent 436c1c8 commit 80ab05c
Show file tree
Hide file tree
Showing 20 changed files with 102 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [22.1.2](https://github.com/tivac/modular-css/compare/v22.1.1...v22.1.2) (2019-02-09)


### Bug Fixes

* dependency processing race condition ([#565](https://github.com/tivac/modular-css/issues/565)) ([436c1c8](https://github.com/tivac/modular-css/commit/436c1c8))





## [22.1.1](https://github.com/tivac/modular-css/compare/v22.1.0...v22.1.1) (2019-02-06)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "22.1.1",
"version": "22.1.2",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/browserify/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [22.1.2](https://github.com/tivac/modular-css/compare/v22.1.1...v22.1.2) (2019-02-09)

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





# [22.1.0](https://github.com/tivac/modular-css/compare/v22.0.2...v22.1.0) (2019-02-06)

**Note:** Version bump only for package @modular-css/browserify
Expand Down
2 changes: 1 addition & 1 deletion packages/browserify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/browserify",
"version": "22.1.0",
"version": "22.1.2",
"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
Original file line number Diff line number Diff line change
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.

## [22.1.2](https://github.com/tivac/modular-css/compare/v22.1.1...v22.1.2) (2019-02-09)

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





# [22.1.0](https://github.com/tivac/modular-css/compare/v22.0.2...v22.1.0) (2019-02-06)

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

## [22.1.2](https://github.com/tivac/modular-css/compare/v22.1.1...v22.1.2) (2019-02-09)

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





# [22.1.0](https://github.com/tivac/modular-css/compare/v22.0.2...v22.1.0) (2019-02-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/glob",
"version": "22.1.0",
"version": "22.1.2",
"description": "Glob support for modular-css",
"main": "./glob.js",
"repository": "tivac/modular-css",
Expand Down
8 changes: 8 additions & 0 deletions packages/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [22.1.2](https://github.com/tivac/modular-css/compare/v22.1.1...v22.1.2) (2019-02-09)

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





# [22.1.0](https://github.com/tivac/modular-css/compare/v22.0.2...v22.1.0) (2019-02-06)

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

## [22.1.2](https://github.com/tivac/modular-css/compare/v22.1.1...v22.1.2) (2019-02-09)


### Bug Fixes

* dependency processing race condition ([#565](https://github.com/tivac/modular-css/issues/565)) ([436c1c8](https://github.com/tivac/modular-css/commit/436c1c8))





# [22.1.0](https://github.com/tivac/modular-css/compare/v22.0.2...v22.1.0) (2019-02-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/processor",
"version": "22.1.0",
"version": "22.1.2",
"description": "A streamlined reinterpretation of CSS Modules",
"main": "./processor.js",
"repository": "tivac/modular-css",
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [22.1.2](https://github.com/tivac/modular-css/compare/v22.1.1...v22.1.2) (2019-02-09)

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





## [22.1.1](https://github.com/tivac/modular-css/compare/v22.1.0...v22.1.1) (2019-02-06)


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

## [22.1.2](https://github.com/tivac/modular-css/compare/v22.1.1...v22.1.2) (2019-02-09)


### Bug Fixes

* dependency processing race condition ([#565](https://github.com/tivac/modular-css/issues/565)) ([436c1c8](https://github.com/tivac/modular-css/commit/436c1c8))





# [22.1.0](https://github.com/tivac/modular-css/compare/v22.0.2...v22.1.0) (2019-02-06)


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

## [22.1.2](https://github.com/tivac/modular-css/compare/v22.1.1...v22.1.2) (2019-02-09)


### Bug Fixes

* dependency processing race condition ([#565](https://github.com/tivac/modular-css/issues/565)) ([436c1c8](https://github.com/tivac/modular-css/commit/436c1c8))





# [22.1.0](https://github.com/tivac/modular-css/compare/v22.0.2...v22.1.0) (2019-02-06)

**Note:** Version bump only for package @modular-css/webpack
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/webpack",
"version": "22.1.0",
"version": "22.1.2",
"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
Original file line number Diff line number Diff line change
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.

## [22.1.2](https://github.com/tivac/modular-css/compare/v22.1.1...v22.1.2) (2019-02-09)

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





## [22.1.1](https://github.com/tivac/modular-css/compare/v22.1.0...v22.1.1) (2019-02-06)

**Note:** Version bump only for package @modular-css/website
Expand Down
2 changes: 1 addition & 1 deletion packages/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/website",
"version": "22.1.1",
"version": "22.1.2",
"private": true,
"description": "web site for modular-css",
"main": "index.js",
Expand Down

0 comments on commit 80ab05c

Please sign in to comment.