Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: staging to master #309

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2c58c70
feat: indexer (#232)
Aug 18, 2023
f338f37
feat: contract hooks (#233)
Aug 21, 2023
3e3c44a
[feat] 220 add nova wallet support to the mobile version of portal (#…
gonzamontiel Aug 23, 2023
ce34996
fix: release (#236)
Aug 24, 2023
0fd823b
fix: release (#238)
Aug 24, 2023
4625d16
chore(release): 1.1.0 [skip ci]
semantic-release-bot Aug 24, 2023
1b61f41
fix loading in claiming steps (#245)
gonzamontiel Sep 12, 2023
e82b9f2
145 Show connected accounts token wise breakdown on the dashboard (#240)
gonzamontiel Sep 19, 2023
c937cde
fix remove indicator (#252)
gonzamontiel Oct 10, 2023
bdf34e8
Update design for Spacewalk Issue and Redeeem (#253)
gonzamontiel Oct 11, 2023
c1b7bd8
style: 223 update pendulum spacewalk transfers page design (#271)
gonzamontiel Oct 18, 2023
9bfd154
chore(release): 1.1.1 [skip ci]
semantic-release-bot Oct 18, 2023
f8e3a5e
fix: remove irrelevant info from UI (#273)
gonzamontiel Oct 18, 2023
5b8e895
chore(release): 1.1.2 [skip ci]
semantic-release-bot Oct 18, 2023
4491e6c
feat: redirect zenlink menu item only on amplitude (#274)
gonzamontiel Oct 18, 2023
e51c1b3
chore(release): 1.2.0 [skip ci]
semantic-release-bot Oct 18, 2023
ad4c476
Update CHANGELOG.md (#276)
gonzamontiel Oct 19, 2023
62037d7
fix: Show vaults for selected asset on Bridge Settings (#278)
gonzamontiel Oct 31, 2023
7cf5dfc
chore: fix release, upgrade yarn (#280)
Oct 31, 2023
c281164
fix: release (#281)
Oct 31, 2023
e2b142a
revert: Put back GH_TOKEN into the release config (#282)
Nov 1, 2023
331aabe
feat: nabla UI and functionality (#279)
Nov 2, 2023
6e09bce
feat: added pool filtering by paused flag (#289)
Nov 7, 2023
ec50276
Import from preact/compat (#294)
gonzamontiel Nov 9, 2023
cdf598e
feat: Add AMPE price to the Dashboard (#293)
gonzamontiel Nov 9, 2023
208dacd
feat: Add info to the Bedeem from Backstop pool UI (#291)
Nov 15, 2023
44f14a7
no-release: Add GPL LICENSE (#304)
gianfra-t Nov 28, 2023
8fe2791
feat: Update transfer dialogs design (#295)
gonzamontiel Nov 28, 2023
8322b11
feat: 288 allow users to withdraw from backstop pool in other assets …
Dec 5, 2023
a8d0af1
fix account dropdown (#307)
gonzamontiel Dec 5, 2023
c80d7a5
feat: Update Spacewalk dialogs for "Back to Stellar" transactions (#305)
gonzamontiel Dec 5, 2023
70c2a94
fix: Update disclaimer text for Spacewalk (#303)
gonzamontiel Dec 5, 2023
c377019
feat: Add support for NGN, EUR and AUD assets for Spacewalk (#302)
gonzamontiel Dec 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build/
lib/
types/
coverage/
gql/

*.d.ts
*.config.*
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pr
name: ci
on:
pull_request:
branches: [main, staging, develop]
Expand All @@ -7,7 +7,7 @@ on:

jobs:
build:
name: Running pr
name: Running ci
if:
"!contains(toJSON(github.event.commits.*.message), 'chore(release):') &&
github.event.pull_request.draft != true"
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

- name: 🧩 Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install
run: yarn install --immutable --inline-builds

- name: 📋 Yarn Lock Changes
uses: Simek/yarn-lock-changes@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: 🧩 Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --prefer-offline --frozen-lockfile
run: yarn install --immutable --inline-builds

- name: 📦 Release
run: yarn release
Expand Down
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dist
dist-ssr
*.local

.env*

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand All @@ -22,4 +24,12 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.yarn

# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
## [1.2.1](https://github.com/pendulum-chain/portal/compare/v1.2.0...v1.2.1) (2023-10-31)


### Bug Fixes

* github action ([0b9f207](https://github.com/pendulum-chain/portal/commit/0b9f20798f4f33b7a97ae674f460b7b3dfcde8c0))
* release ([5ebfd88](https://github.com/pendulum-chain/portal/commit/5ebfd88596580307633e3c3dc10d3360f43be8e5))
* Show vaults for selected asset on Bridge Settings ([#278](https://github.com/pendulum-chain/portal/issues/278)) ([62037d7](https://github.com/pendulum-chain/portal/commit/62037d77cf7bd31c9be1cf9ce0c7d03c831ac90e))

# [1.2.0](https://github.com/pendulum-chain/portal/compare/v1.1.2...v1.2.0) (2023-10-18)


### Features

* redirect zenlink menu item only on amplitude ([#274](https://github.com/pendulum-chain/portal/issues/274)) ([4491e6c](https://github.com/pendulum-chain/portal/commit/4491e6cdf1af0a73e8419396f36b8f217c08f818))
* indexer ([#232](https://github.com/pendulum-chain/portal/issues/232)) ([2c58c70](https://github.com/pendulum-chain/portal/pull/275/commits/2c58c70))
* contract hooks ([#233](https://github.com/pendulum-chain/portal/issues/233)) ([f338f37](https://github.com/pendulum-chain/portal/pull/275/commits/f338f37))
* add nova wallet support to the mobile version of portal ([#234](https://github.com/pendulum-chain/portal/issues/234)) ([3e3c44a](https://github.com/pendulum-chain/portal/pull/275/commits/3e3c44a))

### Bug Fixes


* remove irrelevant info from UI ([#273](https://github.com/pendulum-chain/portal/issues/273)) ([f8e3a5e](https://github.com/pendulum-chain/portal/commit/f8e3a5ede3483e8b0b5f9c4a6009358844e655b9))
* fix loading in claiming steps ([#245](https://github.com/pendulum-chain/portal/issues/245)) ([1b61f41](https://github.com/pendulum-chain/portal/pull/275/commits/1b61f41))
* show connected accounts token wise breakdown on the dashboard ([#240](https://github.com/pendulum-chain/portal/issues/240)) ([e82b9f2](https://github.com/pendulum-chain/portal/pull/275/commits/e82b9f2))
* remove indicator ([#252](https://github.com/pendulum-chain/portal/issues/252)) ([c937cde](https://github.com/pendulum-chain/portal/pull/275/commits/c937cde))
* update design for Spacewalk Issue and Redeeem ([#253](https://github.com/pendulum-chain/portal/issues/253)) ([bdf34e8](https://github.com/pendulum-chain/portal/pull/275/commits/bdf34e8))
* update pendulum spacewalk transfers page design ([#271](https://github.com/pendulum-chain/portal/issues/271)) ([c1b7bd8](https://github.com/pendulum-chain/portal/pull/275/commits/c1b7bd8))
* remove irrelevant info from UI ([#273](https://github.com/pendulum-chain/portal/issues/273)) ([f8e3a5e](https://github.com/pendulum-chain/portal/pull/275/commits/f8e3a5e))
* redirect zenlink menu item only on amplitude ([#274](https://github.com/pendulum-chain/portal/issues/274)) ([4491e6c](https://github.com/pendulum-chain/portal/pull/275/commits/4491e6c))


# [1.1.0](https://github.com/pendulum-chain/portal/compare/v1.0.0...v1.1.0) (2023-08-24)


### Bug Fixes

* lint issues ([#191](https://github.com/pendulum-chain/portal/issues/191)) ([fd128e4](https://github.com/pendulum-chain/portal/commit/fd128e4a9558bba3286b449f17cd6f32ad272755))
* release ([#236](https://github.com/pendulum-chain/portal/issues/236)) ([ce34996](https://github.com/pendulum-chain/portal/commit/ce34996ee4b4f8860e8802672a71ebceb74f4f28))
* release ([#238](https://github.com/pendulum-chain/portal/issues/238)) ([0fd823b](https://github.com/pendulum-chain/portal/commit/0fd823b1da8d348933b3f0d4d64dc2225b570039))
* table heading overlap ([#202](https://github.com/pendulum-chain/portal/issues/202)) ([061373f](https://github.com/pendulum-chain/portal/commit/061373f22c32a48091be668ffb6ac59c8f4e4c10))
* updated foucoco logo ([#198](https://github.com/pendulum-chain/portal/issues/198)) ([21dad82](https://github.com/pendulum-chain/portal/commit/21dad8288119f88168a0a82f422f7c53dd0c943a))
* wallet connection issues [#204](https://github.com/pendulum-chain/portal/issues/204) ([#209](https://github.com/pendulum-chain/portal/issues/209)) ([fb7a37c](https://github.com/pendulum-chain/portal/commit/fb7a37cc893bc00a6bfb2085d17cc4dcdae4dfe4))


### Features

* balance query ([#205](https://github.com/pendulum-chain/portal/issues/205)) ([b3aa210](https://github.com/pendulum-chain/portal/commit/b3aa210ff0d57cc16482931d0d7184efc2db5b41))
* contract hooks ([#233](https://github.com/pendulum-chain/portal/issues/233)) ([f338f37](https://github.com/pendulum-chain/portal/commit/f338f375ff4698173d45ca2b10aa3ef2949798fc))
* indexer ([#232](https://github.com/pendulum-chain/portal/issues/232)) ([2c58c70](https://github.com/pendulum-chain/portal/commit/2c58c70a31261f4d787961f47621e9210ce5489d))
* redirect on logo click [#178](https://github.com/pendulum-chain/portal/issues/178) ([#199](https://github.com/pendulum-chain/portal/issues/199)) ([9d42e97](https://github.com/pendulum-chain/portal/commit/9d42e9797fec8b89c1115f7091cf384971df3832))
* token approval ([#211](https://github.com/pendulum-chain/portal/issues/211)) ([a4ae2bd](https://github.com/pendulum-chain/portal/commit/a4ae2bd4fbab8812d4695eb76247c9e2035908bb))
* updated backstop pool ui ([#206](https://github.com/pendulum-chain/portal/issues/206)) ([1e23f10](https://github.com/pendulum-chain/portal/commit/1e23f103cae7be2d702c52aa7958e2e6b9b460f2))
* wallet connect ([#195](https://github.com/pendulum-chain/portal/issues/195)) ([5487296](https://github.com/pendulum-chain/portal/commit/5487296487c2cc52047993b5baa3e4f6e783e192))


### Reverts

* disable nabla ([#201](https://github.com/pendulum-chain/portal/issues/201)) ([2e2fe81](https://github.com/pendulum-chain/portal/commit/2e2fe8160c8a2b57a13b1f431cc2c1be887dad8c))

# 1.0.0 (2023-05-04)


Expand Down
Loading
Loading