Skip to content

Commit

Permalink
Version Packages (#481)
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 21, 2023
1 parent b0558e3 commit 614d65c
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-cats-walk.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.6

### Patch Changes

- Updated dependencies [dfb7fae]
- @safe-global/safe-apps-sdk@8.0.0
- @safe-global/safe-apps-provider@0.17.1

## 0.1.5

### 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.5",
"version": "0.1.6",
"private": true,
"dependencies": {
"@safe-global/safe-apps-provider": "^0.17.0",
"@safe-global/safe-apps-sdk": "^7.11.0",
"@safe-global/safe-apps-provider": "^0.17.1",
"@safe-global/safe-apps-sdk": "^8.0.0",
"@gnosis.pm/safe-apps-wagmi": "2.1.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
Expand Down
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 @@
# @safe-global/safe-apps-provider

## 0.17.1

### Patch Changes

- Updated dependencies [dfb7fae]
- @safe-global/safe-apps-sdk@8.0.0

## 0.17.0

### 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": "@safe-global/safe-apps-provider",
"version": "0.17.0",
"version": "0.17.1",
"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.11.0",
"@safe-global/safe-apps-sdk": "8.0.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 @@
# @safe-global/safe-apps-react-sdk

## 4.6.7

### Patch Changes

- Updated dependencies [dfb7fae]
- @safe-global/safe-apps-sdk@8.0.0

## 4.6.6

### 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.6",
"version": "4.6.7",
"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.11.0"
"@safe-global/safe-apps-sdk": "8.0.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 @@
# @safe-global/safe-apps-sdk

## 8.0.0

### Major Changes

- dfb7fae: Optimized SDK bundle size by ~100kb

## 7.11.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.11.0",
"version": "8.0.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
7 changes: 7 additions & 0 deletions packages/safe-apps-test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @safe-global/safe-apps-test-app

## 0.1.1

### Patch Changes

- Updated dependencies [dfb7fae]
- @safe-global/safe-apps-sdk@8.0.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/safe-apps-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@safe-global/safe-apps-test-app",
"version": "0.1.0",
"version": "0.1.1",
"description": "Safe App for testing purposes",
"author": "Safe (https://safe.global)",
"license": "MIT",
"private": true,
"homepage": ".",
"dependencies": {
"@safe-global/safe-apps-sdk": "^7.10.0",
"@safe-global/safe-apps-sdk": "^8.0.0",
"@material-ui/core": "^4.12.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.4.0",
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 @@
# @safe-global/safe-apps-web3modal

## 20.0.0

### Patch Changes

- Updated dependencies [dfb7fae]
- @safe-global/safe-apps-sdk@8.0.0
- @safe-global/safe-apps-provider@0.17.1

## 19.0.2

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

0 comments on commit 614d65c

Please sign in to comment.