Skip to content

Commit 4fcaa96

Browse files
Version Packages (#516)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6bebe1d commit 4fcaa96

File tree

6 files changed

+20
-12
lines changed

6 files changed

+20
-12
lines changed

.changeset/sharp-toes-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/design-system/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @roll-network/design-system
22

3+
## 5.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6bebe1d`](https://github.com/roll-network/tryrolljs/commit/6bebe1de1801bc236bec36758647938b77e6484d)]:
8+
- @roll-network/web3@0.1.0
9+
310
## 4.1.12
411

512
### Patch Changes

packages/design-system/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@roll-network/design-system",
33
"description": "Shared components for Roll applications",
4-
"version": "4.1.12",
4+
"version": "5.0.0",
55
"main": "dist/web/cjs/index.js",
66
"module": "dist/web/esm/index.js",
77
"files": [
88
"dist"
99
],
1010
"peerDependencies": {
11-
"@roll-network/web3": "^0.0.10",
11+
"@roll-network/web3": "^0.1.0",
1212
"react": "18.1.0",
1313
"react-dom": "18.1.0",
1414
"react-native": "0.71.5",
@@ -45,7 +45,7 @@
4545
"@react-native-async-storage/async-storage": "^1.17.3",
4646
"@react-native-community/datetimepicker": "^6.1.2",
4747
"@react-native-community/slider": "^4.2.1",
48-
"@roll-network/web3": "^0.0.10",
48+
"@roll-network/web3": "^0.1.0",
4949
"@rollup/plugin-alias": "^3.1.9",
5050
"@rollup/plugin-babel": "^5.3.1",
5151
"@rollup/plugin-commonjs": "^22.0.2",

packages/web3/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @roll-network/web3
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#515](https://github.com/roll-network/tryrolljs/pull/515) [`6bebe1d`](https://github.com/roll-network/tryrolljs/commit/6bebe1de1801bc236bec36758647938b77e6484d) Thanks [@marlon-wiprud](https://github.com/marlon-wiprud)! - Fixing the network config for sepolia
8+
39
## 0.0.10
410

511
### Patch Changes

packages/web3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@roll-network/web3",
33
"description": "Web3 utils for Roll applications",
4-
"version": "0.0.10",
4+
"version": "0.1.0",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"files": [

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8887,7 +8887,7 @@ __metadata:
88878887
"@react-native-clipboard/clipboard": ^1.11.2
88888888
"@react-native-community/datetimepicker": ^6.1.2
88898889
"@react-native-community/slider": ^4.2.1
8890-
"@roll-network/web3": ^0.0.10
8890+
"@roll-network/web3": ^0.1.0
88918891
"@rollup/plugin-alias": ^3.1.9
88928892
"@rollup/plugin-babel": ^5.3.1
88938893
"@rollup/plugin-commonjs": ^22.0.2
@@ -8971,7 +8971,7 @@ __metadata:
89718971
type-fest: ^3.1.0
89728972
typescript: ^5.1.6
89738973
peerDependencies:
8974-
"@roll-network/web3": ^0.0.10
8974+
"@roll-network/web3": ^0.1.0
89758975
react: 18.1.0
89768976
react-dom: 18.1.0
89778977
react-native: 0.71.5
@@ -9234,7 +9234,7 @@ __metadata:
92349234
languageName: unknown
92359235
linkType: soft
92369236

9237-
"@roll-network/web3@^0.0.10, @roll-network/web3@workspace:*, @roll-network/web3@workspace:packages/web3":
9237+
"@roll-network/web3@^0.1.0, @roll-network/web3@workspace:*, @roll-network/web3@workspace:packages/web3":
92389238
version: 0.0.0-use.local
92399239
resolution: "@roll-network/web3@workspace:packages/web3"
92409240
dependencies:

0 commit comments

Comments
 (0)