Skip to content

Commit

Permalink
ci(publish): release all
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 18, 2024
1 parent d035c13 commit bc359f8
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 1,506 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- run: pnpm --filter '@morpho-org/test*' --no-reporter-hide-prefix -c exec 'node ../../release.js'
- run: pnpm -r --parallel --no-reporter-hide-prefix -c exec 'node ../../release.js'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

30 changes: 0 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@
"@biomejs/biome": "^1.9.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@semantic-release/exec": "^6.0.3",
"@vitest/coverage-v8": "^2.1.3",
"conventional-recommended-bump": "^10.0.0",
"dotenv-cli": "^7.4.2",
"happy-dom": "^15.7.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"semantic-release": "^24.1.2",
"semantic-release-monorepo": "^8.0.2",
"semver": "^7.6.3",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
Expand All @@ -46,32 +43,5 @@
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
},
"release": {
"branches": [
"main",
{
"name": "next",
"prerelease": true
}
],
"extends": "semantic-release-monorepo",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/exec",
{
"prepareCmd": "pnpm version ${nextRelease.version} --no-git-tag-version"
}
],
[
"@semantic-release/github",
{
"successComment": false,
"failComment": false
}
]
]
}
}
10 changes: 9 additions & 1 deletion packages/blue-api-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@morpho-org/blue-api-sdk",
"version": "1.12.4",
"description": "GraphQL SDK that exports types from the [API's GraphQL schema](https://blue-api.morpho.org/graphql) and a useful Apollo cache controller.",
"version": "2.0.0-next.4",
"author": "Morpho Association <contact@morpho.org>",
"contributors": ["Rubilmax <rmilon@gmail.com>"],
"repository": "github:morpho-org/sdks",
"homepage": "https://github.com/morpho-org/sdks",
"bugs": {
"url": "https://github.com/morpho-org/sdks/issues",
"email": "contact@morpho.org"
},
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
Expand Down
1 change: 1 addition & 0 deletions packages/blue-sdk-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@morpho-org/blue-sdk-ethers",
"description": "Ethers-based augmentation of `@morpho-org/blue-sdk` that exports (and optionally injects) ethers-based fetch methods.",
"version": "1.12.4",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/blue-sdk-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@morpho-org/blue-sdk-viem",
"description": "Viem-based augmentation of `@morpho-org/blue-sdk` that exports (and optionally injects) viem-based fetch methods.",
"version": "1.12.4",
"author": "Morpho Association <contact@morpho.org>",
"contributors": ["Rubilmax <rmilon@gmail.com>"],
"repository": "github:morpho-org/sdks",
"homepage": "https://github.com/morpho-org/sdks",
"bugs": {
"url": "https://github.com/morpho-org/sdks/issues",
"email": "contact@morpho.org"
},
"license": "MIT",
"main": "src/index.ts",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/blue-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@morpho-org/blue-sdk-wagmi",
"description": "Wagmi-based package that exports Wagmi (React) hooks to fetch Morpho-related entities.",
"version": "1.12.4",
"author": "Morpho Association <contact@morpho.org>",
"contributors": ["Rubilmax <rmilon@gmail.com>"],
"repository": "github:morpho-org/sdks",
"homepage": "https://github.com/morpho-org/sdks",
"bugs": {
"url": "https://github.com/morpho-org/sdks/issues",
"email": "contact@morpho.org"
},
"license": "MIT",
"type": "module",
"main": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/blue-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@morpho-org/blue-sdk",
"description": "Framework-agnostic package that defines Morpho-related entity classes (such as `Market`, `Token`, `Vault`).",
"version": "1.12.4",
"author": "Morpho Association <contact@morpho.org>",
"contributors": ["Rubilmax <rmilon@gmail.com>"],
"repository": "github:morpho-org/sdks",
"homepage": "https://github.com/morpho-org/sdks",
"bugs": {
"url": "https://github.com/morpho-org/sdks/issues",
"email": "contact@morpho.org"
},
"license": "MIT",
"type": "module",
"main": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/bundler-sdk-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@morpho-org/bundler-sdk-viem",
"description": "Viem-based extension of `@morpho-org/simulation-sdk` that exports utilities to transform simple interactions on Morpho (such as `Blue_Borrow`) and Morpho Vaults (such as `MetaMorpho_Deposit`) into the required bundles (with ERC20 approvals, transfers, etc) to submit to the bundler onchain.",
"version": "1.12.4",
"author": "Morpho Association <contact@morpho.org>",
"contributors": ["Rubilmax <rmilon@gmail.com>"],
"repository": "github:morpho-org/sdks",
"homepage": "https://github.com/morpho-org/sdks",
"bugs": {
"url": "https://github.com/morpho-org/sdks/issues",
"email": "contact@morpho.org"
},
"license": "MIT",
"type": "module",
"main": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/liquidation-sdk-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@morpho-org/liquidation-sdk-viem",
"description": "Viem-based package that provides utilities to build viem-based liquidation bots on Morpho and examples using Flashbots and Morpho's GraphQL API.",
"version": "1.12.4",
"author": "Morpho Association <contact@morpho.org>",
"contributors": ["Rubilmax <rmilon@gmail.com>"],
"repository": "github:morpho-org/sdks",
"homepage": "https://github.com/morpho-org/sdks",
"bugs": {
"url": "https://github.com/morpho-org/sdks/issues",
"email": "contact@morpho.org"
},
"type": "module",
"main": "src/index.ts",
"files": ["lib", "examples"],
Expand Down
8 changes: 8 additions & 0 deletions packages/simulation-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@morpho-org/simulation-sdk-wagmi",
"description": "Wagmi-based extension of `@morpho-org/simulation-sdk` that exports Wagmi (React) hooks to fetch simulation states.",
"version": "1.12.4",
"author": "Morpho Association <contact@morpho.org>",
"contributors": ["Rubilmax <rmilon@gmail.com>"],
"repository": "github:morpho-org/sdks",
"homepage": "https://github.com/morpho-org/sdks",
"bugs": {
"url": "https://github.com/morpho-org/sdks/issues",
"email": "contact@morpho.org"
},
"license": "MIT",
"type": "module",
"main": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/simulation-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@morpho-org/simulation-sdk",
"description": "Framework-agnostic package that defines methods to simulate interactions on Morpho (such as `Supply`, `Borrow`) and Morpho Vaults (such as `Deposit`, `Withdraw`).",
"version": "1.12.4",
"author": "Morpho Association <contact@morpho.org>",
"contributors": ["Rubilmax <rmilon@gmail.com>"],
"repository": "github:morpho-org/sdks",
"homepage": "https://github.com/morpho-org/sdks",
"bugs": {
"url": "https://github.com/morpho-org/sdks/issues",
"email": "contact@morpho.org"
},
"license": "MIT",
"type": "module",
"main": "src/index.ts",
Expand Down
Loading

0 comments on commit bc359f8

Please sign in to comment.