ci(release): publish latest release

parent 548e0f40
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).
......@@ -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
web/5.28.0
\ No newline at end of file
web/5.28.1
\ No newline at end of file
......@@ -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'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment