8000 chore: release v4.0.0-alpha.0 · vuejs/repl@97ac09b · GitHub
[go: up one dir, main page]

Skip to content

Commit 97ac09b

Browse files
committed
chore: release v4.0.0-alpha.0
1 parent d01bf55 commit 97ac09b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [4.0.0-alpha.0](https://github.com/vuejs/repl/compare/v3.3.0...v4.0.0-alpha.0) (2024-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* add corresponding black theme background ([#206](https://github.com/vuejs/repl/issues/206)) ([3921c85](https://github.com/vuejs/repl/commit/3921c85f90a40a871838f9740fa3588e2cfa4758))
7+
* don't overwrite `a` tag without href ([#209](https://github.com/vuejs/repl/issues/209)) ([c7fcf38](https://github.com/vuejs/repl/commit/c7fcf381f195ffce6284cc92c26f8a90e09b484a))
8+
* don't show tsconfig if not present ([ca548b2](https://github.com/vuejs/repl/commit/ca548b240addd4f58851a545622684a00eb09a0a))
9+
10+
11+
### Features
12+
13+
* export `package.json` ([79a22de](https://github.com/vuejs/repl/commit/79a22deb84aa50e31cf6506a67e93f69291fb82f))
14+
15+
16+
117
# [3.3.0](https://github.com/vuejs/repl/compare/v3.2.0...v3.3.0) (2024-01-11)
218

319

7402 package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/repl",
3-
"version": "3.3.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "Vue component for editing Vue components",
55
"packageManager": "pnpm@8.14.0",
66
"type": "module",

0 commit comments

Comments
 (0)
0