File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 4
4
"commit" : true ,
5
5
"fixed" : [],
6
6
"linked" : [],
7
- "access" : " restricted " ,
7
+ "access" : " public " ,
8
8
"baseBranch" : " main" ,
9
9
"updateInternalDependencies" : " patch" ,
10
10
"ignore" : []
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# [ 1.1.0] ( https://github.com/riccardoperra/solid-codemirror/compare/v1.0.3...v1.1.0 ) (2022-06-12)
2
2
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - e70a372: refactor adding compartments and modularity
8
+
3
9
### Features
4
10
5
11
- add support for CodeMirror 6.0.0 ([ b47dfad] ( https://github.com/riccardoperra/solid-codemirror/commit/b47dfad15a56325d70a35aa6de5ef54b66256312 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " solid-codemirror" ,
3
- "version" : " 1 .0.2 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " CodeMirror component for SolidJS" ,
5
5
"type" : " module" ,
6
6
"source" : " src/index.tsx" ,
7
7
"main" : " dist/cjs/index.js" ,
8
8
"module" : " dist/esm/index.js" ,
9
9
"types" : " dist/types/index.d.ts" ,
10
+ "private" : false ,
10
11
"files" : [
11
12
" dist"
12
13
],
You can’t perform that action at this time.
0 commit comments