Skip to content

Commit

Permalink
Version Packages (#475)
Browse files Browse the repository at this point in the history
* Version Packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 4, 2023
1 parent bdae5af commit 0cf10f7
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/purple-squids-cough.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-safe-apps-wagmi-cra

## 0.1.5

### Patch Changes

- Updated dependencies [bdae5af]
- @safe-global/safe-apps-provider@0.17.0
- @safe-global/safe-apps-sdk@7.11.0

## 0.1.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "example-safe-apps-wagmi-cra",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"dependencies": {
"@safe-global/safe-apps-provider": "^0.16.0",
"@safe-global/safe-apps-sdk": "^7.10.0",
"@safe-global/safe-apps-provider": "^0.17.0",
"@safe-global/safe-apps-sdk": "^7.11.0",
"@gnosis.pm/safe-apps-wagmi": "2.1.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-safe-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @gnosis.pm/cra-template-safe-app
# @safe-global/cra-template-safe-app

## 4.2.1

Expand Down
13 changes: 12 additions & 1 deletion packages/safe-apps-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# @gnosis.pm/safe-apps-provider
# @safe-global/safe-apps-provider

## 0.17.0

### Minor Changes

- bdae5af: Signing methods return the signature instead of `0x`

### Patch Changes

- Updated dependencies [bdae5af]
- @safe-global/safe-apps-sdk@7.11.0

## 0.16.1

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.16.1",
"version": "0.17.0",
"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.10.1",
"@safe-global/safe-apps-sdk": "7.11.0",
"events": "^3.3.0"
},
"publishConfig": {
Expand Down
9 changes: 8 additions & 1 deletion packages/safe-apps-react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# @gnosis.pm/safe-apps-react-sdk
# @safe-global/safe-apps-react-sdk

## 4.6.6

### Patch Changes

- Updated dependencies [bdae5af]
- @safe-global/safe-apps-sdk@7.11.0

## 4.6.5

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.5",
"version": "4.6.6",
"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.10.1"
"@safe-global/safe-apps-sdk": "7.11.0"
},
"peerDependencies": {
"react": "16.x.x || 17.x.x || 18.x.x"
Expand Down
8 changes: 7 additions & 1 deletion packages/safe-apps-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# @gnosis.pm/safe-apps-sdk
# @safe-global/safe-apps-sdk

## 7.11.0

### Minor Changes

- bdae5af: Signing methods return the signature instead of `0x`

## 7.10.1

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.10.1",
"version": "7.11.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
10 changes: 9 additions & 1 deletion packages/safe-apps-web3modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# @gnosis.pm/safe-apps-web3modal
# @safe-global/safe-apps-web3modal

## 19.0.2

### Patch Changes

- Updated dependencies [bdae5af]
- @safe-global/safe-apps-provider@0.17.0
- @safe-global/safe-apps-sdk@7.11.0

## 19.0.1

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": "19.0.1",
"version": "19.0.2",
"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.10.1",
"@safe-global/safe-apps-sdk": "^7.11.0",
"rimraf": "^3.0.2",
"web3modal": "^1.9.9"
},
"peerDependencies": {
"@safe-global/safe-apps-sdk": "^7.10.1",
"@safe-global/safe-apps-sdk": "^7.11.0",
"web3modal": "^1.9.9"
},
"dependencies": {
"@safe-global/safe-apps-provider": "0.16.1"
"@safe-global/safe-apps-provider": "^0.17.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0cf10f7

Please sign in to comment.