Skip to content

Commit

Permalink
Merge branch 'development' into merge-to-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Dec 11, 2023
2 parents cc241ea + d267ca7 commit f2a368a
Show file tree
Hide file tree
Showing 228 changed files with 1,937 additions and 362 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-roses-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

chore(deps): bump @adobe/css-tools from 4.1.0 to 4.3.1
5 changes: 5 additions & 0 deletions .changeset/eleven-carpets-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@safe-global/safe-apps-sdk': major
---

Added ESM version of SDK to improve tree shaking
16 changes: 16 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"example-safe-apps-wagmi-cra": "0.2.0",
"@safe-global/cra-template-safe-app": "5.0.0",
"@safe-global/safe-apps-provider": "0.18.0",
"@safe-global/safe-apps-react-sdk": "4.7.0",
"@safe-global/safe-apps-sdk": "8.1.0",
"@safe-global/safe-apps-test-app": "0.2.0",
"@safe-global/safe-apps-web3modal": "21.0.0"
},
"changesets": [
"eleven-carpets-double"
]
}
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ You can directly use [our production interface](https://app.safe.global) for tes
### Installing dependencies

```
npm i -g lerna
yarn global add lerna
lerna bootstrap
yarn install
```

### Running commands
Expand All @@ -47,13 +44,13 @@ We will use `build` command as an example. Same applies to other commands.
For all packages:

```
lerna run build
yarn build
```

For a specific package:

```
lerna run --scope @safe-global/safe-apps-sdk build --stream
yarn lerna run --scope @safe-global/safe-apps-sdk build --stream
```

`--stream` options enables command output. By default, lerna displays it only in case of an error.
Expand Down
2 changes: 1 addition & 1 deletion guides/drain-safe-app/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^6.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"scripts": {
"start:test-app": "yarn workspace @safe-global/safe-apps-test-app start",
"build": "lerna run build --stream",
"build:sdk": "lerna run --scope @safe-global/safe-apps-sdk build --stream",
"test:sdk": "lerna run --scope @safe-global/safe-apps-sdk test --stream",
"release": "lerna run build && changeset publish",
Expand Down Expand Up @@ -33,6 +34,6 @@
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typescript": "^4.9.4"
"typescript": "^5.1.6"
}
}
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.18.2-next.0

### Patch Changes

- Updated dependencies [9fb93b1]
- @safe-global/safe-apps-sdk@9.0.0-next.0

## 0.18.1

### Patch Changes
Expand Down
6 changes: 5 additions & 1 deletion packages/safe-apps-provider/dist/provider.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/safe-apps-provider/dist/provider.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1",
"version": "0.18.2-next.0",
"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": "^8.1.0",
"@safe-global/safe-apps-sdk": "^9.0.0-next.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.7.1-next.0

### Patch Changes

- Updated dependencies [9fb93b1]
- @safe-global/safe-apps-sdk@9.0.0-next.0

## 4.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-apps-react-sdk/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f2a368a

Please sign in to comment.