Skip to content

Commit

Permalink
ci(release): publish latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-happy-puppy committed May 22, 2024
1 parent 548e0f4 commit 6f70e0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `QmR4otTaGReggG5cf37xRt4wh3XkeKPZT5jqT7YbuvQFRQ`
- CIDv1: `bafybeibiqqsv6nojor2kdirpukl4h6f44erjheo2r7fzbq2wvpg5akvd44`
- CIDv0: `QmTpccVs1zJ53DxsUVGfYDtekJLEkYkcz7ytv7ztQLAQoK`
- CIDv1: `bafybeicrorjzrhlzqcfsojgjsfofublb2gz6s3nl7v2r2vefkxe5ws7w6i`

The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).

Expand All @@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.

IPFS gateways:
- https://bafybeibiqqsv6nojor2kdirpukl4h6f44erjheo2r7fzbq2wvpg5akvd44.ipfs.dweb.link/
- https://bafybeibiqqsv6nojor2kdirpukl4h6f44erjheo2r7fzbq2wvpg5akvd44.ipfs.cf-ipfs.com/
- [ipfs://QmR4otTaGReggG5cf37xRt4wh3XkeKPZT5jqT7YbuvQFRQ/](ipfs://QmR4otTaGReggG5cf37xRt4wh3XkeKPZT5jqT7YbuvQFRQ/)
- https://bafybeicrorjzrhlzqcfsojgjsfofublb2gz6s3nl7v2r2vefkxe5ws7w6i.ipfs.dweb.link/
- https://bafybeicrorjzrhlzqcfsojgjsfofublb2gz6s3nl7v2r2vefkxe5ws7w6i.ipfs.cf-ipfs.com/
- [ipfs://QmTpccVs1zJ53DxsUVGfYDtekJLEkYkcz7ytv7ztQLAQoK/](ipfs://QmTpccVs1zJ53DxsUVGfYDtekJLEkYkcz7ytv7ztQLAQoK/)

## 5.28.0 (2024-05-21)
### 5.28.1 (2024-05-22)


### Features
### Bug Fixes

* **web:** unicon v2 education label (#8339) e861024
* **web:** lowercase unicon flag 626ec60


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.28.0
web/5.28.1
2 changes: 1 addition & 1 deletion packages/uniswap/src/features/gating/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export enum FeatureFlags {
export const WEB_FEATURE_FLAG_NAMES = new Map<FeatureFlags, string>([
// Shared
[FeatureFlags.CurrencyConversion, 'currency_conversion'],
[FeatureFlags.UniconsV2, 'unicon_V2'],
[FeatureFlags.UniconsV2, 'unicon_v2'],
// Web Specific
[FeatureFlags.Eip6936Enabled, 'eip6963_enabled'],
[FeatureFlags.ExitAnimation, 'exit_animation'],
Expand Down

0 comments on commit 6f70e0b

Please sign in to comment.