Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
New Approach of AddressInput Component (#174)
Browse files Browse the repository at this point in the history
* Added load address from QR code in AddressInput Component

* Updated AddressInput Storybook

* Added push tag event to trigger the storybook deployment on release

* Added 0.9.1 version to package.json
  • Loading branch information
DaniSomoza authored Nov 30, 2021
1 parent f88d990 commit 8d931ab
Show file tree
Hide file tree
Showing 11 changed files with 1,002 additions and 483 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
# Pull request hook without any config. Launches for every pull request
pull_request:
# Launches build when release is published
release:
types: [published]
push:
tags:
- 'v*'

env:
REPO_NAME_ALPHANUMERIC: safereactcomponents
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-react-components",
"version": "0.9.0",
"version": "0.9.1",
"description": "Gnosis UI components",
"main": "dist/index.min.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -53,6 +53,7 @@
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"copy-webpack-plugin": "^6.3.0",
"react-qr-reader": "2.2.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
Loading

0 comments on commit 8d931ab

Please sign in to comment.