Skip to content

Commit cd26730

Browse files
👷 [ci]: Version Packages
1 parent 3b958ec commit cd26730

8 files changed

Lines changed: 22 additions & 35 deletions

File tree

‎.changeset/brown-kids-worry.md‎

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

‎.changeset/many-rooms-design.md‎

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

‎.changeset/new-moles-play.md‎

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

‎.changeset/polite-geckos-buy.md‎

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

‎.changeset/small-spies-end.md‎

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

‎.changeset/thirty-eggs-nail.md‎

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

‎package/CHANGELOG.md‎

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# expressive-code-twoslash
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/withstudiocms/expressive-code-twoslash/pull/52) [`c2baab2`](https://github.com/withstudiocms/expressive-code-twoslash/commit/c2baab2a9955ff7efc5746800bb9c272b30b9976) Thanks [@ackzell](https://github.com/ackzell)! - # Adding support for Twoslash Vue
8+
9+
A new `"vue"` entry to the `languages` option was added.
10+
The plugin will now determine which instance of `createTwoSlasher` to use: the TS one or the Vue one.
11+
12+
- [#61](https://github.com/withstudiocms/expressive-code-twoslash/pull/61) [`405cc6d`](https://github.com/withstudiocms/expressive-code-twoslash/commit/405cc6d0aaa8f3b39b7b50409cb66534201f1ac0) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Moves to TSDown compiler
13+
14+
- [#58](https://github.com/withstudiocms/expressive-code-twoslash/pull/58) [`03e0848`](https://github.com/withstudiocms/expressive-code-twoslash/commit/03e08484a874104f0be87c5128081db3677d9b6b) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Cleans up defaults, and modernizes Twoslash config
15+
16+
### Patch Changes
17+
18+
- [#63](https://github.com/withstudiocms/expressive-code-twoslash/pull/63) [`3b579ff`](https://github.com/withstudiocms/expressive-code-twoslash/commit/3b579ff57db8a51ef2ea572991d5a7f44039cfab) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Reworks popup script generation
19+
20+
- [#59](https://github.com/withstudiocms/expressive-code-twoslash/pull/59) [`d2b34b4`](https://github.com/withstudiocms/expressive-code-twoslash/commit/d2b34b449679ce3433dd73c4ae2c8b1482580a65) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Updates dependency configuration to rely on pnpm catalogs
21+
22+
- [#60](https://github.com/withstudiocms/expressive-code-twoslash/pull/60) [`5e33470`](https://github.com/withstudiocms/expressive-code-twoslash/commit/5e3347073a88b9f94188139b3e90933b9a2ba5d9) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - lint
23+
324
## 0.5.3
425

526
### Patch Changes
@@ -93,7 +114,6 @@
93114
### Minor Changes
94115

95116
- [#12](https://github.com/MatthiesenXYZ/EC-Plugins/pull/12) [`7e4711d`](https://github.com/MatthiesenXYZ/EC-Plugins/commit/7e4711daebf5cc34d1e1aae9efd375203e8bcc96) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Refactor code to be simpiler and small CSS tweaks
96-
97117
- Add Twoslash includes map
98118
- Pass user defined Twoslash options to `createTwoslasher()`
99119
- Remove excess functions and move code back to main EC function

‎package/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expressive-code-twoslash",
3-
"version": "0.5.3",
3+
"version": "0.6.0",
44
"description": "Add Twoslash support to your Expressive Code TypeScript code blocks.",
55
"author": {
66
"email": "adam@matthiesen.xyz",

0 commit comments

Comments
 (0)