Skip to content

Commit 3eea14a

Browse files
Version Packages (#1077)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9f1c540 commit 3eea14a

File tree

21 files changed

+102
-31
lines changed

21 files changed

+102
-31
lines changed

.changeset/three-yaks-hug.md

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

packages/browserify/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.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`46b1362`](https://github.com/tivac/modular-css/commit/46b136291191166de309193b08ce66ded2d74431)]:
8+
- @modular-css/processor@29.1.0
9+
310
## 29.0.4
411

512
### Patch Changes

packages/browserify/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/browserify",
3-
"version": "29.0.4",
3+
"version": "29.0.5",
44
"description": "Browserify transform for modular-css",
55
"main": "./browserify.js",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"postcss"
2828
],
2929
"dependencies": {
30-
"@modular-css/processor": "^29.0.4",
30+
"@modular-css/processor": "^29.1.0",
3131
"mkdirp": "^2.1.3",
3232
"p-each-series": "^2.0.0",
3333
"sink-transform": "^2.0.0",

packages/cli/CHANGELOG.md

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

3+
## 29.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`46b1362`](https://github.com/tivac/modular-css/commit/46b136291191166de309193b08ce66ded2d74431)]:
8+
- @modular-css/processor@29.1.0
9+
- @modular-css/glob@29.0.5
10+
311
## 29.0.4
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modular-css/cli",
3-
"version": "29.0.4",
3+
"version": "29.0.5",
44
"description": "CLI for modular-css",
55
"main": "./cli.js",
66
"bin": {
@@ -28,8 +28,8 @@
2828
"cli"
2929
],
3030
"dependencies": {
31-
"@modular-css/glob": "^29.0.4",
32-
"@modular-css/processor": "^29.0.4",
31+
"@modular-css/glob": "^29.0.5",
32+
"@modular-css/processor": "^29.1.0",
3333
"meow": "^9.0.0",
3434
"mkdirp": "^2.1.3"
3535
}

packages/css-to-js/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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`46b1362`](https://github.com/tivac/modular-css/commit/46b136291191166de309193b08ce66ded2d74431)]:
8+
- @modular-css/processor@29.1.0
9+
310
## 29.1.1
411

512
### Patch Changes

packages/css-to-js/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/css-to-js",
3-
"version": "29.1.1",
3+
"version": "29.1.2",
44
"description": "modular-css powered conversion of CSS to JavaScript",
55
"main": "./css-to-js.js",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"postcss"
2525
],
2626
"dependencies": {
27-
"@modular-css/processor": "^29.0.4",
27+
"@modular-css/processor": "^29.1.0",
2828
"dedent": "^0.7.0",
2929
"identifierfy": "^2.0.0",
3030
"just-extend": "^6.0.1"

packages/glob/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.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`46b1362`](https://github.com/tivac/modular-css/commit/46b136291191166de309193b08ce66ded2d74431)]:
8+
- @modular-css/processor@29.1.0
9+
310
## 29.0.4
411

512
### Patch Changes

packages/glob/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/glob",
3-
"version": "29.0.4",
3+
"version": "29.0.5",
44
"description": "Glob support for modular-css",
55
"main": "./glob.js",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"modular-css"
2525
],
2626
"dependencies": {
27-
"@modular-css/processor": "^29.0.4",
27+
"@modular-css/processor": "^29.1.0",
2828
"globule": "^1.1.0"
2929
}
3030
}

packages/postcss/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.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`46b1362`](https://github.com/tivac/modular-css/commit/46b136291191166de309193b08ce66ded2d74431)]:
8+
- @modular-css/processor@29.1.0
9+
310
## 29.0.4
411

512
### Patch Changes

0 commit comments

Comments
 (0)