Skip to content

Commit

Permalink
Version Packages (#984)
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 Oct 26, 2023
1 parent ab93697 commit 37bf65b
Show file tree
Hide file tree
Showing 21 changed files with 127 additions and 39 deletions.
16 changes: 0 additions & 16 deletions .changeset/little-beers-cheer.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.3

### Patch Changes

- Updated dependencies [[`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84)]:
- @modular-css/processor@29.0.3

## 29.0.2

### 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.2",
"version": "29.0.3",
"description": "Browserify transform for modular-css",
"main": "./browserify.js",
"repository": {
Expand All @@ -27,7 +27,7 @@
"postcss"
],
"dependencies": {
"@modular-css/processor": "^29.0.2",
"@modular-css/processor": "^29.0.3",
"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.3

### Patch Changes

- Updated dependencies [[`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84)]:
- @modular-css/processor@29.0.3
- @modular-css/glob@29.0.3

## 29.0.2

### 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.2",
"version": "29.0.3",
"description": "CLI for modular-css",
"main": "./cli.js",
"bin": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"cli"
],
"dependencies": {
"@modular-css/glob": "^29.0.2",
"@modular-css/processor": "^29.0.2",
"@modular-css/glob": "^29.0.3",
"@modular-css/processor": "^29.0.3",
"meow": "^9.0.0",
"mkdirp": "^2.1.3"
}
Expand Down
18 changes: 18 additions & 0 deletions packages/css-to-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 29.0.3

### Patch Changes

- [#983](https://github.com/tivac/modular-css/pull/983) [`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84) Thanks [@tivac](https://github.com/tivac)! - Ensure that aliased values get exported, fixing #982

```
@value * as values from "./other-file.css";
@value local: values.somevalue;
```

Previously that `local` value wouldn't exist in the JS exports, it was mistakenly treated like the `values` external value.

Also adds semi-colons to variable declarations in the generated JS for vite/rollup/webpack.

- Updated dependencies [[`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84)]:
- @modular-css/processor@29.0.3

## 29.0.2

### 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.2",
"version": "29.0.3",
"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.2",
"@modular-css/processor": "^29.0.3",
"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.3

### Patch Changes

- Updated dependencies [[`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84)]:
- @modular-css/processor@29.0.3

## 29.0.2

### 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.2",
"version": "29.0.3",
"description": "Glob support for modular-css",
"main": "./glob.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"modular-css"
],
"dependencies": {
"@modular-css/processor": "^29.0.2",
"@modular-css/processor": "^29.0.3",
"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.3

### Patch Changes

- Updated dependencies [[`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84)]:
- @modular-css/processor@29.0.3

## 29.0.2

### 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.2",
"version": "29.0.3",
"description": "Use modular-css via postcss",
"main": "./postcss.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"postcss"
],
"dependencies": {
"@modular-css/processor": "^29.0.2",
"@modular-css/processor": "^29.0.3",
"mkdirp": "^2.1.3"
},
"peerDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 29.0.3

### Patch Changes

- [#983](https://github.com/tivac/modular-css/pull/983) [`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84) Thanks [@tivac](https://github.com/tivac)! - Ensure that aliased values get exported, fixing #982

```
@value * as values from "./other-file.css";
@value local: values.somevalue;
```

Previously that `local` value wouldn't exist in the JS exports, it was mistakenly treated like the `values` external value.

Also adds semi-colons to variable declarations in the generated JS for vite/rollup/webpack.

## 29.0.2

### 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.2",
"version": "29.0.3",
"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.4

### Patch Changes

- Updated dependencies [[`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84)]:
- @modular-css/css-to-js@29.0.3
- @modular-css/processor@29.0.3

## 29.0.3

### 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.3",
"version": "29.0.4",
"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.2",
"@modular-css/processor": "^29.0.2",
"@modular-css/css-to-js": "^29.0.3",
"@modular-css/processor": "^29.0.3",
"@rollup/pluginutils": "^5.0.2",
"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.3

### Patch Changes

- Updated dependencies [[`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84)]:
- @modular-css/processor@29.0.3

## 29.0.2

### 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.2",
"version": "29.0.3",
"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.2",
"@modular-css/processor": "^29.0.3",
"@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.3

### Patch Changes

- Updated dependencies [[`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84)]:
- @modular-css/css-to-js@29.0.3
- @modular-css/processor@29.0.3

## 30.0.2

### 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.2",
"version": "30.0.3",
"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.2",
"@modular-css/processor": "^29.0.2",
"@modular-css/css-to-js": "^29.0.3",
"@modular-css/processor": "^29.0.3",
"@rollup/pluginutils": "^5.0.2"
},
"peerDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 29.0.3

### Patch Changes

- [#983](https://github.com/tivac/modular-css/pull/983) [`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84) Thanks [@tivac](https://github.com/tivac)! - Ensure that aliased values get exported, fixing #982

```
@value * as values from "./other-file.css";
@value local: values.somevalue;
```

Previously that `local` value wouldn't exist in the JS exports, it was mistakenly treated like the `values` external value.

Also adds semi-colons to variable declarations in the generated JS for vite/rollup/webpack.

- Updated dependencies [[`63af4ac3`](https://github.com/tivac/modular-css/commit/63af4ac3ee6380ede5396463fb0305bc14274d84)]:
- @modular-css/css-to-js@29.0.3
- @modular-css/processor@29.0.3

## 29.0.2

### 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.2",
"version": "29.0.3",
"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.2",
"@modular-css/processor": "^29.0.2"
"@modular-css/css-to-js": "^29.0.3",
"@modular-css/processor": "^29.0.3"
}
}

0 comments on commit 37bf65b

Please sign in to comment.