Skip to content

Commit

Permalink
👷 [ci]: Version Packages (#20)
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 Nov 18, 2024
1 parent 31a47d3 commit 55c0afa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-ants-deliver.md

This file was deleted.

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

## 0.2.3

### Patch Changes

- [#19](https://github.com/MatthiesenXYZ/EC-Plugins/pull/19) [`31a47d3`](https://github.com/MatthiesenXYZ/EC-Plugins/commit/31a47d3abd1e3c08b3a28114ce342408ff90daf9) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Add codeblock and type processing to Hover/Static annotations

## 0.2.2

### Patch 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.2.2",
"version": "0.2.3",
"description": "Add Twoslash support to your Expressive Code TypeScript code blocks.",
"author": {
"email": "[email protected]",
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 55c0afa

Please sign in to comment.