Skip to content

Commit

Permalink
Merge pull request #6 from ThomasRalee/dev
Browse files Browse the repository at this point in the history
PR: Master
  • Loading branch information
Thomas authored Sep 25, 2023
2 parents 3dce0c5 + 566cc8a commit 6682276
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: '16.18.1'

- name: 'Use Lerna 6.6.1'
run: yarn global add [email protected]
run: yarn global add [email protected] --ignore-engines

- name: Build dependencies
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
with:
node-version: '16.18.1'

- name: 'Use Lerna 6.6.1'
run: yarn global add [email protected]
- name: 'Setup lerna@6.6.1'
run: yarn global add [email protected] --ignore-engines

- name: Install and link dependencies
- name: Build dependencies
run: |
node bootstrapEnv
npx lerna bootstrap
yarn install --ignore-engines
yarn build
- name: 'Setup npm'
Expand Down
4 changes: 2 additions & 2 deletions packages/bridge-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thomasralee/bridge-ts",
"description": "Bridge utilities and abstractions in TypeScript to be used in Injective products",
"version": "1.10.73-beta.10",
"version": "1.10.73-beta.11",
"sideEffects": "false",
"author": {
"name": "Bojan Angjelkoski",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@solana/web3.js": "^1.66.2",
"@thomasralee/exceptions": "^1.10.12",
"@thomasralee/networks": "^1.10.14",
"@thomasralee/sdk-ts": "^1.11.0-beta.2",
"@thomasralee/sdk-ts": "^1.11.0-beta.3",
"@thomasralee/ts-types": "^1.10.11",
"@thomasralee/utils": "^1.10.12",
"bech32": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thomasralee/sdk-ts",
"description": "SDK in TypeScript for building Injective applications in a browser, node, and react native environment.",
"version": "1.11.0-beta.2",
"version": "1.11.0-beta.3",
"sideEffects": "false",
"license": "Apache-2.0",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-ui-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thomasralee/sdk-ui-ts",
"description": "SDK in TypeScript for building Injective UI applications in a browser environment.",
"version": "1.10.84-beta.10",
"version": "1.10.84-beta.11",
"sideEffects": "false",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thomasralee/contracts": "^1.10.19",
"@thomasralee/exceptions": "^1.10.12",
"@thomasralee/networks": "^1.10.14",
"@thomasralee/sdk-ts": "^1.11.0-beta.2",
"@thomasralee/sdk-ts": "^1.11.0-beta.3",
"@thomasralee/token-metadata": "^1.10.41",
"@thomasralee/token-utils": "^1.10.15",
"@thomasralee/ts-types": "^1.10.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thomasralee/wallet-ts",
"description": "A convenient way to use and interact with different types of wallets on Injective.",
"version": "1.10.77-beta.10",
"version": "1.10.77-beta.11",
"sideEffects": "false",
"author": {
"name": "Bojan Angjelkoski",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@solana/wallet-adapter-wallets": "^0.19.5",
"@thomasralee/exceptions": "^1.10.12",
"@thomasralee/networks": "^1.10.14",
"@thomasralee/sdk-ts": "^1.11.0-beta.2",
"@thomasralee/sdk-ts": "^1.11.0-beta.3",
"@thomasralee/ts-types": "^1.10.11",
"@thomasralee/utils": "^1.10.12",
"@toruslabs/torus-embed": "^1.39.0",
Expand Down

0 comments on commit 6682276

Please sign in to comment.