Skip to content

Commit

Permalink
Merge branch 'develop' into preview
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits authored Oct 31, 2023
2 parents 6c93424 + 168cecf commit e0bf644
Show file tree
Hide file tree
Showing 69 changed files with 2,770 additions and 2,175 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,35 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

> Place unreleased changes here.
## [1.0.0](https://github.com/stellar/stellar-disbursement-platform-backend/compare/1.0.0-rc2...1.0.0)

### Added

- Add a new screen to manage Wallet Providers.
[#14](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/14)
- Add re-send SMS invitation functionality.
[#18](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/18)
- Customize receiver wallet invite SMS message.
[#17](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/17)
- Display asset issuer for Trustlines in the Distribution account screen
[#20](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/20)
- Settings: configure SMS retry interval
[#28](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/28)

### Changed

- Change payment status history sort order to descending order.
[#15](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/15)
- Filter assets based on wallet selection in New Disbursement screen.
[#24](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/24)
- Only show enabled wallets in the New Disbursement screen.
[#29](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/29)

### Security

- Add warning message about Distribution account funds
[#11](https://github.com/stellar/stellar-disbursement-platform-frontend/pull/11)

## [1.0.0.rc2](https://github.com/stellar/stellar-disbursement-platform-backend/compare/1.0.0-rc1...1.0.0-rc2)

### Added
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-disbursement-platform-frontend",
"version": "1.0.0-rc2",
"version": "1.0.0",
"license": "Apache-2.0",
"engines": {
"node": ">=18.x"
Expand All @@ -12,63 +12,63 @@
},
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@stellar/design-system": "^1.0.0-beta.14",
"@reduxjs/toolkit": "^1.9.7",
"@stellar/design-system": "^1.0.0",
"@stellar/tsconfig": "^1.0.2",
"@svgr/webpack": "8.0.1",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query": "^4.29.25",
"@tanstack/react-query-devtools": "^4.35.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.8",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-redux": "^7.1.25",
"@types/react-redux": "^7.1.28",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"assert": "^2.0.0",
"bignumber.js": "^9.1.1",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"assert": "^2.1.0",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"concurrently": "^8.2.0",
"concurrently": "^8.2.2",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.30.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"https-browserify": "^1.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"lint-staged": "^15.0.2",
"lodash": "^4.17.21",
"node-sass": "^9.0.0",
"oidc-client-ts": "^2.2.4",
"oidc-client-ts": "^2.3.0",
"os-browserify": "^0.3.0",
"papaparse": "^5.4.1",
"prettier": "^2.8.7",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.2",
"react-redux": "^8.1.3",
"react-router-dom": "^6.17.0",
"redux": "^4.2.1",
"sass": "^1.64.0",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^5.1.6",
"url": "^0.11.1"
"typescript": "^5.2.2",
"url": "^0.11.3"
},
"scripts": {
"start": "yarn git-info && webpack serve --open --config webpack.dev.js",
Expand Down Expand Up @@ -101,20 +101,20 @@
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.29.25",
"@types/papaparse": "^5.3.7",
"@types/papaparse": "^5.3.10",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"react-hot-loader": "^4.13.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
Expand Down
18 changes: 0 additions & 18 deletions src/api/deleteAsset.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/api/getAssets.ts

This file was deleted.

26 changes: 0 additions & 26 deletions src/api/getPayments.ts

This file was deleted.

32 changes: 0 additions & 32 deletions src/api/getStellarAccountPayments.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/api/getUsers.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/api/getWallets.ts

This file was deleted.

32 changes: 0 additions & 32 deletions src/api/patchProfilePassword.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/api/patchUserStatus.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/api/patchWallet.ts

This file was deleted.

25 changes: 0 additions & 25 deletions src/api/postAssets.ts

This file was deleted.

Loading

0 comments on commit e0bf644

Please sign in to comment.