diff --git a/Cargo.lock b/Cargo.lock index c8e1b7f3f..12c737388 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1368,7 +1368,7 @@ dependencies = [ [[package]] name = "common" -version = "0.3.5-0" +version = "0.3.5" dependencies = [ "anyhow", "async-trait", @@ -5829,7 +5829,7 @@ dependencies = [ [[package]] name = "meta-cli" -version = "0.3.5-0" +version = "0.3.5" dependencies = [ "actix", "anyhow", @@ -6175,7 +6175,7 @@ dependencies = [ [[package]] name = "mt_deno" -version = "0.3.5-0" +version = "0.3.5" dependencies = [ "anyhow", "deno", @@ -7240,18 +7240,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0" +checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" +checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", @@ -11273,7 +11273,7 @@ dependencies = [ [[package]] name = "typegate" -version = "0.3.5-0" +version = "0.3.5" dependencies = [ "colored", "env_logger", @@ -11285,7 +11285,7 @@ dependencies = [ [[package]] name = "typegate_engine" -version = "0.3.5-0" +version = "0.3.5" dependencies = [ "anyhow", "base64 0.21.7", @@ -11327,7 +11327,7 @@ dependencies = [ [[package]] name = "typegraph_core" -version = "0.3.5-0" +version = "0.3.5" dependencies = [ "common", "enum_dispatch", @@ -11354,7 +11354,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typescript" -version = "0.3.5-0" +version = "0.3.5" dependencies = [ "anyhow", "dprint-plugin-typescript", @@ -12591,7 +12591,7 @@ checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" [[package]] name = "xtask" -version = "0.3.5-0" +version = "0.3.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 941eecc26..180ad87f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ "typegraph/core", ] [workspace.package] -version = "0.3.5-0" +version = "0.3.5" edition = "2021" [workspace.dependencies] diff --git a/dev-tools/package.json b/dev-tools/package.json index ec99955c8..6b2abb1dd 100644 --- a/dev-tools/package.json +++ b/dev-tools/package.json @@ -4,7 +4,7 @@ "description": "VSCode extension for Metatype support", "icon": "logo.png", "author": "Metatype Team", - "version": "0.3.5-0", + "version": "0.3.5", "repository": { "type": "git", "url": "https://github.com/metatypedev/metatype" diff --git a/dev-tools/ts-language-server/package.json b/dev-tools/ts-language-server/package.json index 2aa63da03..dbca1b721 100644 --- a/dev-tools/ts-language-server/package.json +++ b/dev-tools/ts-language-server/package.json @@ -2,7 +2,7 @@ "name": "typegraph-ts-server", "description": "TypeScript language server for TypeGraph", "author": "Metatype Team", - "version": "0.3.5-0", + "version": "0.3.5", "repository": { "type": "git", "url": "https://github.com/metatypedev/metatype" diff --git a/dev-tools/vscode-metatype-support/package.json b/dev-tools/vscode-metatype-support/package.json index 880b9ae8f..3f210dfa8 100644 --- a/dev-tools/vscode-metatype-support/package.json +++ b/dev-tools/vscode-metatype-support/package.json @@ -2,7 +2,7 @@ "name": "vscode-metatype-support", "description": "VSCode extension for Metatype support", "author": "Metatype Team", - "version": "0.3.5-0", + "version": "0.3.5", "repository": { "type": "git", "url": "https://github.com/metatypedev/metatype" diff --git a/dev/lock.yml b/dev/lock.yml index 01b1b586d..ff4aa0e38 100644 --- a/dev/lock.yml +++ b/dev/lock.yml @@ -92,8 +92,8 @@ dev: WASMEDGE_VERSION: 0.13.5 TYPEGRAPH_VERSION: 0.0.3 PRISMA_VERSION: 5.5.2 - METATYPE_VERSION: 0.3.5-0 - PUBLISHED_VERSION: 0.3.3 + METATYPE_VERSION: 0.3.5 + PUBLISHED_VERSION: 0.3.4 WASM_OPT_VERSION: 0.116.0 MOLD_VERSION: v2.4.0 CMAKE_VERSION: 3.28.0-rc6 diff --git a/examples/templates/deno/api/example.ts b/examples/templates/deno/api/example.ts index 5dadc1358..1d70b7e28 100644 --- a/examples/templates/deno/api/example.ts +++ b/examples/templates/deno/api/example.ts @@ -1,6 +1,6 @@ -import { Policy, t, typegraph } from "npm:@typegraph/sdk@0.3.3/index.js"; -import { PythonRuntime } from "npm:@typegraph/sdk@0.3.3/runtimes/python.js"; -import { DenoRuntime } from "npm:@typegraph/sdk@0.3.3/runtimes/deno.js"; +import { Policy, t, typegraph } from "npm:@typegraph/sdk@0.3.4/index.js"; +import { PythonRuntime } from "npm:@typegraph/sdk@0.3.4/runtimes/python.js"; +import { DenoRuntime } from "npm:@typegraph/sdk@0.3.4/runtimes/deno.js"; typegraph("example", (g) => { const pub = Policy.public(); diff --git a/examples/templates/deno/compose.yml b/examples/templates/deno/compose.yml index d205b3d71..f7cd377db 100644 --- a/examples/templates/deno/compose.yml +++ b/examples/templates/deno/compose.yml @@ -1,6 +1,6 @@ services: typegate: - image: ghcr.io/metatypedev/typegate:v0.3.5-0 + image: ghcr.io/metatypedev/typegate:v0.3.5 restart: always ports: - "7890:7890" diff --git a/examples/templates/node/compose.yml b/examples/templates/node/compose.yml index d205b3d71..f7cd377db 100644 --- a/examples/templates/node/compose.yml +++ b/examples/templates/node/compose.yml @@ -1,6 +1,6 @@ services: typegate: - image: ghcr.io/metatypedev/typegate:v0.3.5-0 + image: ghcr.io/metatypedev/typegate:v0.3.5 restart: always ports: - "7890:7890" diff --git a/examples/templates/node/package.json b/examples/templates/node/package.json index f8a7bc506..21fe2677e 100644 --- a/examples/templates/node/package.json +++ b/examples/templates/node/package.json @@ -6,7 +6,7 @@ "dev": "MCLI_LOADER_CMD='npm x tsx' meta dev" }, "dependencies": { - "@typegraph/sdk": "^0.3.3" + "@typegraph/sdk": "^0.3.4" }, "devDependencies": { "tsx": "^3.13.0", diff --git a/examples/templates/python/compose.yml b/examples/templates/python/compose.yml index d205b3d71..f7cd377db 100644 --- a/examples/templates/python/compose.yml +++ b/examples/templates/python/compose.yml @@ -1,6 +1,6 @@ services: typegate: - image: ghcr.io/metatypedev/typegate:v0.3.5-0 + image: ghcr.io/metatypedev/typegate:v0.3.5 restart: always ports: - "7890:7890" diff --git a/examples/templates/python/pyproject.toml b/examples/templates/python/pyproject.toml index 815b83e1c..6d3f49dfa 100644 --- a/examples/templates/python/pyproject.toml +++ b/examples/templates/python/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "example" -version = "0.3.5-0" +version = "0.3.5" description = "" authors = [] [tool.poetry.dependencies] python = ">=3.8,<4.0" -typegraph = "0.3.5-0" +typegraph = "0.3.5" [build-system] requires = ["poetry-core"] diff --git a/libs/common/Cargo.toml b/libs/common/Cargo.toml index 6e178193a..b7765f673 100644 --- a/libs/common/Cargo.toml +++ b/libs/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.3.5-0" +version = "0.3.5" edition = "2021" [dependencies] diff --git a/libs/typescript/Cargo.toml b/libs/typescript/Cargo.toml index e4a11f3b1..d3e89433d 100644 --- a/libs/typescript/Cargo.toml +++ b/libs/typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typescript" -version = "0.3.5-0" +version = "0.3.5" edition = "2021" [dependencies] diff --git a/libs/xtask/Cargo.toml b/libs/xtask/Cargo.toml index 12fac8245..65fb1b5f7 100644 --- a/libs/xtask/Cargo.toml +++ b/libs/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.3.5-0" +version = "0.3.5" edition = "2021" [dependencies] diff --git a/meta-cli/Cargo.toml b/meta-cli/Cargo.toml index d155b8ecf..f2dafdb6c 100644 --- a/meta-cli/Cargo.toml +++ b/meta-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meta-cli" -version = "0.3.5-0" +version = "0.3.5" edition = "2021" description = "Declarative API development platform. Build serverless backends with zero-trust and less code, no matter where and how your (legacy) systems are." diff --git a/pyproject.toml b/pyproject.toml index 49404f447..1b0fd6236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metatype" -version = "0.3.5-0" +version = "0.3.5" description = "" authors = [] diff --git a/typegate/tests/runtimes/wasmedge/rust/Cargo.toml b/typegate/tests/runtimes/wasmedge/rust/Cargo.toml index dc977a786..3ec52e156 100644 --- a/typegate/tests/runtimes/wasmedge/rust/Cargo.toml +++ b/typegate/tests/runtimes/wasmedge/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust" -version = "0.3.5-0" +version = "0.3.5" edition = "2021" [lib] diff --git a/typegraph/core/Cargo.toml b/typegraph/core/Cargo.toml index a8825e56a..96ecdfbc3 100644 --- a/typegraph/core/Cargo.toml +++ b/typegraph/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typegraph_core" -version = "0.3.5-0" +version = "0.3.5" edition = "2021" [lib] diff --git a/typegraph/node/package.json b/typegraph/node/package.json index f3d0e345c..4d772814e 100644 --- a/typegraph/node/package.json +++ b/typegraph/node/package.json @@ -1,6 +1,6 @@ { "name": "metatype", - "version": "0.3.5-0", + "version": "0.3.5", "description": "Declarative API development platform. Build serverless backends with zero-trust and less code, no matter where and how your (legacy) systems are.", "scripts": { "sdk-build": "cd sdk && pnpm run build", diff --git a/typegraph/node/sdk/package.json b/typegraph/node/sdk/package.json index 69c8f7fc9..6a00836a4 100644 --- a/typegraph/node/sdk/package.json +++ b/typegraph/node/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@typegraph/sdk", - "version": "0.3.5-0", + "version": "0.3.5", "description": "Declarative API development platform. Build serverless backends with zero-trust and less code, no matter where and how your (legacy) systems are.", "type": "module", "scripts": { diff --git a/typegraph/python/pyproject.toml b/typegraph/python/pyproject.toml index 987055aec..6ad392920 100644 --- a/typegraph/python/pyproject.toml +++ b/typegraph/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typegraph" -version = "0.3.5-0" +version = "0.3.5" description = "Declarative API development platform. Build serverless backends with zero-trust and less code, no matter where and how your (legacy) systems are." authors = ["Metatype Contributors "] license = "MPL-2.0" diff --git a/typegraph/python/typegraph/__init__.py b/typegraph/python/typegraph/__init__.py index 84520d510..016f0bb54 100644 --- a/typegraph/python/typegraph/__init__.py +++ b/typegraph/python/typegraph/__init__.py @@ -5,4 +5,4 @@ from typegraph.policy import Policy # noqa from typegraph import effects as fx # noqa -version = "0.3.5-0" +version = "0.3.5"