Skip to content

Commit da93d43

Browse files
authored
Merge pull request #311 from polymorph-components/manifests-0.6.7
manifests: 0.6.7 — the next release, following the v0.6.6 cut
2 parents 0053907 + 78db4a5 commit da93d43

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

ct-runner/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polyengine/ct-runner",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"exports": {
55
".": "./src/mod.ts"
66
},

runtime/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polyengine/runtime",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"exports": {
55
"./cache": "./src/cache/mod.ts",
66
"./plan": "./src/plan/mod.ts",

runtime/src/embedder/copy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const COPY_URL: string = import.meta.url;
3232
* @internal — copy-identity constant for the module identity multi-copy diagnostics; not
3333
* host-facing.
3434
*/
35-
export const RUNTIME_VERSION = "0.6.6";
35+
export const RUNTIME_VERSION = "0.6.7";
3636

3737
/**
3838
* Compose a cross-copy diagnostic: what was foreign, which copy is speaking,

translator/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polyengine/translator",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"exports": {
55
".": "./mod.ts"
66
},

wasi/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polyengine/wasi",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"exports": {
55
".": "./src/mod.ts",
66
"./cli": "./src/cli.ts",

0 commit comments

Comments
 (0)