Skip to content

Commit

Permalink
set release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Jul 18, 2024
1 parent 7b26cd7 commit ea0d501
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions packages/api-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/api-kit",
"version": "2.4.2",
"version": "2.4.3",
"description": "SDK that facilitates the interaction with the Safe Transaction Service API",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -59,8 +59,8 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@safe-global/protocol-kit": "^4.0.2",
"@safe-global/safe-core-sdk-types": "^5.0.2",
"@safe-global/protocol-kit": "^4.0.3",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"ethers": "^6.13.1",
"node-fetch": "^2.7.0"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import SafeApiKit from '@safe-global/api-kit/index'
import { SafeOperationResponse } from '@safe-global/safe-core-sdk-types'
import chai from 'chai'
import chaiAsPromised from 'chai-as-promised'
import { getApiKit } from '../utils/setupKits'
import { SafeOperationResponse } from 'packages/safe-core-sdk-types/dist/src'

chai.use(chaiAsPromised)

Expand Down
6 changes: 3 additions & 3 deletions packages/auth-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/auth-kit",
"version": "2.0.8",
"version": "2.0.9",
"description": "Authentication library for web2 logins",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -39,8 +39,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@safe-global/api-kit": "^2.4.2",
"@safe-global/protocol-kit": "^4.0.2",
"@safe-global/api-kit": "^2.4.3",
"@safe-global/protocol-kit": "^4.0.3",
"@web3auth/safeauth-embed": "^0.0.0",
"ethers": "^6.13.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/onramp-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/onramp-kit",
"version": "3.0.7",
"version": "3.0.8",
"description": "Onramp library",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@monerium/sdk": "^2.12.0",
"@safe-global/api-kit": "^2.4.2",
"@safe-global/protocol-kit": "^4.0.2",
"@safe-global/safe-core-sdk-types": "^5.0.2",
"@safe-global/api-kit": "^2.4.3",
"@safe-global/protocol-kit": "^4.0.3",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"@stripe/crypto": "^0.0.4",
"@stripe/stripe-js": "^1.54.2",
"ethers": "^6.13.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/protocol-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/protocol-kit",
"version": "4.0.2",
"version": "4.0.3",
"description": "SDK that facilitates the interaction with Safe Smart Accounts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"@noble/hashes": "^1.3.3",
"@safe-global/safe-core-sdk-types": "^5.0.2",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"@safe-global/safe-deployments": "^1.37.1",
"abitype": "^1.0.2",
"ethereumjs-util": "^7.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-kit/tests/e2e/eip1271.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Safe, {
EthSafeSignature
} from '@safe-global/protocol-kit/index'
import { safeVersionDeployed } from '@safe-global/protocol-kit/hardhat/deploy/deploy-contracts'
import SafeMessage from '@safe-global/protocol-kit/utils/messages/SafeMessage'
import { OperationType, SafeTransactionDataPartial } from '@safe-global/safe-core-sdk-types'
import { SigningMethod } from '@safe-global/protocol-kit/types'
import chai from 'chai'
Expand All @@ -18,7 +19,6 @@ import { getEip1193Provider } from './utils/setupProvider'
import { getAccounts } from './utils/setupTestNetwork'
import { waitSafeTxReceipt } from './utils/transactions'
import { itif } from './utils/helpers'
import SafeMessage from '../../src/utils/messages/SafeMessage'
import semverSatisfies from 'semver/functions/satisfies'

chai.use(chaiAsPromised)
Expand Down
6 changes: 3 additions & 3 deletions packages/relay-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/relay-kit",
"version": "3.0.2",
"version": "3.0.3",
"description": "SDK for Safe Smart Accounts with support for ERC-4337 and Relay",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"@gelatonetwork/relay-sdk": "^5.5.0",
"@safe-global/protocol-kit": "^4.0.2",
"@safe-global/safe-core-sdk-types": "^5.0.2",
"@safe-global/protocol-kit": "^4.0.3",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"@safe-global/safe-modules-deployments": "^2.1.1",
"ethers": "^6.13.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-core-sdk-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/safe-core-sdk-types",
"version": "5.0.2",
"version": "5.0.3",
"description": "Safe Core SDK types",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/safe-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"access": "public"
},
"dependencies": {
"@safe-global/protocol-kit": "^4.0.2",
"@safe-global/relay-kit": "^3.0.2",
"@safe-global/safe-core-sdk-types": "^5.0.2",
"@safe-global/api-kit": "^2.4.1",
"@safe-global/api-kit": "^2.4.3",
"@safe-global/protocol-kit": "^4.0.3",
"@safe-global/relay-kit": "^3.0.3",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"ethers": "^6.13.1"
}
}

0 comments on commit ea0d501

Please sign in to comment.