Skip to content

Commit

Permalink
Version Packages (#585)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 12, 2024
1 parent 838e527 commit ba30941
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-meals-serve.md

This file was deleted.

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 @@
# @safe-global/safe-apps-sdk

## 9.2.0

### Minor Changes

- f27a7d7: safe.getInfo() endpoint should return extended safe information similar to api-kit's getSafeInfo endpoint

## 9.1.1

### Patch 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": "9.1.1",
"version": "9.2.0",
"description": "SDK developed to integrate third-party apps with Safe app.",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/safe-apps-web3modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @safe-global/safe-apps-web3modal

## 24.0.0

### Patch Changes

- Updated dependencies [f27a7d7]
- @safe-global/safe-apps-sdk@9.2.0

## 23.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "23.0.0",
"version": "24.0.0",
"description": "A web3modal wrapper for Safe App support",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -25,11 +25,11 @@
},
"homepage": "https://github.com/safe-global/safe-apps-sdk#readme",
"devDependencies": {
"@safe-global/safe-apps-sdk": "^9.1.0",
"@safe-global/safe-apps-sdk": "^9.2.0",
"web3modal": "^1.9.9"
},
"peerDependencies": {
"@safe-global/safe-apps-sdk": "^9.1.0",
"@safe-global/safe-apps-sdk": "^9.2.0",
"web3modal": "^1.9.9"
},
"dependencies": {
Expand Down

0 comments on commit ba30941

Please sign in to comment.