Skip to content

Commit

Permalink
Merge pull request #509 from roll-network/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
diegonzs-roll authored Mar 22, 2024
2 parents d47f0e5 + 2dd1aa5 commit f6b428a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-radios-collect.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @roll-network/design-system

## 4.1.10

### Patch Changes

- Updated dependencies [[`c9e38a2`](https://github.com/roll-network/tryrolljs/commit/c9e38a2b8525257885b639bd04f7bec3e80428fc)]:
- @roll-network/web3@0.0.8

## 4.1.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@roll-network/design-system",
"description": "Shared components for Roll applications",
"version": "4.1.9",
"version": "4.1.10",
"main": "dist/web/cjs/index.js",
"module": "dist/web/esm/index.js",
"files": [
"dist"
],
"peerDependencies": {
"@roll-network/web3": "^0.0.7",
"@roll-network/web3": "^0.0.8",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.71.5",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@react-native-async-storage/async-storage": "^1.17.3",
"@react-native-community/datetimepicker": "^6.1.2",
"@react-native-community/slider": "^4.2.1",
"@roll-network/web3": "^0.0.7",
"@roll-network/web3": "^0.0.8",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/web3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @roll-network/web3

## 0.0.8

### Patch Changes

- [#508](https://github.com/roll-network/tryrolljs/pull/508) [`c9e38a2`](https://github.com/roll-network/tryrolljs/commit/c9e38a2b8525257885b639bd04f7bec3e80428fc) Thanks [@diegonzs-roll](https://github.com/diegonzs-roll)! - Updated chain data

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@roll-network/web3",
"description": "Web3 utils for Roll applications",
"version": "0.0.7",
"version": "0.0.8",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8887,7 +8887,7 @@ __metadata:
"@react-native-clipboard/clipboard": ^1.11.2
"@react-native-community/datetimepicker": ^6.1.2
"@react-native-community/slider": ^4.2.1
"@roll-network/web3": ^0.0.7
"@roll-network/web3": ^0.0.8
"@rollup/plugin-alias": ^3.1.9
"@rollup/plugin-babel": ^5.3.1
"@rollup/plugin-commonjs": ^22.0.2
Expand Down Expand Up @@ -8971,7 +8971,7 @@ __metadata:
type-fest: ^3.1.0
typescript: ^5.1.6
peerDependencies:
"@roll-network/web3": ^0.0.7
"@roll-network/web3": ^0.0.8
react: 18.1.0
react-dom: 18.1.0
react-native: 0.71.5
Expand Down Expand Up @@ -9234,7 +9234,7 @@ __metadata:
languageName: unknown
linkType: soft

"@roll-network/web3@^0.0.7, @roll-network/web3@workspace:*, @roll-network/web3@workspace:packages/web3":
"@roll-network/web3@^0.0.8, @roll-network/web3@workspace:*, @roll-network/web3@workspace:packages/web3":
version: 0.0.0-use.local
resolution: "@roll-network/web3@workspace:packages/web3"
dependencies:
Expand Down

0 comments on commit f6b428a

Please sign in to comment.