Skip to content

Commit

Permalink
Release to main v0.1.1 (#92)
Browse files Browse the repository at this point in the history
* fix scrollbar and seedphrase

* contact emojis

* fix import

* redirect tab and contact image

* Fix/send disable (#81)

* Base modal added without logic, first step missing some fixes

* Minor style fixes

* Fixed modal styles on first step

* Made the flow work. Hooked transaction to send flow and added proper ic.rocks link

* Fixed translations

* It works

* Fixed contact icon on send screen

* Removed unused comment

Co-authored-by: Tomas Rocchi <[email protected]>

* Added closeable prop and prevented modal from openin

* Create SECURITY.md

* Use updated version of plug controller to fix dbl send problem

* chore: 🤖 storybook dependency scope for @Psychedelic (#91)

Co-authored-by: Christian Laino <[email protected]>
Co-authored-by: Tomás Rocchi <[email protected]>
Co-authored-by: Tomas Rocchi <[email protected]>
Co-authored-by: John Kane <[email protected]>
Co-authored-by: nicolaspoggi <[email protected]>
Co-authored-by: Helder Oliveira <[email protected]>
  • Loading branch information
7 people authored Jul 9, 2021
1 parent 75c4b68 commit a1de24c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .storybook/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@psychedelic:registry=https://npm.pkg.github.com
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plug",
"version": "0.1.0",
"version": "0.1.1",
"description": "Your plug into the Internet Computer",
"private": true,
"repository": "https://github.com/Psychedelic/plug",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@fleekhq/plug-inpage-provider": "^1.0.1",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@psychedelic/plug-controller": "0.0.11",
"@psychedelic/plug-controller": "0.0.13",
"@reduxjs/toolkit": "^1.6.0",
"advanced-css-reset": "^1.2.2",
"axios": "^0.21.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1659,10 +1659,10 @@
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.9.2.tgz#adea7b6953cbb34651766b0548468e743c6a2353"
integrity sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q==

"@psychedelic/[email protected].11":
version "0.0.11"
resolved "https://npm.pkg.github.com/download/@psychedelic/plug-controller/0.0.11/3d788a166ebf3f27565ffdbeef63d296e0d52e1fd58bb8959682dae76e3961b9#1d275b38d74d91b45874fb1973afdd02141c1c64"
integrity sha512-/n38VpcK6afUsW7ZcWvzKsqFRhwGLE4pdTjfHMkrgAKRy3AnLxsfj63w6LV1rFR2zJGAwqLPQqlKEZI7jeNQ7w==
"@psychedelic/[email protected].13":
version "0.0.13"
resolved "https://npm.pkg.github.com/download/@psychedelic/plug-controller/0.0.13/a4d1bf2ad52d555119e5ad1223925f3e24a62a9c1a0a4bbd66725aa4a677340c#9ea3059e79670a7d59bd60a1eea51bf65349eb57"
integrity sha512-bD0ups+lQQbz9fweTEXCXBgvqFfs9JlLdJluoV2gmalOlCM0czTHv47g/EFXoaenn40o81zR1WEmGpzyfPk4/w==
dependencies:
"@babel/preset-env" "^7.14.4"
"@dfinity/agent" "^0.8.9"
Expand Down

0 comments on commit a1de24c

Please sign in to comment.