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 Jun 12, 2024
1 parent 55342f0 commit d88ad54
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-meals-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-ghosts-shout.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/few-bobcats-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-walls-share.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/safe-apps-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @safe-global/safe-apps-provider

## 0.18.3

### Patch Changes

- 55342f0: chore: bump dependencies
- Updated dependencies [e0710be]
- Updated dependencies [55342f0]
- Updated dependencies [2cc8919]
- @safe-global/safe-apps-sdk@9.1.0

## 0.18.2

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

## 4.7.2

### Patch Changes

- 55342f0: chore: bump dependencies
- Updated dependencies [e0710be]
- Updated dependencies [55342f0]
- Updated dependencies [2cc8919]
- @safe-global/safe-apps-sdk@9.1.0

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

## 9.1.0

### Minor Changes

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

### Patch Changes

- 55342f0: chore: bump dependencies
- 2cc8919: upgraded viem and wagmi to v2

## 9.0.0

### Major 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.0.0",
"version": "9.1.0",
"description": "SDK developed to integrate third-party apps with Safe app.",
"type": "module",
"main": "dist/cjs/index.js",
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 @@
# @safe-global/safe-apps-web3modal

## 23.0.0

### Patch Changes

- Updated dependencies [e0710be]
- Updated dependencies [55342f0]
- Updated dependencies [2cc8919]
- @safe-global/safe-apps-sdk@9.1.0
- @safe-global/safe-apps-provider@0.18.3

## 22.0.0

### 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": "22.0.0",
"version": "23.0.0",
"description": "A web3modal wrapper for Safe App support",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -25,15 +25,15 @@
},
"homepage": "https://github.com/safe-global/safe-apps-sdk#readme",
"devDependencies": {
"@safe-global/safe-apps-sdk": "^9.0.0",
"@safe-global/safe-apps-sdk": "^9.1.0",
"web3modal": "^1.9.9"
},
"peerDependencies": {
"@safe-global/safe-apps-sdk": "^9.0.0",
"@safe-global/safe-apps-sdk": "^9.1.0",
"web3modal": "^1.9.9"
},
"dependencies": {
"@safe-global/safe-apps-provider": "^0.18.2"
"@safe-global/safe-apps-provider": "^0.18.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d88ad54

Please sign in to comment.