Skip to content

Commit 4f521d2

Browse files
committed
fix: remove declarationDir from tsconfig
1 parent 08af998 commit 4f521d2

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## Unreleased
1111

12-
<small>[Compare with latest](https://github.com/Hetari/vuejs-code-block/compare/26630622387771773d2855d2f2fe15e505bb4966...HEAD)</small>
12+
<small>[Compare with latest](https://github.com/Hetari/vuejs-code-block/compare/1.0.1...HEAD)</small>
1313

1414
### Added
1515

16+
- add: new languages ([3e05688](https://github.com/Hetari/vuejs-code-block/commit/3e05688364eb2d10092f5ef6f3bf6fd3d28cd4e8) by Hetari).
17+
18+
<!-- insertion marker -->
19+
20+
## [1.0.1](https://github.com/Hetari/vuejs-code-block/releases/tag/1.0.1) - 2024-10-05
21+
22+
<small>[Compare with first commit](https://github.com/Hetari/vuejs-code-block/compare/26630622387771773d2855d2f2fe15e505bb4966...1.0.1)</small>
23+
24+
### Added
25+
26+
- add: click to copy ([75fb7bc](https://github.com/Hetari/vuejs-code-block/commit/75fb7bc432bcb86fa2791a8ee6a68931649dce58) by Hetari).
27+
- add copy icon ([4fd0e42](https://github.com/Hetari/vuejs-code-block/commit/4fd0e423694962ee414c7efad11681a4c2bf8be9) by Hetari).
28+
- add more icons ([4caed1c](https://github.com/Hetari/vuejs-code-block/commit/4caed1c80636780d160132db245975363d77304c) by Hetari).
29+
- add icons ([a279545](https://github.com/Hetari/vuejs-code-block/commit/a279545e94c4df39d431c22ef819a4d43543a1f6) by Hetari).
30+
- add themes ([0eb0a87](https://github.com/Hetari/vuejs-code-block/commit/0eb0a87224291d3de0e752db00edf13449db42c8) by Hetari).
31+
- addL light and dark theme ([1b16a89](https://github.com/Hetari/vuejs-code-block/commit/1b16a89cd0acc896a0b450f974d6d21c73dfca29) by Hetari).
32+
- add: line number ([75e6415](https://github.com/Hetari/vuejs-code-block/commit/75e6415238b6ae275837ed4be1ef5405f0c14f56) by Hetari).
1633
- add supported language types ([78296bf](https://github.com/Hetari/vuejs-code-block/commit/78296bf12a517b956adac796f5a47830bf2ca931) by Hetari).
1734
- add css ([b5d4f6f](https://github.com/Hetari/vuejs-code-block/commit/b5d4f6ff647af3f34666a704fe6823ffbfd2fcc5) by Hetari).
1835
- add some default style ([bf0bbed](https://github.com/Hetari/vuejs-code-block/commit/bf0bbed071a5dc10ccadd8e770d72ee860077f0a) by Hetari).
@@ -28,6 +45,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2845

2946
### Fixed
3047

48+
- fix: images path in the docs ([14c3277](https://github.com/Hetari/vuejs-code-block/commit/14c3277254c5a899956250cb02dc12a12785d0c9) by Hetari).
49+
- fix: line break in code block ([c842e28](https://github.com/Hetari/vuejs-code-block/commit/c842e28141da7b3cd769448984a574600bd0dbcd) by Hetari).
50+
- fix: parseCodeIntoLines function ([084f090](https://github.com/Hetari/vuejs-code-block/commit/084f090e15611032a697fd819d731ab89ddd2550) by Hetari).
51+
- fix: Cannot find namespace 'JSX' ([b6d4439](https://github.com/Hetari/vuejs-code-block/commit/b6d44398b17f211d6d7d7a416490c6397ac04c9a) by Hetari).
52+
- fix: code style ([c5d2def](https://github.com/Hetari/vuejs-code-block/commit/c5d2def4953ddeddb1d1cdce89edaacae092e495) by Hetari).
3153
- fix props types ([6494442](https://github.com/Hetari/vuejs-code-block/commit/6494442aa0667ff1aef224a9c22c49e647ecd3f1) by Hetari).
3254
- fix loading language ([c5c9f86](https://github.com/Hetari/vuejs-code-block/commit/c5c9f86fb893d9997aadd322d1c401d8cb18311e) by Hetari).
3355
- fix parsing ([43a5534](https://github.com/Hetari/vuejs-code-block/commit/43a5534d3ff69f12fbc749acc78b6aa142ef36ac) by Hetari).
@@ -44,5 +66,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4466
### Removed
4567

4668
- remove unused libraries ([79eceaf](https://github.com/Hetari/vuejs-code-block/commit/79eceafbcbf2f780d70c4fefb8abd61dff623b85) by Hetari).
47-
48-
<!-- insertion marker -->

test.zip

-5.3 KB
Binary file not shown.

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"declaration": true,
4-
"declarationDir": "./dist/types",
54
"emitDeclarationOnly": true,
65
"module": "ESNext",
76
"moduleResolution": "node",

0 commit comments

Comments
 (0)