We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1581d01 commit 804e1ffCopy full SHA for 804e1ff
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# [4.0.0-beta.0](https://github.com/vuejs/repl/compare/v4.0.0-alpha.1...v4.0.0-beta.0) (2024-02-10)
2
+
3
4
+### Bug Fixes
5
6
+* pass readonly in code mirror editor ([1100158](https://github.com/vuejs/repl/commit/1100158aec97dae9cf47ac04ff2bb9ec00d05e58))
7
8
9
10
# [4.0.0-alpha.1](https://github.com/vuejs/repl/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2024-01-24)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/repl",
- "version": "4.0.0-alpha.1",
+ "version": "4.0.0-beta.0",
"description": "Vue component for editing Vue components",
"packageManager": "[email protected]",
"type": "module",
0 commit comments