Skip to content

Commit

Permalink
Version Packages (#1023)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 10, 2025
1 parent d9db40b commit 94150f1
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-camels-breathe.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/browserify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 29.0.4

### Patch Changes

- Updated dependencies [[`d9db40b`](https://github.com/tivac/modular-css/commit/d9db40b08355ec13b7929edcb27dd1bc58454513)]:
- @modular-css/processor@29.0.4

## 29.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/browserify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/browserify",
"version": "29.0.3",
"version": "29.0.4",
"description": "Browserify transform for modular-css",
"main": "./browserify.js",
"repository": {
Expand All @@ -27,7 +27,7 @@
"postcss"
],
"dependencies": {
"@modular-css/processor": "^29.0.3",
"@modular-css/processor": "^29.0.4",
"mkdirp": "^2.1.3",
"p-each-series": "^2.0.0",
"sink-transform": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 29.0.4

### Patch Changes

- Updated dependencies [[`d9db40b`](https://github.com/tivac/modular-css/commit/d9db40b08355ec13b7929edcb27dd1bc58454513)]:
- @modular-css/processor@29.0.4
- @modular-css/glob@29.0.4

## 29.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/cli",
"version": "29.0.3",
"version": "29.0.4",
"description": "CLI for modular-css",
"main": "./cli.js",
"bin": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"cli"
],
"dependencies": {
"@modular-css/glob": "^29.0.3",
"@modular-css/processor": "^29.0.3",
"@modular-css/glob": "^29.0.4",
"@modular-css/processor": "^29.0.4",
"meow": "^9.0.0",
"mkdirp": "^2.1.3"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/css-to-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 29.0.6

### Patch Changes

- Updated dependencies [[`d9db40b`](https://github.com/tivac/modular-css/commit/d9db40b08355ec13b7929edcb27dd1bc58454513)]:
- @modular-css/processor@29.0.4

## 29.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "29.0.5",
"version": "29.0.6",
"description": "modular-css powered conversion of CSS to JavaScript",
"main": "./css-to-js.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"postcss"
],
"dependencies": {
"@modular-css/processor": "^29.0.3",
"@modular-css/processor": "^29.0.4",
"dedent": "^0.7.0",
"identifierfy": "^2.0.0",
"just-extend": "^6.0.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/glob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 29.0.4

### Patch Changes

- Updated dependencies [[`d9db40b`](https://github.com/tivac/modular-css/commit/d9db40b08355ec13b7929edcb27dd1bc58454513)]:
- @modular-css/processor@29.0.4

## 29.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/glob",
"version": "29.0.3",
"version": "29.0.4",
"description": "Glob support for modular-css",
"main": "./glob.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"modular-css"
],
"dependencies": {
"@modular-css/processor": "^29.0.3",
"@modular-css/processor": "^29.0.4",
"globule": "^1.1.0"
}
}
7 changes: 7 additions & 0 deletions packages/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 29.0.4

### Patch Changes

- Updated dependencies [[`d9db40b`](https://github.com/tivac/modular-css/commit/d9db40b08355ec13b7929edcb27dd1bc58454513)]:
- @modular-css/processor@29.0.4

## 29.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/postcss",
"version": "29.0.3",
"version": "29.0.4",
"description": "Use modular-css via postcss",
"main": "./postcss.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"postcss"
],
"dependencies": {
"@modular-css/processor": "^29.0.3",
"@modular-css/processor": "^29.0.4",
"mkdirp": "^2.1.3"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 29.0.4

### Patch Changes

- [#1022](https://github.com/tivac/modular-css/pull/1022) [`d9db40b`](https://github.com/tivac/modular-css/commit/d9db40b08355ec13b7929edcb27dd1bc58454513) Thanks [@tivac](https://github.com/tivac)! - fix: Properly replace `@values` inside of other `@values` when they're imported from another file (https://github.com/tivac/modular-css/issues/1020)

## 29.0.3

### Patch Changes
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": "29.0.3",
"version": "29.0.4",
"description": "A streamlined reinterpretation of CSS Modules",
"main": "./processor.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 29.0.7

### Patch Changes

- Updated dependencies [[`d9db40b`](https://github.com/tivac/modular-css/commit/d9db40b08355ec13b7929edcb27dd1bc58454513)]:
- @modular-css/processor@29.0.4
- @modular-css/css-to-js@29.0.6

## 29.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/rollup",
"version": "29.0.6",
"version": "29.0.7",
"description": "Add modular-css support to rollup",
"main": "./rollup.js",
"repository": {
Expand All @@ -26,8 +26,8 @@
"postcss"
],
"dependencies": {
"@modular-css/css-to-js": "^29.0.5",
"@modular-css/processor": "^29.0.3",
"@modular-css/css-to-js": "^29.0.6",
"@modular-css/processor": "^29.0.4",
"@rollup/pluginutils": "^5.1.0",
"slash": "^3.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 29.0.4

### Patch Changes

- Updated dependencies [[`d9db40b`](https://github.com/tivac/modular-css/commit/d9db40b08355ec13b7929edcb27dd1bc58454513)]:
- @modular-css/processor@29.0.4

## 29.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/svelte",
"version": "29.0.3",
"version": "29.0.4",
"description": "Add modular-css support to svelte",
"main": "./svelte.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"postcss"
],
"dependencies": {
"@modular-css/processor": "^29.0.3",
"@modular-css/processor": "^29.0.4",
"@rollup/pluginutils": "^5.0.2",
"es-module-lexer": "^1.0.1",
"escape-string-regexp": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 30.0.6

### Patch Changes

- Updated dependencies [[`d9db40b`](https://github.com/tivac/modular-css/commit/d9db40b08355ec13b7929edcb27dd1bc58454513)]:
- @modular-css/processor@29.0.4
- @modular-css/css-to-js@29.0.6

## 30.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/vite",
"version": "30.0.5",
"version": "30.0.6",
"description": "vite support for modular-css",
"main": "./vite.js",
"repository": {
Expand All @@ -26,8 +26,8 @@
"postcss"
],
"dependencies": {
"@modular-css/css-to-js": "^29.0.5",
"@modular-css/processor": "^29.0.3",
"@modular-css/css-to-js": "^29.0.6",
"@modular-css/processor": "^29.0.4",
"@rollup/pluginutils": "^5.0.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 29.0.6

### Patch Changes

- Updated dependencies [[`d9db40b`](https://github.com/tivac/modular-css/commit/d9db40b08355ec13b7929edcb27dd1bc58454513)]:
- @modular-css/processor@29.0.4
- @modular-css/css-to-js@29.0.6

## 29.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-css/webpack",
"version": "29.0.5",
"version": "29.0.6",
"description": "Webpack support for modular-css",
"main": "./plugin.js",
"loader": "./loader.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"webpack": "^5.0.0"
},
"dependencies": {
"@modular-css/css-to-js": "^29.0.5",
"@modular-css/processor": "^29.0.3"
"@modular-css/css-to-js": "^29.0.6",
"@modular-css/processor": "^29.0.4"
}
}

0 comments on commit 94150f1

Please sign in to comment.