# Change Log - @rushstack/heft-sass-load-themed-styles-plugin This log was last generated on Sat, 13 Jun 2026 00:16:18 GMT and should not be manually modified. ## 1.2.24 Sat, 13 Jun 2026 00:16:18 GMT _Version update only_ ## 1.2.23 Mon, 08 Jun 2026 15:15:49 GMT _Version update only_ ## 1.2.22 Tue, 02 Jun 2026 07:30:20 GMT _Version update only_ ## 1.2.21 Fri, 29 May 2026 18:25:51 GMT _Version update only_ ## 1.2.20 Thu, 30 Apr 2026 00:15:22 GMT _Version update only_ ## 1.2.19 Mon, 20 Apr 2026 23:31:13 GMT _Version update only_ ## 1.2.18 Mon, 20 Apr 2026 15:15:24 GMT _Version update only_ ## 1.2.17 Sat, 18 Apr 2026 03:47:09 GMT _Version update only_ ## 1.2.16 Sat, 18 Apr 2026 00:15:16 GMT _Version update only_ ## 1.2.15 Fri, 17 Apr 2026 15:14:57 GMT _Version update only_ ## 1.2.14 Sat, 11 Apr 2026 00:31:13 GMT _Version update only_ ## 1.2.13 Fri, 10 Apr 2026 22:46:34 GMT _Version update only_ ## 1.2.12 Thu, 09 Apr 2026 23:00:20 GMT _Version update only_ ## 1.2.11 Thu, 09 Apr 2026 00:15:07 GMT _Version update only_ ## 1.2.10 Sat, 04 Apr 2026 00:14:00 GMT _Version update only_ ## 1.2.9 Wed, 01 Apr 2026 15:13:38 GMT _Version update only_ ## 1.2.8 Tue, 31 Mar 2026 15:14:15 GMT _Version update only_ ## 1.2.7 Mon, 09 Mar 2026 15:14:08 GMT _Version update only_ ## 1.2.6 Wed, 25 Feb 2026 21:39:42 GMT _Version update only_ ## 1.2.5 Wed, 25 Feb 2026 00:34:29 GMT _Version update only_ ## 1.2.4 Tue, 24 Feb 2026 01:13:27 GMT _Version update only_ ## 1.2.3 Mon, 23 Feb 2026 00:42:21 GMT _Version update only_ ## 1.2.2 Fri, 20 Feb 2026 16:14:49 GMT _Version update only_ ## 1.2.1 Fri, 20 Feb 2026 00:15:04 GMT ### Patches - Add `"node"` condition before `"import"` in the `"exports"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `"import"`. Fixes https://github.com/microsoft/rushstack/issues/5644. ## 1.2.0 Thu, 19 Feb 2026 00:04:52 GMT ### Minor changes - Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `"exports"` field in `package.json`. ## 1.1.14 Sat, 07 Feb 2026 01:13:26 GMT _Version update only_ ## 1.1.13 Wed, 04 Feb 2026 20:42:47 GMT _Version update only_ ## 1.1.12 Wed, 04 Feb 2026 16:13:27 GMT _Version update only_ ## 1.1.11 Fri, 30 Jan 2026 01:16:13 GMT _Version update only_ ## 1.1.10 Thu, 08 Jan 2026 01:12:30 GMT _Version update only_ ## 1.1.9 Wed, 07 Jan 2026 01:12:24 GMT _Version update only_ ## 1.1.8 Mon, 05 Jan 2026 16:12:49 GMT _Version update only_ ## 1.1.7 Sat, 06 Dec 2025 01:12:28 GMT _Version update only_ ## 1.1.6 Fri, 21 Nov 2025 16:13:56 GMT _Version update only_ ## 1.1.5 Wed, 12 Nov 2025 01:12:56 GMT _Version update only_ ## 1.1.4 Tue, 04 Nov 2025 08:15:14 GMT _Version update only_ ## 1.1.3 Fri, 24 Oct 2025 00:13:38 GMT _Version update only_ ## 1.1.2 Wed, 22 Oct 2025 00:57:54 GMT _Version update only_ ## 1.1.1 Wed, 08 Oct 2025 00:13:29 GMT _Version update only_ ## 1.1.0 Fri, 03 Oct 2025 20:09:59 GMT ### Minor changes - Normalize import of builtin modules to use the `node:` protocol. ## 1.0.0 Tue, 30 Sep 2025 23:57:45 GMT ### Breaking changes - Release Heft version 1.0.0 ## 0.1.15 Tue, 30 Sep 2025 20:33:51 GMT _Version update only_ ## 0.1.14 Fri, 12 Sep 2025 15:13:07 GMT _Version update only_ ## 0.1.13 Thu, 11 Sep 2025 00:22:31 GMT _Version update only_ ## 0.1.12 Sun, 31 Aug 2025 02:24:40 GMT _Version update only_ ## 0.1.11 Tue, 19 Aug 2025 20:45:02 GMT _Version update only_ ## 0.1.10 Fri, 01 Aug 2025 00:12:48 GMT _Version update only_ ## 0.1.9 Wed, 23 Jul 2025 20:55:57 GMT _Version update only_ ## 0.1.8 Sat, 21 Jun 2025 00:13:15 GMT _Version update only_ ## 0.1.7 Thu, 15 May 2025 00:11:49 GMT _Version update only_ ## 0.1.6 Tue, 13 May 2025 02:09:20 GMT _Version update only_ ## 0.1.5 Thu, 01 May 2025 15:11:33 GMT _Version update only_ ## 0.1.4 Thu, 01 May 2025 00:11:12 GMT _Version update only_ ## 0.1.3 Fri, 25 Apr 2025 00:11:32 GMT _Version update only_ ## 0.1.2 Mon, 21 Apr 2025 22:24:25 GMT _Version update only_ ## 0.1.1 Thu, 17 Apr 2025 00:11:21 GMT _Version update only_ ## 0.1.0 Tue, 15 Apr 2025 15:11:57 GMT ### Minor changes - Add new plugin for converting load-themed-styles theme tokens to CSS variable references during heft-sass-plugin.