Skip to content

Commit

Permalink
Merge pull request #299 from oasisprotocol/lw/release
Browse files Browse the repository at this point in the history
Prepare release 1.9.0
  • Loading branch information
lukaw3d authored Jan 30, 2023
2 parents 519ad49 + 7086930 commit 91feea8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 1.9.0

Spotlight change:

- Enable Sapphire ParaTime on Mainnet
([#298](https://github.com/oasisprotocol/oasis-wallet-ext/pull/298)).

Bug fixes:

- Change default gas for Cipher ParaTime to fix withdrawals
([#296](https://github.com/oasisprotocol/oasis-wallet-ext/pull/296)).

Internal:

- Bump json5 from 1.0.1 to 1.0.2
([#294](https://github.com/oasisprotocol/oasis-wallet-ext/pull/294)).

## 1.8.2

Spotlight change:
Expand Down Expand Up @@ -77,7 +94,7 @@ Little things:

Spotlight change:

- Only show paratimes Emerald and Cipher
- Only show ParaTimes Emerald and Cipher
([#267](https://github.com/oasisprotocol/oasis-wallet-ext/pull/267)).

Little things:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lint-targets := lint-spell lint-git
# NOTE: Keep this in sync with the patterns in ci-lint GitHub Actions workflow.
lint-spell:
@$(ECHO) "$(CYAN)*** Running cspell...$(OFF)"
@npx cspell "src/**" "docs/**" "public/**" "README.md" "package.json"
@npx cspell "src/**" "docs/**" "public/**" "README.md" "CHANGELOG.md" "package.json"

lint-git:
@$(CHECK_GITLINT)
Expand Down
10 changes: 7 additions & 3 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,16 @@ words:
- undelegate

# ParaTime-related terms.
- paratime
- paratimes
- ParaTime
- ParaTimes
- runtimes
- emerald
- Emerald

# List of words to be always considered incorrect.
flagWords:
- witch
- singer

languageSettings:
- languageId: markdown
caseSensitive: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oasis-wallet",
"version": "1.8.2",
"version": "1.9.0",
"private": true,
"scripts": {
"build": "webpack --mode production",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"manifest_version": 2,
"version": "1.8.2",
"version": "1.9.0",
"default_locale": "en",
"icons": {
"16": "img/oasis.png",
Expand Down

0 comments on commit 91feea8

Please sign in to comment.