Skip to content

Commit

Permalink
👷 [ci]: Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent 8c1413a commit 2826db4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-kids-study.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.2

### Patch Changes

- [#17](https://github.com/MatthiesenXYZ/EC-Plugins/pull/17) [`8c1413a`](https://github.com/MatthiesenXYZ/EC-Plugins/commit/8c1413a45f7477d36d6a1570fbfcfe03d5221b43) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Remove usage of CDN for FloatingUI

## 0.2.1

### 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.1",
"version": "0.2.2",
"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 2826db4

Please sign in to comment.