Skip to content

Commit

Permalink
Merge pull request #201 from gnosis/changeset-release/development
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mmv08 authored Aug 3, 2021
2 parents 9b31519 + 94ac28e commit fdea60d
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-pots-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-news-retire.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-knives-join.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/safe-apps-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @gnosis.pm/safe-apps-provider

## 0.7.0

### Minor Changes

- f9d1a18: Support eth_gasPrice rpc method
- 9f91d38: Add support for eth_getTransactionCount rpc call

### Patch Changes

- Updated dependencies [9f91d38]
- Updated dependencies [f9d1a18]
- @gnosis.pm/[email protected]

## 0.7.0-next.1

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/safe-apps-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-apps-provider",
"version": "0.7.0-next.1",
"version": "0.7.0",
"description": "A provider wrapper of Safe Apps SDK",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme",
"dependencies": {
"@gnosis.pm/safe-apps-sdk": "4.1.0-next.1",
"@gnosis.pm/safe-apps-sdk": "4.1.0",
"events": "^3.3.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/safe-apps-react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gnosis.pm/safe-apps-react-sdk

## 4.0.1

### Patch Changes

- Updated dependencies [9f91d38]
- Updated dependencies [f9d1a18]
- @gnosis.pm/[email protected]

## 4.0.1-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/safe-apps-react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gnosis.pm/safe-apps-react-sdk",
"private": false,
"version": "4.0.1-next.1",
"version": "4.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
],
"author": "Gnosis (https://gnosis.io)",
"dependencies": {
"@gnosis.pm/safe-apps-sdk": "4.1.0-next.1"
"@gnosis.pm/safe-apps-sdk": "4.1.0"
},
"peerDependencies": {
"@types/node": "^14.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/safe-apps-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gnosis.pm/safe-apps-sdk

## 4.1.0

### Minor Changes

- 9f91d38: Add getTransactionCount eth rpc method
- f9d1a18: Support eth_gasPrice rpc method

## 4.1.0-next.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-apps-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-apps-sdk",
"version": "4.1.0-next.1",
"version": "4.1.0",
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/safe-apps-web3-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @gnosis.pm/safe-apps-web3-react

## 0.6.1

### Patch Changes

- Updated dependencies [9f91d38]
- Updated dependencies [f9d1a18]
- Updated dependencies [9f91d38]
- @gnosis.pm/[email protected]
- @gnosis.pm/[email protected]

## 0.6.1-next.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/safe-apps-web3-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-apps-web3-react",
"version": "0.6.1-next.1",
"version": "0.6.1",
"description": "Web3-react connector for Safe Apps",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,8 +21,8 @@
"author": "Gnosis (https://gnosis.io)",
"license": "MIT",
"dependencies": {
"@gnosis.pm/safe-apps-provider": "0.7.0-next.1",
"@gnosis.pm/safe-apps-sdk": "4.1.0-next.1",
"@gnosis.pm/safe-apps-provider": "0.7.0",
"@gnosis.pm/safe-apps-sdk": "4.1.0",
"@web3-react/abstract-connector": "6.0.7"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/safe-apps-web3modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @gnosis.pm/safe-apps-web3modal

## 1.0.0

### Patch Changes

- Updated dependencies [9f91d38]
- Updated dependencies [f9d1a18]
- Updated dependencies [9f91d38]
- @gnosis.pm/[email protected]
- @gnosis.pm/[email protected]

## 1.0.0-next.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/safe-apps-web3modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-apps-web3modal",
"version": "1.0.0-next.1",
"version": "1.0.0",
"description": "A web3modal wrapper for Safe App support",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -23,16 +23,16 @@
},
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme",
"devDependencies": {
"@gnosis.pm/safe-apps-sdk": "4.1.0-next.1",
"@gnosis.pm/safe-apps-sdk": "4.1.0",
"rimraf": "^3.0.2",
"web3modal": "^1.9.4"
},
"peerDependencies": {
"@gnosis.pm/safe-apps-sdk": "4.1.0-next.1",
"@gnosis.pm/safe-apps-sdk": "4.1.0",
"web3modal": "^1.9.3"
},
"dependencies": {
"@gnosis.pm/safe-apps-provider": "0.7.0-next.1"
"@gnosis.pm/safe-apps-provider": "0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit fdea60d

Please sign in to comment.