Skip to content

Commit

Permalink
release: v28.1.3 🎉 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Jun 15, 2022
1 parent 00e84c8 commit 8dc538b
Show file tree
Hide file tree
Showing 26 changed files with 126 additions and 13 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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)


### Bug Fixes

* don't move composed classes early ([#856](https://github.com/tivac/modular-css/issues/856)) ([00e84c8](https://github.com/tivac/modular-css/commit/00e84c87b63e392a22b4ffe7d98cb38ecd9161a5))





## [28.1.2](https://github.com/tivac/modular-css/compare/v28.1.1...v28.1.2) (2022-05-25)


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": "28.1.2",
"version": "28.1.3",
"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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)

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





## [28.1.2](https://github.com/tivac/modular-css/compare/v28.1.1...v28.1.2) (2022-05-25)

**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": "28.1.2",
"version": "28.1.3",
"description": "Browserify transform for modular-css",
"main": "./browserify.js",
"repository": {
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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)

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





# [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/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": "28.0.0",
"version": "28.1.3",
"description": "CLI for modular-css",
"main": "./cli.js",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/css-to-js/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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)


### Bug Fixes

* don't move composed classes early ([#856](https://github.com/tivac/modular-css/issues/856)) ([00e84c8](https://github.com/tivac/modular-css/commit/00e84c87b63e392a22b4ffe7d98cb38ecd9161a5))





## [28.1.2](https://github.com/tivac/modular-css/compare/v28.1.1...v28.1.2) (2022-05-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/css-to-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/css-to-js",
"version": "28.1.2",
"version": "28.1.3",
"description": "modular-css powered conversion of CSS to JavaScript",
"main": "./css-to-js.js",
"repository": {
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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)

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





# [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/glob
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": "28.0.0",
"version": "28.1.3",
"description": "Glob support for modular-css",
"main": "./glob.js",
"repository": {
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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)

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





# [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/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": "28.0.0",
"version": "28.1.3",
"description": "Use modular-css via postcss",
"main": "./postcss.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/processor/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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)

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





# [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/processor
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": "28.0.0",
"version": "28.1.3",
"description": "A streamlined reinterpretation of CSS Modules",
"main": "./processor.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/rollup/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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)


### Bug Fixes

* don't move composed classes early ([#856](https://github.com/tivac/modular-css/issues/856)) ([00e84c8](https://github.com/tivac/modular-css/commit/00e84c87b63e392a22b4ffe7d98cb38ecd9161a5))





## [28.1.2](https://github.com/tivac/modular-css/compare/v28.1.1...v28.1.2) (2022-05-25)


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": "28.1.2",
"version": "28.1.3",
"description": "Add modular-css support to rollup",
"main": "./rollup.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)

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





## [28.1.2](https://github.com/tivac/modular-css/compare/v28.1.1...v28.1.2) (2022-05-25)


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": "28.1.2",
"version": "28.1.3",
"description": "Add modular-css support to svelte",
"main": "./svelte.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/test-utils/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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)

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





# [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/test-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/test-utils",
"version": "28.0.0",
"version": "28.1.3",
"private": true,
"description": "Test utilities for modular-css",
"main": "compare.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite/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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)

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





## [28.1.2](https://github.com/tivac/modular-css/compare/v28.1.1...v28.1.2) (2022-05-25)

**Note:** Version bump only for package @modular-css/vite
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/vite",
"version": "28.1.2",
"version": "28.1.3",
"description": "vite support for modular-css",
"main": "./vite.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack/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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)

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





# [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/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": "28.0.0",
"version": "28.1.3",
"description": "Webpack support for modular-css",
"main": "./plugin.js",
"loader": "./loader.js",
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.

## [28.1.3](https://github.com/tivac/modular-css/compare/v28.1.2...v28.1.3) (2022-06-15)

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





## [28.1.2](https://github.com/tivac/modular-css/compare/v28.1.1...v28.1.2) (2022-05-25)

**Note:** Version bump only for package @modular-css/www
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/www",
"version": "28.1.2",
"version": "28.1.3",
"private": true,
"description": "web site for modular-css",
"main": "index.js",
Expand Down

0 comments on commit 8dc538b

Please sign in to comment.