Skip to content

Commit

Permalink
[Simsala] automatic release created for v1.0.18 (#204)
Browse files Browse the repository at this point in the history
* always use cheap source maps

* remove e2e tests for now

* changelog

* release-1.0.18

Co-authored-by: Lunie Bot <bot@lunie.io>
  • Loading branch information
faboweb and Lunie Bot authored May 1, 2020
1 parent ecafb78 commit 3ddf4cb
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 14 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- SIMSALA --> <!-- DON'T DELETE, used for automatic changelog updates -->

## [1.0.18] - 2020-05-01

### Added

- [#191](https://github.com/cosmos/lunie/pull/191) Allows Polkadot account creation and restore @Bitcoinera
- Ability to sign with Polkadot @faboweb
- added theme changes for new extension theme @jbibla

### Changed

- [#191](https://github.com/cosmos/lunie/pull/191) Refactor createKey in actions to not depend on store. Create wallet.js for the refactor @Bitcoinera
- [#184](https://github.com/cosmos/lunie/pull/184) Changes submodule for a Lunie version where ClaimRewardsTxDetails doesn't open inside extension @Bitcoinera
- Adjust allowed pages to new Netlify link schema @faboweb
- Change title of extension @faboweb
- minor style updates, changes to route names @jbibla

### Fixed

- [#188](https://github.com/cosmos/lunie/issues/188) Fixes the deposit transactions parser @Bitcoinera
- Fix session approve styling @faboweb

### Deprecated

- Removed need to set extension environment variable @faboweb

## [1.0.17] - 2020-03-22

### Changed
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lunie-browser-extension",
"version": "1.0.17",
"version": "1.0.18",
"description": "A browser extension to securely manage accounts and addresses, for use with Lunie.io.",
"author": "Lunie <hello@lunie.io> (https://lunie.io)",
"licenses": [
Expand Down Expand Up @@ -126,7 +126,7 @@
"prettier": "^1.17.1",
"sass-loader": "^7.1.0",
"selenium-server": "^3.141.59",
"simsala": "^0.0.19",
"simsala": "^0.0.21",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"vue-jest": "^3.0.4",
Expand All @@ -141,4 +141,4 @@
"handlebars": ">=4.5.2",
"serialize-javascript": ">=2.1.1"
}
}
}
1 change: 0 additions & 1 deletion pending/ana_fix-deposit-transactions

This file was deleted.

2 changes: 0 additions & 2 deletions pending/ana_refactor-create-key-to-avoid-using-store

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions pending/fabo_allow-new-netlify-link

This file was deleted.

1 change: 0 additions & 1 deletion pending/fabo_fix-styling

This file was deleted.

1 change: 0 additions & 1 deletion pending/fabo_signing-refactor

This file was deleted.

1 change: 0 additions & 1 deletion pending/jordan_bueno-welcome

This file was deleted.

1 change: 0 additions & 1 deletion pending/jordan_themes

This file was deleted.

0 comments on commit 3ddf4cb

Please sign in to comment.