Skip to content

Commit

Permalink
Merge pull request #191 from securesecrets/money-market-dcos
Browse files Browse the repository at this point in the history
Money-market-dcos
  • Loading branch information
mohammedpatla authored Jan 13, 2025
2 parents 44c5992 + e3d59d5 commit 37188a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,14 @@ Docs will be available on a vitepress site. You can run the site locally with th
$ yarn docs:dev
```

## Building new version run
## Building new version run for deployment via Github
```bash
yarn changeset
```
```


## Publish ShadeJs manually
```bash
yarn build
npm publish --tag beta
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shadeprotocol/shadejs",
"description": "The Typescript SDK for Shade Protocol",
"version": "1.5.10-beta.1",
"version": "1.5.10-beta.11",
"author": "Secure Secrets",
"bugs": {
"url": "https://github.com/securesecrets/shadejs/issues"
Expand Down

0 comments on commit 37188a2

Please sign in to comment.