Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/morpho-org/sdks into featur…
Browse files Browse the repository at this point in the history
…e/integ-822-automate-new-pendle-marketscollats
  • Loading branch information
0x666c6f committed Oct 9, 2024
2 parents cb6fafb + 8f982e2 commit 535c9d4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
if [ -n "${{ inputs.custom_version }}" ]; then
yarn lerna version ${{ inputs.custom_version }} --y --force-publish
yarn lerna version ${{ inputs.custom_version }} --y --force-publish --no-git-tag-version
yarn run publish --y --dist-tag unstable
else
yarn lerna version ${{ inputs.version }} --no-private --no-changelog --conventional-commits --y
Expand Down
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.0.0",
"version": "1.12.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/sdks",
"version": "1.0.0",
"version": "0.0.0",
"description": "Collection of SDKs to interact with Morpho",
"repository": "git@github.com:morpho-org/sdks.git",
"author": "Morpho Association <contact@morpho.org>",
Expand Down
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.0.0",
"version": "1.12.1",
"author": "Morpho Association <contact@morpho.org>",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk-ethers-liquidation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk-ethers-liquidation",
"version": "1.0.0",
"version": "1.12.1",
"author": "Morpho Association <contact@morpho.org>",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk-ethers",
"version": "1.0.0",
"version": "1.12.1",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk-viem",
"version": "1.0.0",
"version": "1.12.1",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk",
"version": "1.0.0",
"version": "1.12.1",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/morpho-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/morpho-test",
"version": "1.0.0",
"version": "1.12.1",
"main": "src/index.ts",
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/morpho-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/morpho-ts",
"version": "1.0.0",
"version": "1.12.1",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
Expand Down

0 comments on commit 535c9d4

Please sign in to comment.