Skip to content

Commit

Permalink
Merge pull request #1889 from oasisprotocol/lw/release
Browse files Browse the repository at this point in the history
Assemble changes for 1.10.0 release
  • Loading branch information
lukaw3d authored Apr 11, 2024
2 parents e0c45f1 + 1ed2496 commit a68220e
Show file tree
Hide file tree
Showing 31 changed files with 55 additions and 30 deletions.
1 change: 0 additions & 1 deletion .changelog/1749.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1819.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1847.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1848.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1849.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1850.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1852.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1855.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1857.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1859.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1860.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1864.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1865.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1866.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1867.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1869.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1870.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1872.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1873.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1874.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1875.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1876.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1877.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1878.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1879.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1883.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1884.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1886.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1888.trivial.md

This file was deleted.

54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,60 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 1.10.0 (2024-04-11)

### Features

- Rename to Oasis ROSE Wallet
([#1870](https://github.com/oasisprotocol/oasis-wallet-web/issues/1870),
[#1879](https://github.com/oasisprotocol/oasis-wallet-web/issues/1879))

- New Oasis branding
([#1883](https://github.com/oasisprotocol/oasis-wallet-web/issues/1883))

### Bug Fixes and Improvements

- Update buttons layout in mobile settings and fix double scrollbar in extension
([#1850](https://github.com/oasisprotocol/oasis-wallet-web/issues/1850))

- Allow to reload extension from within error modal
([#1860](https://github.com/oasisprotocol/oasis-wallet-web/issues/1860))

- Fix long strings overflowing their container in extension layout
([#1864](https://github.com/oasisprotocol/oasis-wallet-web/issues/1864))

- Show better description in Delete Profile dialog if user forgot their password
([#1869](https://github.com/oasisprotocol/oasis-wallet-web/issues/1869))

- Show expanded sidebar on medium size devices too
([#1878](https://github.com/oasisprotocol/oasis-wallet-web/issues/1878))

- Update wallet store balance while fetching account details
([#1886](https://github.com/oasisprotocol/oasis-wallet-web/issues/1886))

### Internal Changes

- Update dependencies
([#1749](https://github.com/oasisprotocol/oasis-wallet-web/issues/1749),
[#1819](https://github.com/oasisprotocol/oasis-wallet-web/issues/1819),
[#1855](https://github.com/oasisprotocol/oasis-wallet-web/issues/1855),
[#1867](https://github.com/oasisprotocol/oasis-wallet-web/issues/1867))

- Update deployment notes
([#1847](https://github.com/oasisprotocol/oasis-wallet-web/issues/1847))

- Update release notes
([#1848](https://github.com/oasisprotocol/oasis-wallet-web/issues/1848))

- Fix CSP in start:prod
([#1849](https://github.com/oasisprotocol/oasis-wallet-web/issues/1849))

- E2E test recovering from fatal errors in extension
([#1865](https://github.com/oasisprotocol/oasis-wallet-web/issues/1865))

- Ignore transak's CSP errors that are not caused by our CSP
([#1875](https://github.com/oasisprotocol/oasis-wallet-web/issues/1875))

## 1.9.1 (2024-02-12)

### Bug Fixes and Improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json",
"name": "@oasisprotocol/oasis-rose-wallet",
"version": "1.9.1",
"version": "1.10.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit a68220e

Please sign in to comment.