Skip to content

Commit

Permalink
Merge branch 'feat/blue-sdk-viem-deployless-reads' of github.com:morp…
Browse files Browse the repository at this point in the history
…ho-org/sdks into feat/blue-sdk-simulation
  • Loading branch information
Rubilmax committed Sep 24, 2024
2 parents 5e60d19 + 0626535 commit ba65cd5
Show file tree
Hide file tree
Showing 32 changed files with 1,055 additions and 1,365 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- run: yarn install --immutable

- run: yarn lerna version ${{ inputs.version }} --no-private --conventional-commits --create-release github --generate-release-notes --y
- run: yarn lerna version ${{ inputs.version }} --no-private --no-changelog --conventional-commits --generate-release-notes --y

- run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
Expand Down
160 changes: 0 additions & 160 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.10.1-alpha.1",
"version": "1.10.4",
"npmClient": "yarn",
"useWorkspaces": true
}
160 changes: 0 additions & 160 deletions packages/blue-api-sdk/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/blue-api-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-api-sdk",
"version": "1.10.1-alpha.1",
"version": "1.10.4",
"author": "Morpho Association <contact@morpho.org>",
"main": "src/index.ts",
"files": [
Expand Down
Loading

0 comments on commit ba65cd5

Please sign in to comment.