Skip to content

Commit

Permalink
Merge pull request #84 from deltaDAO/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version package (beta)
  • Loading branch information
moritzkirstein authored Mar 18, 2024
2 parents 59b5d93 + a246df1 commit 53febda
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 14 deletions.
8 changes: 6 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@deltadao/nautilus": "1.0.0-beta.1"
"@deltadao/nautilus": "1.0.0-beta.1",
"docs": "0.0.0",
"test": "0.0.0"
},
"changesets": []
"changesets": [
"small-tigers-repeat"
]
}
10 changes: 1 addition & 9 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@ jobs:
# run: npm format && npm lint:fix

- name: Lint code
run: npm run lint:fix

- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: 'chore: format'
commit_user_name: 'github-actions[bot]'
commit_user_email: 'github-actions[bot]@users.noreply.github.com'
run: npm run lint

build:
name: Build
Expand Down
7 changes: 5 additions & 2 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @deltadao/nautilus

## 1.0.0-beta.2

### Patch Changes

- [#83](https://github.com/deltaDAO/nautilus/pull/83) [`59b5d93`](https://github.com/deltaDAO/nautilus/commit/59b5d9348ca75300523c9857eba1f99abe441c01) Thanks [@moritzkirstein](https://github.com/moritzkirstein)! - - add stopCompute functionality
- fix an issue with setting trusted algorithms
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@deltadao/nautilus",
"description": "A typescript library enabling automated publish & consume in Ocean Protocol ecosystems",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit 53febda

Please sign in to comment.