Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = ["external/tree-sitter-gram"]
resolver = "2"

[workspace.package]
version = "0.3.1"
version = "0.4.0"
edition = "2021"
rust-version = "1.70.0"
authors = ["gram-data"]
Expand Down
2 changes: 1 addition & 1 deletion crates/gram-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ features = []

[dependencies]
# Version must match workspace [workspace.package] version when publishing to crates.io.
pattern_core = { package = "relateby-pattern", path = "../pattern-core", version = "0.3.1" }
pattern_core = { package = "relateby-pattern", path = "../pattern-core", version = "0.4.0" }
nom = "7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/pato/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ name = "relateby_pato"
path = "src/lib.rs"

[dependencies]
pattern_core = { package = "relateby-pattern", path = "../pattern-core", version = "0.3.1" }
gram_codec = { package = "relateby-gram", path = "../gram-codec", version = "0.3.1", features = ["cst"] }
pattern_core = { package = "relateby-pattern", path = "../pattern-core", version = "0.4.0" }
gram_codec = { package = "relateby-gram", path = "../gram-codec", version = "0.4.0", features = ["cst"] }
clap = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/graph/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/packages/relateby/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "relateby-pattern"
version = "0.3.1"
version = "0.4.0"
description = "Combined Python distribution for relateby.pattern and relateby.gram"
readme = "README.md"
license = { text = "Apache-2.0" }
Expand Down
4 changes: 2 additions & 2 deletions typescript/packages/gram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@relateby/gram",
"version": "0.3.1",
"version": "0.4.0",
"description": "Gram notation codec for relateby",
"license": "BSD-3-Clause",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@relateby/pattern": "0.3.1"
"@relateby/pattern": "0.4.0"
},
"devDependencies": {
"typescript": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@relateby/graph",
"version": "0.3.1",
"version": "0.4.0",
"description": "Pure TypeScript graph interfaces and transforms for relateby",
"license": "BSD-3-Clause",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/pattern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@relateby/pattern",
"version": "0.3.1",
"version": "0.4.0",
"description": "Native TypeScript pattern and graph APIs for relateby",
"license": "BSD-3-Clause",
"repository": {
Expand Down
Loading