Skip to content

Commit ca13fcb

Browse files
committed
feat: update changelogs and package versions to include getUserOperationGasPrice call
1 parent cca976d commit ca13fcb

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

packages/core-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @okto_web3/core-js-sdk
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- add getUserOperationGasPrice call
8+
39
## 0.5.0
410

511
### Minor Changes

packages/core-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okto_web3/core-js-sdk",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Core JS for Okto SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/react-native/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @okto_web3/react-native-sdk
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- add getUserOperationGasPrice call
8+
- Updated dependencies
9+
- @okto_web3/[email protected]
10+
311
## 0.4.0
412

513
### Minor Changes

packages/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okto_web3/react-native-sdk",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "React-Native for Okto SDK",
55
"type": "module",
66
"source": "./src/index.ts",

packages/react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @okto_web3/react-sdk
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- add getUserOperationGasPrice call
8+
- Updated dependencies
9+
- @okto_web3/[email protected]
10+
311
## 0.4.0
412

513
### Minor Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okto_web3/react-sdk",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "ReactJS for Okto SDK",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)