Skip to content

Commit 30cf912

Browse files
Version Packages (next)
1 parent cd4ab49 commit 30cf912

13 files changed

Lines changed: 58 additions & 6 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 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",

packages/language-server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
- @neo4j-cypher/language-support@2.0.0-next.32
10+
- @neo4j-cypher/lint-worker@1.10.1-next.9
11+
- @neo4j-cypher/query-tools@2.0.0-next.32
12+
313
## 2.0.0-next.32
414

515
### 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
## 2.0.0-next.31
410

511
### 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
- @neo4j-cypher/language-support@2.0.0-next.32
10+
- @neo4j-cypher/query-tools@2.0.0-next.32
11+
312
## 1.10.1-next.8
413

514
### 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
- @neo4j-cypher/language-support@2.0.0-next.32
10+
311
## 2.0.0-next.31
412

513
### 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
- @neo4j-cypher/language-support@2.0.0-next.32
10+
- @neo4j-cypher/react-codemirror@2.0.0-next.35
11+
312
## 2.0.0-next.34
413

514
### Patch Changes

0 commit comments

Comments
 (0)