Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@
"hungry-beans-eat",
"itchy-deers-type",
"itchy-queens-bathe",
"late-facts-move",
"lemon-llamas-stay",
"little-vans-begin",
"loud-meals-attend",
"loud-shrimps-push",
"lovely-mails-ring",
"lucky-plants-own",
"mean-donkeys-guess",
"modern-parrots-sin",
"moody-fireants-guess",
"moody-rice-wave",
"neat-panthers-whisper",
Expand Down Expand Up @@ -75,11 +77,13 @@
"silent-kangaroos-melt",
"silly-bugs-doubt",
"silver-students-wait",
"slick-pandas-dance",
"spicy-cheetahs-repeat",
"stale-donkeys-grow",
"stale-peas-warn",
"strong-squids-relax",
"stupid-coins-itch",
"swift-hairs-sell",
"tender-insects-admire",
"thirty-bats-pay",
"true-olives-stay",
Expand Down
12 changes: 12 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @neo4j-cypher/language-server

## 2.0.0-next.25

### Patch Changes

- 5fdc6dd: Fixes faulty worker termination on big queries
- Updated dependencies [3a29711]
- Updated dependencies [d77e8a1]
- Updated dependencies [5fdc6dd]
- @neo4j-cypher/[email protected]
- @neo4j-cypher/[email protected]
- @neo4j-cypher/[email protected]

## 2.0.0-next.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cypher",
"language server"
],
"version": "2.0.0-next.24",
"version": "2.0.0-next.25",
"main": "./dist/server.js",
"types": "src/server.ts",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/language-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neo4j-cypher/language-support

## 2.0.0-next.24

### Patch Changes

- 3a29711: Update grammar and semantic analysis to version 2025.09
- d77e8a1: Fixes "missing label/rel type" warnings for some special cases

## 2.0.0-next.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"highlighting",
"formatting"
],
"version": "2.0.0-next.23",
"version": "2.0.0-next.24",
"type": "module",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/project/language-support/src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/lint-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @neo4j-cypher/lint-worker

## 1.10.1-next.1

### Patch Changes

- 3a29711: Update grammar and semantic analysis to version 2025.09
- 5fdc6dd: Fixes faulty worker termination on big queries
- Updated dependencies [3a29711]
- Updated dependencies [d77e8a1]
- @neo4j-cypher/[email protected]
- @neo4j-cypher/[email protected]

## 1.10.1-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cypher",
"lint worker"
],
"version": "1.10.1-next.0",
"version": "1.10.1-next.1",
"repository": {
"type": "git",
"url": "git://github.com/neo4j/cypher-language-support.git"
Expand Down
8 changes: 8 additions & 0 deletions packages/query-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @neo4j-cypher/query-tools

## 2.0.0-next.24

### Patch Changes

- Updated dependencies [3a29711]
- Updated dependencies [d77e8a1]
- @neo4j-cypher/[email protected]

## 2.0.0-next.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/query-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"author": "Neo4j Inc.",
"license": "Apache-2.0",
"version": "2.0.0-next.23",
"version": "2.0.0-next.24",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-codemirror-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @neo4j-cypher/react-codemirror-playground

## 2.0.0-next.27

### Patch Changes

- Updated dependencies [86f5c55]
- Updated dependencies [3a29711]
- Updated dependencies [d77e8a1]
- Updated dependencies [5fdc6dd]
- @neo4j-cypher/[email protected]
- @neo4j-cypher/[email protected]

## 2.0.0-next.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-codemirror-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neo4j-cypher/react-codemirror-playground",
"private": true,
"version": "2.0.0-next.26",
"version": "2.0.0-next.27",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-codemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @neo4j-cypher/react-codemirror

## 2.0.0-next.27

### Patch Changes

- 86f5c55: adding rich clipboard copier to codemirror
- 5fdc6dd: Fixes faulty worker termination on big queries
- Updated dependencies [3a29711]
- Updated dependencies [d77e8a1]
- Updated dependencies [5fdc6dd]
- @neo4j-cypher/[email protected]
- @neo4j-cypher/[email protected]

## 2.0.0-next.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"codemirror",
"codemirror 6"
],
"version": "2.0.0-next.26",
"version": "2.0.0-next.27",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"type": "module",
Expand Down