File tree Expand file tree Collapse file tree 12 files changed +62
-11
lines changed
react-codemirror-playground Expand file tree Collapse file tree 12 files changed +62
-11
lines changed Original file line number Diff line number Diff line change 25
25
" cyan-seals-burn" ,
26
26
" eleven-scissors-type" ,
27
27
" fifty-zebras-grow" ,
28
+ " five-maps-divide" ,
28
29
" four-tools-leave" ,
29
30
" fuzzy-rice-train" ,
30
31
" gentle-pans-rescue" ,
36
37
" loud-meals-attend" ,
37
38
" loud-shrimps-push" ,
38
39
" lovely-mails-ring" ,
40
+ " lucky-plants-own" ,
41
+ " mean-donkeys-guess" ,
39
42
" moody-fireants-guess" ,
40
43
" moody-rice-wave" ,
41
44
" neat-panthers-whisper" ,
Original file line number Diff line number Diff line change 1
1
# @neo4j-cypher/language-server
2
2
3
+ ## 2.0.0-next.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ bffbb19]
8
+ - Updated dependencies [ 826d922]
9
+ - Updated dependencies [ 1caab0c]
10
+ - @neo4j-cypher/language-support @2.0.0-next.17
11
+
3
12
## 2.0.0-next.17
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 16
16
" cypher" ,
17
17
" language server"
18
18
],
19
- "version" : " 2.0.0-next.17 " ,
19
+ "version" : " 2.0.0-next.18 " ,
20
20
"main" : " ./dist/server.js" ,
21
21
"types" : " src/server.ts" ,
22
22
"repository" : {
34
34
"cypher-language-server" : " ./dist/cypher-language-server"
35
35
},
36
36
"dependencies" : {
37
- "@neo4j-cypher/language-support" : " 2.0.0-next.16 " ,
37
+ "@neo4j-cypher/language-support" : " 2.0.0-next.17 " ,
38
38
"lodash.debounce" : " ^4.0.8" ,
39
39
"neo4j-driver" : " ^5.3.0" ,
40
40
"vscode-languageserver" : " ^8.1.0" ,
Original file line number Diff line number Diff line change 1
1
# @neo4j-cypher/language-support
2
2
3
+ ## 2.0.0-next.17
4
+
5
+ ### Minor Changes
6
+
7
+ - 1caab0c: Upgrades formatter from V1 -> V2
8
+
9
+ ### Patch Changes
10
+
11
+ - bffbb19: Fix comment, QPP and pattern bugs in v1 formatter
12
+ - 826d922: Add ` :style ` cmd to command parser
13
+
3
14
## 2.0.0-next.16
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 18
18
" linting" ,
19
19
" highlighting"
20
20
],
21
- "version" : " 2.0.0-next.16 " ,
21
+ "version" : " 2.0.0-next.17 " ,
22
22
"main" : " ./dist/cjs/index.cjs" ,
23
23
"module" : " ./dist/esm/index.mjs" ,
24
24
"types" : " ./dist/types/index.d.js" ,
Original file line number Diff line number Diff line change 1
1
# @neo4j-cypher/react-codemirror-playground
2
2
3
+ ## 2.0.0-next.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ bffbb19]
8
+ - Updated dependencies [ 826d922]
9
+ - Updated dependencies [ 1caab0c]
10
+ - @neo4j-cypher/language-support @2.0.0-next.17
11
+ - @neo4j-cypher/react-codemirror @2.0.0-next.20
12
+
3
13
## 2.0.0-next.19
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @neo4j-cypher/react-codemirror-playground" ,
3
3
"private" : true ,
4
- "version" : " 2.0.0-next.19 " ,
4
+ "version" : " 2.0.0-next.20 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite --open" ,
21
21
"node" : " >=18.18.2"
22
22
},
23
23
"dependencies" : {
24
- "@neo4j-cypher/language-support" : " 2.0.0-next.16 " ,
25
- "@neo4j-cypher/react-codemirror" : " 2.0.0-next.19 " ,
24
+ "@neo4j-cypher/language-support" : " 2.0.0-next.17 " ,
25
+ "@neo4j-cypher/react-codemirror" : " 2.0.0-next.20 " ,
26
26
"@codemirror/autocomplete" : " ^6.5.1" ,
27
27
"@codemirror/commands" : " ^6.2.2" ,
28
28
"@codemirror/language" : " ^6.6.0" ,
Original file line number Diff line number Diff line change 1
1
# @neo4j-cypher/react-codemirror
2
2
3
+ ## 2.0.0-next.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ bffbb19]
8
+ - Updated dependencies [ 826d922]
9
+ - Updated dependencies [ 1caab0c]
10
+ - @neo4j-cypher/language-support @2.0.0-next.17
11
+
3
12
## 2.0.0-next.19
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 17
17
" codemirror" ,
18
18
" codemirror 6"
19
19
],
20
- "version" : " 2.0.0-next.19 " ,
20
+ "version" : " 2.0.0-next.20 " ,
21
21
"main" : " ./dist/index.js" ,
22
22
"types" : " ./dist/index.d.ts" ,
23
23
"type" : " module" ,
51
51
"@codemirror/view" : " ^6.29.1" ,
52
52
"@lezer/common" : " ^1.0.2" ,
53
53
"@lezer/highlight" : " ^1.1.3" ,
54
- "@neo4j-cypher/language-support" : " 2.0.0-next.16 " ,
54
+ "@neo4j-cypher/language-support" : " 2.0.0-next.17 " ,
55
55
"@types/prismjs" : " ^1.26.3" ,
56
56
"@types/workerpool" : " ^6.4.7" ,
57
57
"fastest-levenshtein" : " ^1.0.16" ,
Original file line number Diff line number Diff line change 1
1
# @neo4j-cypher/schema-poller
2
2
3
+ ## 2.0.0-next.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ bffbb19]
8
+ - Updated dependencies [ 826d922]
9
+ - Updated dependencies [ 1caab0c]
10
+ - @neo4j-cypher/language-support @2.0.0-next.17
11
+
3
12
## 2.0.0-next.16
4
13
5
14
### Patch Changes
You can’t perform that action at this time.
0 commit comments