Skip to content

Commit ff02931

Browse files
committed
Update changelogs [skip ci]
1 parent de3c859 commit ff02931

8 files changed

Lines changed: 60 additions & 24 deletions

File tree

common/changes/@rushstack/heft-sass-plugin/heft-sass-plugin-preserve-icss-exports_2026-04-09-00-00.json

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

common/changes/@rushstack/heft-sass-plugin/sass-doNotTrimOriginalFileExtension_2026-04-08-00-49.json

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

heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/heft-sass-load-themed-styles-plugin",
33
"entries": [
4+
{
5+
"version": "1.2.12",
6+
"tag": "@rushstack/heft-sass-load-themed-styles-plugin_v1.2.12",
7+
"date": "Thu, 09 Apr 2026 23:00:20 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.3.0`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.2.11",
618
"tag": "@rushstack/heft-sass-load-themed-styles-plugin_v1.2.11",

heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rushstack/heft-sass-load-themed-styles-plugin
22

3-
This log was last generated on Thu, 09 Apr 2026 00:15:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 09 Apr 2026 23:00:20 GMT and should not be manually modified.
4+
5+
## 1.2.12
6+
Thu, 09 Apr 2026 23:00:20 GMT
7+
8+
_Version update only_
49

510
## 1.2.11
611
Thu, 09 Apr 2026 00:15:07 GMT

heft-plugins/heft-sass-plugin/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rushstack/heft-sass-plugin",
33
"entries": [
4+
{
5+
"version": "1.3.0",
6+
"tag": "@rushstack/heft-sass-plugin_v1.3.0",
7+
"date": "Thu, 09 Apr 2026 23:00:20 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add `preserveIcssExports` option to keep the ICSS `:export` block in emitted CSS output, required when downstream webpack loaders (e.g. `css-loader` icssParser) need to extract `:export` values at bundle time."
12+
},
13+
{
14+
"comment": "Add a `doNotTrimOriginalFileExtension` option. When enabled, the original file extension is preserved in the CSS output filename (e.g. `styles.scss` emits `styles.scss.css` instead of `styles.css`)"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "1.2.11",
621
"tag": "@rushstack/heft-sass-plugin_v1.2.11",

heft-plugins/heft-sass-plugin/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log - @rushstack/heft-sass-plugin
22

3-
This log was last generated on Thu, 09 Apr 2026 00:15:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 09 Apr 2026 23:00:20 GMT and should not be manually modified.
4+
5+
## 1.3.0
6+
Thu, 09 Apr 2026 23:00:20 GMT
7+
8+
### Minor changes
9+
10+
- Add `preserveIcssExports` option to keep the ICSS `:export` block in emitted CSS output, required when downstream webpack loaders (e.g. `css-loader` icssParser) need to extract `:export` values at bundle time.
11+
- Add a `doNotTrimOriginalFileExtension` option. When enabled, the original file extension is preserved in the CSS output filename (e.g. `styles.scss` emits `styles.scss.css` instead of `styles.css`)
412

513
## 1.2.11
614
Thu, 09 Apr 2026 00:15:07 GMT

rigs/heft-web-rig/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/heft-web-rig",
33
"entries": [
4+
{
5+
"version": "1.4.9",
6+
"tag": "@rushstack/heft-web-rig_v1.4.9",
7+
"date": "Thu, 09 Apr 2026 23:00:20 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `1.3.0`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.4.8",
618
"tag": "@rushstack/heft-web-rig_v1.4.8",

rigs/heft-web-rig/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rushstack/heft-web-rig
22

3-
This log was last generated on Thu, 09 Apr 2026 00:15:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 09 Apr 2026 23:00:20 GMT and should not be manually modified.
4+
5+
## 1.4.9
6+
Thu, 09 Apr 2026 23:00:20 GMT
7+
8+
_Version update only_
49

510
## 1.4.8
611
Thu, 09 Apr 2026 00:15:07 GMT

0 commit comments

Comments
 (0)