Skip to content

Commit

Permalink
Merge pull request #520 from roll-network/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
teimurjan authored Dec 11, 2024
2 parents b4f984a + 7145f86 commit f2b2aa4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-cheetahs-boil.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

## 7.0.0

### Patch Changes

- Updated dependencies [[`62723c3`](https://github.com/roll-network/tryrolljs/commit/62723c3054fafac0891b151fd916f22d6db2d49c)]:
- @roll-network/web3@1.0.0

## 6.0.0

### Major 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": "6.0.0",
"version": "7.0.0",
"main": "dist/web/cjs/index.js",
"module": "dist/web/esm/index.js",
"files": [
"dist"
],
"peerDependencies": {
"@roll-network/web3": "^0.1.0",
"@roll-network/web3": "^1.0.0",
"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.1.0",
"@roll-network/web3": "^1.0.0",
"@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

## 1.0.0

### Major Changes

- [#519](https://github.com/roll-network/tryrolljs/pull/519) [`62723c3`](https://github.com/roll-network/tryrolljs/commit/62723c3054fafac0891b151fd916f22d6db2d49c) Thanks [@teimurjan](https://github.com/teimurjan)! - Added form mainnet

## 0.1.0

### Minor 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.1.0",
"version": "1.0.0",
"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 @@ -7047,7 +7047,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.1.0
"@roll-network/web3": ^1.0.0
"@rollup/plugin-alias": ^3.1.9
"@rollup/plugin-babel": ^5.3.1
"@rollup/plugin-commonjs": ^22.0.2
Expand Down Expand Up @@ -7130,7 +7130,7 @@ __metadata:
type-fest: ^3.1.0
typescript: ^5.1.6
peerDependencies:
"@roll-network/web3": ^0.1.0
"@roll-network/web3": ^1.0.0
react: 18.1.0
react-dom: 18.1.0
react-native: 0.71.5
Expand Down Expand Up @@ -7393,7 +7393,7 @@ __metadata:
languageName: unknown
linkType: soft

"@roll-network/web3@^0.1.0, @roll-network/web3@workspace:*, @roll-network/web3@workspace:packages/web3":
"@roll-network/web3@^1.0.0, @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 f2b2aa4

Please sign in to comment.