From 90370d2b7007deb078d3acd2716b0a35a98f6c78 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Thu, 7 Apr 2022 23:22:49 -0700 Subject: [PATCH] release: v28.1.1 :tada: :rocket: --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/css-to-js/CHANGELOG.md | 11 +++++++++++ packages/css-to-js/package.json | 2 +- packages/rollup/CHANGELOG.md | 11 +++++++++++ packages/rollup/package.json | 2 +- packages/vite/CHANGELOG.md | 8 ++++++++ packages/vite/package.json | 2 +- packages/www/CHANGELOG.md | 8 ++++++++ packages/www/package.json | 2 +- 10 files changed, 54 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fca83ad6c..2000cd376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [28.1.1](https://github.com/tivac/modular-css/compare/v28.1.0...v28.1.1) (2022-04-08) + + +### Bug Fixes + +* rename & deconflict together ([#820](https://github.com/tivac/modular-css/issues/820)) ([ea6a0e9](https://github.com/tivac/modular-css/commit/ea6a0e9c92cb720fd64f5b3b67042233b0bd85b7)) + + + + + # [28.1.0](https://github.com/tivac/modular-css/compare/v28.0.0...v28.1.0) (2022-03-11) diff --git a/lerna.json b/lerna.json index f2bfb3b98..e8f9d1c98 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "28.1.0", + "version": "28.1.1", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/css-to-js/CHANGELOG.md b/packages/css-to-js/CHANGELOG.md index 31fb61d6f..963fa8586 100644 --- a/packages/css-to-js/CHANGELOG.md +++ b/packages/css-to-js/CHANGELOG.md @@ -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. +## [28.1.1](https://github.com/tivac/modular-css/compare/v28.1.0...v28.1.1) (2022-04-08) + + +### Bug Fixes + +* rename & deconflict together ([#820](https://github.com/tivac/modular-css/issues/820)) ([ea6a0e9](https://github.com/tivac/modular-css/commit/ea6a0e9c92cb720fd64f5b3b67042233b0bd85b7)) + + + + + # [28.0.0](https://github.com/tivac/modular-css/compare/v27.2.0...v28.0.0) (2022-02-25) **Note:** Version bump only for package @modular-css/css-to-js diff --git a/packages/css-to-js/package.json b/packages/css-to-js/package.json index 8a79b85f8..8cf83a192 100644 --- a/packages/css-to-js/package.json +++ b/packages/css-to-js/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/css-to-js", - "version": "28.0.0", + "version": "28.1.1", "description": "modular-css powered conversion of CSS to JavaScript", "main": "./css-to-js.js", "repository": { diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index 3331f637c..5f5e7ae42 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -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. +## [28.1.1](https://github.com/tivac/modular-css/compare/v28.1.0...v28.1.1) (2022-04-08) + + +### Bug Fixes + +* rename & deconflict together ([#820](https://github.com/tivac/modular-css/issues/820)) ([ea6a0e9](https://github.com/tivac/modular-css/commit/ea6a0e9c92cb720fd64f5b3b67042233b0bd85b7)) + + + + + # [28.0.0](https://github.com/tivac/modular-css/compare/v27.2.0...v28.0.0) (2022-02-25) **Note:** Version bump only for package @modular-css/rollup diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 23c0fc277..554ebf4b1 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/rollup", - "version": "28.0.0", + "version": "28.1.1", "description": "Add modular-css support to rollup", "main": "./rollup.js", "repository": { diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 658692d6c..5fcaf8450 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/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. +## [28.1.1](https://github.com/tivac/modular-css/compare/v28.1.0...v28.1.1) (2022-04-08) + +**Note:** Version bump only for package @modular-css/vite + + + + + # [28.0.0](https://github.com/tivac/modular-css/compare/v27.2.0...v28.0.0) (2022-02-25) **Note:** Version bump only for package @modular-css/vite diff --git a/packages/vite/package.json b/packages/vite/package.json index 82398daa6..1b7d2fc5b 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/vite", - "version": "28.0.0", + "version": "28.1.1", "description": "vite support for modular-css", "main": "./vite.js", "repository": { diff --git a/packages/www/CHANGELOG.md b/packages/www/CHANGELOG.md index 518c4cd73..197753638 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. +## [28.1.1](https://github.com/tivac/modular-css/compare/v28.1.0...v28.1.1) (2022-04-08) + +**Note:** Version bump only for package @modular-css/www + + + + + # [28.1.0](https://github.com/tivac/modular-css/compare/v28.0.0...v28.1.0) (2022-03-11) **Note:** Version bump only for package @modular-css/www diff --git a/packages/www/package.json b/packages/www/package.json index c0e491646..dfc130ee2 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,6 +1,6 @@ { "name": "@modular-css/www", - "version": "28.1.0", + "version": "28.1.1", "private": true, "description": "web site for modular-css", "main": "index.js",