Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 26, 2023
1 parent 4f78f15 commit 506b465
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-worms-deny.md

This file was deleted.

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

This file was deleted.

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

## 0.15.2

### Patch Changes

- Updated dependencies [6bdd4f9]
- @safe-global/safe-apps-sdk@7.9.0

## 0.15.1

### Patch 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": "@safe-global/safe-apps-provider",
"version": "0.15.1",
"version": "0.15.2",
"description": "A provider wrapper of Safe Apps SDK",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/safe-global/safe-apps-sdk#readme",
"dependencies": {
"@safe-global/safe-apps-sdk": "7.8.0",
"@safe-global/safe-apps-sdk": "7.9.0",
"events": "^3.3.0"
},
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/safe-apps-react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gnosis.pm/safe-apps-react-sdk

## 4.6.3

### Patch Changes

- Updated dependencies [6bdd4f9]
- @safe-global/safe-apps-sdk@7.9.0

## 4.6.2

### 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": "@safe-global/safe-apps-react-sdk",
"private": false,
"version": "4.6.2",
"version": "4.6.3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -13,7 +13,7 @@
"license": "MIT",
"author": "Safe (https://safe.global)",
"dependencies": {
"@safe-global/safe-apps-sdk": "7.8.0"
"@safe-global/safe-apps-sdk": "7.9.0"
},
"peerDependencies": {
"react": "16.x.x || 17.x.x || 18.x.x"
Expand Down
6 changes: 6 additions & 0 deletions packages/safe-apps-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gnosis.pm/safe-apps-sdk

## 7.9.0

### Minor Changes

- 6bdd4f9: Update `safe-gateway-typescript-sdk` from gnosis.pm to safe-global

## 7.8.0

### 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": "@safe-global/safe-apps-sdk",
"version": "7.8.0",
"version": "7.9.0",
"description": "SDK developed to integrate third-party apps with Safe app.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/safe-apps-web3modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gnosis.pm/safe-apps-web3modal

## 18.0.0

### Patch Changes

- Updated dependencies [6bdd4f9]
- @safe-global/safe-apps-sdk@7.9.0
- @safe-global/safe-apps-provider@0.15.2

## 17.0.4

### 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": "@safe-global/safe-apps-web3modal",
"version": "17.0.4",
"version": "18.0.0",
"description": "A web3modal wrapper for Safe App support",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -25,16 +25,16 @@
},
"homepage": "https://github.com/safe-global/safe-apps-sdk#readme",
"devDependencies": {
"@safe-global/safe-apps-sdk": "7.8.0",
"@safe-global/safe-apps-sdk": "7.9.0",
"rimraf": "^3.0.2",
"web3modal": "^1.9.9"
},
"peerDependencies": {
"@safe-global/safe-apps-sdk": "^7.8.0",
"@safe-global/safe-apps-sdk": "^7.9.0",
"web3modal": "^1.9.9"
},
"dependencies": {
"@safe-global/safe-apps-provider": "0.15.1"
"@safe-global/safe-apps-provider": "0.15.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 506b465

Please sign in to comment.