Skip to content

Commit

Permalink
👷 [ci]: Version Packages (#33)
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 Dec 16, 2024
1 parent 68e8569 commit 31b8f20
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-keys-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-chefs-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-cups-rhyme.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/twoslash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# expressive-code-twoslash

## 0.3.1

### Patch Changes

- [#32](https://github.com/MatthiesenXYZ/EC-Plugins/pull/32) [`b094bb2`](https://github.com/MatthiesenXYZ/EC-Plugins/commit/b094bb2c5b035b66d287c5c57c548e7439d4f788) Thanks [@IMax153](https://github.com/IMax153)! - Ensure Twoslash popup documentation uses the configured code font-family for inline code

- [#35](https://github.com/MatthiesenXYZ/EC-Plugins/pull/35) [`68e8569`](https://github.com/MatthiesenXYZ/EC-Plugins/commit/68e8569b46fec127ad9425381a96eba8a07cb0a5) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - fix line height size

- [#35](https://github.com/MatthiesenXYZ/EC-Plugins/pull/35) [`68e8569`](https://github.com/MatthiesenXYZ/EC-Plugins/commit/68e8569b46fec127ad9425381a96eba8a07cb0a5) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Remove unused style that referenced Starlight

## 0.3.0

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expressive-code-twoslash",
"version": "0.3.0",
"version": "0.3.1",
"description": "Add Twoslash support to your Expressive Code TypeScript code blocks.",
"author": {
"email": "adam@matthiesen.xyz",
Expand Down Expand Up @@ -31,7 +31,9 @@
"default": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build-js-module": "tsm --require=../../scripts/filter-warnings.cjs ./scripts/minify.ts",
"compile": "tsup ./src/index.ts --format esm --dts --sourcemap --clean",
Expand Down

0 comments on commit 31b8f20

Please sign in to comment.