Skip to content

Commit d771d15

Browse files
Version Packages (next) (#678)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0b2d441 commit d771d15

13 files changed

Lines changed: 65 additions & 6 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"polite-meals-relax",
7979
"poor-toys-change",
8080
"purple-buckets-applaud",
81+
"purple-signs-change",
8182
"purple-suns-applaud",
8283
"quick-berries-report",
8384
"rich-fans-happen",
@@ -100,6 +101,7 @@
100101
"strong-squids-relax",
101102
"strong-trees-tie",
102103
"stupid-coins-itch",
104+
"stupid-taxis-smash",
103105
"swift-hairs-sell",
104106
"tender-insects-admire",
105107
"thick-signs-prove",

packages/language-server/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @neo4j-cypher/language-server
22

3+
## 2.0.0-next.33
4+
5+
### Patch Changes
6+
7+
- cd4ab49: Update grammar and semantic analysis to 2026.05
8+
- Updated dependencies [cd4ab49]
9+
- Updated dependencies [0b2d441]
10+
- @neo4j-cypher/language-support@2.0.0-next.32
11+
- @neo4j-cypher/lint-worker@1.10.1-next.9
12+
- @neo4j-cypher/query-tools@2.0.0-next.32
13+
314
## 2.0.0-next.32
415

516
### Patch Changes

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j-cypher/language-server",
3-
"version": "2.0.0-next.32",
3+
"version": "2.0.0-next.33",
44
"description": "Cypher Language Server",
55
"keywords": [
66
"cypher",

packages/language-support/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @neo4j-cypher/language-support
22

3+
## 2.0.0-next.32
4+
5+
### Patch Changes
6+
7+
- cd4ab49: Update grammar and semantic analysis to 2026.05
8+
- 0b2d441: Expand formatter coverage to cover SEARCH, GRAPH TYPE and more. Fixes bugs, for example SHOW ... YIELD formatting bug, and failing to format full query when parsing only fails at the end
9+
310
## 2.0.0-next.31
411

512
### Patch Changes

packages/language-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j-cypher/language-support",
3-
"version": "2.0.0-next.31",
3+
"version": "2.0.0-next.32",
44
"description": "Cypher language support",
55
"keywords": [
66
"autocompletion",

packages/lint-worker/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @neo4j-cypher/lint-worker
22

3+
## 1.10.1-next.9
4+
5+
### Patch Changes
6+
7+
- cd4ab49: Update grammar and semantic analysis to 2026.05
8+
- Updated dependencies [cd4ab49]
9+
- Updated dependencies [0b2d441]
10+
- @neo4j-cypher/language-support@2.0.0-next.32
11+
- @neo4j-cypher/query-tools@2.0.0-next.32
12+
313
## 1.10.1-next.8
414

515
### Patch Changes

packages/lint-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j-cypher/lint-worker",
3-
"version": "1.10.1-next.8",
3+
"version": "1.10.1-next.9",
44
"description": "Cypher Lint Worker",
55
"keywords": [
66
"cypher",

packages/query-tools/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @neo4j-cypher/query-tools
22

3+
## 2.0.0-next.32
4+
5+
### Patch Changes
6+
7+
- cd4ab49: Update grammar and semantic analysis to 2026.05
8+
- Updated dependencies [cd4ab49]
9+
- Updated dependencies [0b2d441]
10+
- @neo4j-cypher/language-support@2.0.0-next.32
11+
312
## 2.0.0-next.31
413

514
### Patch Changes

packages/query-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j-cypher/query-tools",
3-
"version": "2.0.0-next.31",
3+
"version": "2.0.0-next.32",
44
"description": "",
55
"bugs": {
66
"url": "https://github.com/neo4j/cypher-language-support/issues"

packages/react-codemirror-playground/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @neo4j-cypher/react-codemirror-playground
22

3+
## 2.0.0-next.35
4+
5+
### Patch Changes
6+
7+
- cd4ab49: Update grammar and semantic analysis to 2026.05
8+
- Updated dependencies [cd4ab49]
9+
- Updated dependencies [0b2d441]
10+
- @neo4j-cypher/language-support@2.0.0-next.32
11+
- @neo4j-cypher/react-codemirror@2.0.0-next.35
12+
313
## 2.0.0-next.34
414

515
### Patch Changes

0 commit comments

Comments
 (0)