Skip to content

Commit

Permalink
v2.0.0-stable.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 16, 2024
1 parent d7b67ba commit 8f874b9
Show file tree
Hide file tree
Showing 16 changed files with 62 additions and 31 deletions.
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": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 4 additions & 2 deletions packages/blue-api-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@morpho-org/blue-api-sdk",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"prepublish": "yarn build",
"codegen": "graphql-codegen --config codegen.ts",
Expand Down
6 changes: 4 additions & 2 deletions packages/blue-sdk-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@morpho-org/blue-sdk-ethers",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"license": "MIT",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"prepublish": "yarn build",
"build": "tsc --build tsconfig.build.json"
Expand Down
6 changes: 4 additions & 2 deletions packages/blue-sdk-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@morpho-org/blue-sdk-viem",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
"type": "module",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"prepublish": "yarn build",
"compile": "hardhat compile",
Expand Down
6 changes: 4 additions & 2 deletions packages/blue-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@morpho-org/blue-sdk-wagmi",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"license": "MIT",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"prepublish": "yarn build",
"build": "tsc --build tsconfig.build.json"
Expand Down
6 changes: 4 additions & 2 deletions packages/blue-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@morpho-org/blue-sdk",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"license": "MIT",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"prepublish": "yarn build",
"build": "tsc --build tsconfig.build.json",
Expand Down
6 changes: 4 additions & 2 deletions packages/bundler-sdk-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@morpho-org/bundler-sdk-viem",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"license": "MIT",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"prepublish": "yarn build",
"build": "tsc --build tsconfig.build.json"
Expand Down
7 changes: 5 additions & 2 deletions packages/liquidation-sdk-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@morpho-org/liquidation-sdk-viem",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"type": "module",
"main": "src/index.ts",
"files": ["lib", "examples"],
"files": [
"lib",
"examples"
],
"scripts": {
"prepublish": "yarn build",
"compile": "hardhat compile",
Expand Down
6 changes: 4 additions & 2 deletions packages/morpho-test/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@morpho-org/morpho-test",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"license": "MIT",
"scripts": {
"prepublish": "yarn build",
Expand Down
6 changes: 4 additions & 2 deletions packages/morpho-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@morpho-org/morpho-ts",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"prepublish": "yarn build",
"build": "tsc --build tsconfig.build.json"
Expand Down
6 changes: 4 additions & 2 deletions packages/simulation-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@morpho-org/simulation-sdk-wagmi",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"license": "MIT",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"prepublish": "yarn build",
"build": "tsc --build tsconfig.build.json"
Expand Down
6 changes: 4 additions & 2 deletions packages/simulation-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@morpho-org/simulation-sdk",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"license": "MIT",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"prepublish": "yarn build",
"build": "tsc --build tsconfig.build.json"
Expand Down
6 changes: 4 additions & 2 deletions packages/test-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@morpho-org/test-ethers",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"license": "MIT",
"scripts": {
"prepublish": "yarn build",
Expand Down
6 changes: 4 additions & 2 deletions packages/test-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@morpho-org/test-viem",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"license": "MIT",
"scripts": {
"prepublish": "yarn build",
Expand Down
6 changes: 4 additions & 2 deletions packages/test-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@morpho-org/test-wagmi",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"license": "MIT",
"scripts": {
"prepublish": "yarn build",
Expand Down
6 changes: 4 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@morpho-org/test",
"version": "2.0.0-alpha.10",
"version": "2.0.0-stable.0",
"author": "Morpho Labs <contact@morpho.org>",
"type": "module",
"main": "src/index.ts",
"files": ["lib"],
"files": [
"lib"
],
"license": "MIT",
"scripts": {
"prepublish": "yarn build",
Expand Down

0 comments on commit 8f874b9

Please sign in to comment.