Skip to content

Commit 7860a3f

Browse files
Version Packages (#1049)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca1ce98 commit 7860a3f

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.changeset/fix-syntax-highlight-css.md

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

packages/mantle/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @ngrok/mantle
22

3+
## 0.66.9
4+
5+
### Patch Changes
6+
7+
- [#1048](https://github.com/ngrok-oss/mantle/pull/1048) [`ca1ce98`](https://github.com/ngrok-oss/mantle/commit/ca1ce982cd68cae8e96181031a59673763c259d1) Thanks [@cody-dot-js](https://github.com/cody-dot-js)! - fix(code-block): restore syntax highlight token styles to mantle.css
8+
9+
The `.token.*` styles were moved out of `mantle.css` into a colocated
10+
`syntax-highlight.css` imported as a side-effect in `code-block.tsx`.
11+
However, tsdown extracts CSS imports into a sidecar file without emitting
12+
a corresponding `import` in the bundled JS, so consuming apps never loaded
13+
the styles. Moved the token styles back into `mantle.css` where they are
14+
reliably included.
15+
316
## 0.66.8
417

518
### Patch Changes

packages/mantle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrok/mantle",
3-
"version": "0.66.8",
3+
"version": "0.66.9",
44
"description": "mantle is ngrok's UI library and design system.",
55
"homepage": "https://mantle.ngrok.com",
66
"license": "MIT",

0 commit comments

Comments
 (0)