Skip to content

Commit

Permalink
Feat/test release (#83)
Browse files Browse the repository at this point in the history
* ci: remove outdated versions

* docs: add changesets

* ci: add arbitrary versions

* fix: version
  • Loading branch information
moritzkirstein authored Mar 18, 2024
1 parent fc3d9f7 commit 59b5d93
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@deltadao/nautilus": "1.0.0-beta.1"
},
"changesets": []
}
6 changes: 6 additions & 0 deletions .changeset/small-tigers-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@deltadao/nautilus': patch
---

- add stopCompute functionality
- fix an issue with setting trusted algorithms
2 changes: 0 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "test",
"version": "0.0.0",
"private": true,
"type": "module"
}

0 comments on commit 59b5d93

Please sign in to comment.