Skip to content

Commit 979f328

Browse files
Version Packages (#1055)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8392e61 commit 979f328

File tree

9 files changed

+34
-12
lines changed

9 files changed

+34
-12
lines changed

.changeset/plenty-fireants-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/css-to-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 29.1.1
4+
5+
### Patch Changes
6+
7+
- [#1054](https://github.com/tivac/modular-css/pull/1054) [`21ac173`](https://github.com/tivac/modular-css/commit/21ac173110efaaac2aad503a1d5b6079b820000e) Thanks [@tivac](https://github.com/tivac)! - Corrected output when coverage is enabled so that it is valid JS
8+
39
## 29.1.0
410

511
### Minor Changes

packages/css-to-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modular-css/css-to-js",
3-
"version": "29.1.0",
3+
"version": "29.1.1",
44
"description": "modular-css powered conversion of CSS to JavaScript",
55
"main": "./css-to-js.js",
66
"repository": {

packages/rollup/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 29.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`21ac173`](https://github.com/tivac/modular-css/commit/21ac173110efaaac2aad503a1d5b6079b820000e)]:
8+
- @modular-css/css-to-js@29.1.1
9+
310
## 29.1.0
411

512
### Minor Changes

packages/rollup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modular-css/rollup",
3-
"version": "29.1.0",
3+
"version": "29.1.1",
44
"description": "Add modular-css support to rollup",
55
"main": "./rollup.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"postcss"
2727
],
2828
"dependencies": {
29-
"@modular-css/css-to-js": "^29.1.0",
29+
"@modular-css/css-to-js": "^29.1.1",
3030
"@modular-css/processor": "^29.0.4",
3131
"@rollup/pluginutils": "^5.1.0",
3232
"slash": "^3.0.0"

packages/vite/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 30.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`21ac173`](https://github.com/tivac/modular-css/commit/21ac173110efaaac2aad503a1d5b6079b820000e)]:
8+
- @modular-css/css-to-js@29.1.1
9+
310
## 30.2.0
411

512
### Minor Changes

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modular-css/vite",
3-
"version": "30.2.0",
3+
"version": "30.2.1",
44
"description": "vite support for modular-css",
55
"main": "./vite.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"postcss"
2727
],
2828
"dependencies": {
29-
"@modular-css/css-to-js": "^29.1.0",
29+
"@modular-css/css-to-js": "^29.1.1",
3030
"@modular-css/processor": "^29.0.4",
3131
"@rollup/pluginutils": "^5.0.2"
3232
},

packages/webpack/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 29.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`21ac173`](https://github.com/tivac/modular-css/commit/21ac173110efaaac2aad503a1d5b6079b820000e)]:
8+
- @modular-css/css-to-js@29.1.1
9+
310
## 29.1.0
411

512
### Minor Changes

packages/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modular-css/webpack",
3-
"version": "29.1.0",
3+
"version": "29.1.1",
44
"description": "Webpack support for modular-css",
55
"main": "./plugin.js",
66
"loader": "./loader.js",
@@ -31,7 +31,7 @@
3131
"webpack": "^5.0.0"
3232
},
3333
"dependencies": {
34-
"@modular-css/css-to-js": "^29.1.0",
34+
"@modular-css/css-to-js": "^29.1.1",
3535
"@modular-css/processor": "^29.0.4"
3636
}
3737
}

0 commit comments

Comments
 (0)