diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 0000000..ab140ca --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,8 @@ +{ + "mode": "pre", + "tag": "beta", + "initialVersions": { + "@deltadao/nautilus": "1.0.0-beta.1" + }, + "changesets": [] +} diff --git a/.changeset/small-tigers-repeat.md b/.changeset/small-tigers-repeat.md new file mode 100644 index 0000000..da81804 --- /dev/null +++ b/.changeset/small-tigers-repeat.md @@ -0,0 +1,6 @@ +--- +'@deltadao/nautilus': patch +--- + +- add stopCompute functionality +- fix an issue with setting trusted algorithms diff --git a/package-lock.json b/package-lock.json index cf1c7c4..b085a4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,5 @@ { "name": "nautilus", - "version": "1.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { @@ -38,7 +37,6 @@ } }, "docs": { - "version": "0.0.0", "dependencies": { "@docusaurus/core": "2.4.0", "@docusaurus/preset-classic": "2.4.0", diff --git a/test/package.json b/test/package.json index 1aee11d..67ad650 100644 --- a/test/package.json +++ b/test/package.json @@ -1,5 +1,6 @@ { "name": "test", + "version": "0.0.0", "private": true, "type": "module" }