Skip to content

Commit

Permalink
release: v23.0.0 🎉 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Mar 28, 2019
1 parent 139fee9 commit 0fc5403
Show file tree
Hide file tree
Showing 32 changed files with 178 additions and 16 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)


### Bug Fixes

* walk invalidated dependencies ([#573](https://github.com/tivac/modular-css/issues/573)) ([0284b11](https://github.com/tivac/modular-css/commit/0284b11)), closes [#532](https://github.com/tivac/modular-css/issues/532)


### Features

* replacing missing css.fooga with stringified version ([#574](https://github.com/tivac/modular-css/issues/574)) ([2084b62](https://github.com/tivac/modular-css/commit/2084b62))


### BREAKING CHANGES

* Previously missing css.fooga references would be left as-is, now they're wrapped in quotes to prevent them from causing JS errors. If you want missing classes to break things you should enable strict mode. Also no longer injecting a `<script>` block just to import css if there isn't already a `<script>` block defined in the module.





# [22.3.0](https://github.com/tivac/modular-css/compare/v22.2.0...v22.3.0) (2019-03-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "22.3.0",
"version": "23.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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/aliases/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/path-aliases",
"version": "22.1.4",
"version": "23.0.0",
"description": "Custom file resolver supporting directory aliases for modular-css",
"main": "./aliases.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/browserify/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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/browserify",
"version": "22.1.4",
"version": "23.0.0",
"description": "Browserify transform for modular-css",
"main": "./browserify.js",
"repository": {
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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/cli",
"version": "22.1.4",
"version": "23.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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/glob/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/glob",
"version": "22.1.4",
"version": "23.0.0",
"description": "Glob support for modular-css",
"main": "./glob.js",
"repository": {
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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/namer/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/shortnames",
"version": "22.1.4",
"version": "23.0.0",
"description": "Helper function to make tiny classnames for modular-css",
"main": "namer.js",
"repository": {
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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/paths/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/path-resolver",
"version": "22.1.4",
"version": "23.0.0",
"description": "Custom file resolver supporting multiple paths for modular-css",
"main": "./paths.js",
"repository": {
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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/postcss",
"version": "22.1.4",
"version": "23.0.0",
"description": "Use modular-css via postcss",
"main": "./postcss.js",
"repository": {
Expand Down
21 changes: 21 additions & 0 deletions packages/processor/CHANGELOG.md
Expand Up @@ -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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)


### Bug Fixes

* walk invalidated dependencies ([#573](https://github.com/tivac/modular-css/issues/573)) ([0284b11](https://github.com/tivac/modular-css/commit/0284b11)), closes [#532](https://github.com/tivac/modular-css/issues/532)


### Features

* replacing missing css.fooga with stringified version ([#574](https://github.com/tivac/modular-css/issues/574)) ([2084b62](https://github.com/tivac/modular-css/commit/2084b62))


### BREAKING CHANGES

* Previously missing css.fooga references would be left as-is, now they're wrapped in quotes to prevent them from causing JS errors. If you want missing classes to break things you should enable strict mode. Also no longer injecting a `<script>` block just to import css if there isn't already a `<script>` block defined in the module.





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/processor/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/processor",
"version": "22.1.4",
"version": "23.0.0",
"description": "A streamlined reinterpretation of CSS Modules",
"main": "./processor.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup-rewriter/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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





# [22.2.0](https://github.com/tivac/modular-css/compare/v22.1.4...v22.2.0) (2019-03-07)

**Note:** Version bump only for package @modular-css/rollup-rewriter
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-rewriter/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/rollup-rewriter",
"version": "22.2.0",
"version": "23.0.0",
"description": "Rewrite dynamic imports to include all their CSS dependencies",
"main": "./rewriter.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup/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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





# [22.3.0](https://github.com/tivac/modular-css/compare/v22.2.0...v22.3.0) (2019-03-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/rollup",
"version": "22.3.0",
"version": "23.0.0",
"description": "Add modular-css support to rollup",
"main": "./rollup.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/scratchpad/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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/scratchpad/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/scratchpad",
"version": "22.1.4",
"version": "23.0.0",
"private": true,
"description": "Testing area for new ideas modular-css",
"main": "compare.js",
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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)


### Features

* replacing missing css.fooga with stringified version ([#574](https://github.com/tivac/modular-css/issues/574)) ([2084b62](https://github.com/tivac/modular-css/commit/2084b62))


### BREAKING CHANGES

* Previously missing css.fooga references would be left as-is, now they're wrapped in quotes to prevent them from causing JS errors. If you want missing classes to break things you should enable strict mode. Also no longer injecting a `<script>` block just to import css if there isn't already a `<script>` block defined in the module.





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/svelte",
"version": "22.1.4",
"version": "23.0.0",
"description": "Add modular-css support to svelte",
"main": "./svelte.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/test-utils/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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





## [22.1.4](https://github.com/tivac/modular-css/compare/v22.1.3...v22.1.4) (2019-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/test-utils",
"version": "22.1.4",
"version": "23.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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





# [22.2.0](https://github.com/tivac/modular-css/compare/v22.1.4...v22.2.0) (2019-03-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@modular-css/webpack",
"version": "22.2.0",
"version": "23.0.0",
"description": "Webpack support for modular-css",
"main": "./index.js",
"repository": {
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.

# [23.0.0](https://github.com/tivac/modular-css/compare/v22.3.0...v23.0.0) (2019-03-28)

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





# [22.3.0](https://github.com/tivac/modular-css/compare/v22.2.0...v22.3.0) (2019-03-20)


Expand Down

0 comments on commit 0fc5403

Please sign in to comment.