Skip to content

Commit

Permalink
fix(sdks): no git tag version when unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 9, 2024
1 parent 5ad15b1 commit 5252578
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-integ-745.1",
"version": "1.12.0",
"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-integ-745.1",
"version": "1.12.0",
"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-integ-745.1",
"version": "1.12.0",
"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-integ-745.1",
"version": "1.12.0",
"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-integ-745.1",
"version": "1.12.0",
"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-integ-745.1",
"version": "1.12.0",
"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-integ-745.1",
"version": "1.12.0",
"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-integ-745.1",
"version": "1.12.0",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
Expand Down

0 comments on commit 5252578

Please sign in to comment.