Skip to content

Commit

Permalink
Docs(web-twig): Add new components into readme and fix newVersion script
Browse files Browse the repository at this point in the history
  • Loading branch information
janicekt authored and literat committed Jul 30, 2022
1 parent 02ca0ad commit 61fe5f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/web-twig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,14 @@ or pure original implementation
- [ButtonLink](./docs/ButtonLink.md)
- [Container](./docs/Container.md)
- [Grid](./docs/Grid.md)
- [Header](./docs/Header.md)
- [Heading](./docs/Heading.md)
- [CheckboxField](./docs/CheckboxField.md)
- [Link](./docs/Link.md)
- [Stack](./docs/Stack.md)
- [Tag](./docs/Tag.md)
- [Text](./docs/Text.md)
- [TextField](./docs/TextField.md)
- [CheckboxField](./docs/CheckboxField.md)
- [Header](./docs/Header.md)

if you want to extend these components, an example guide is [here](./docs/extendComponents.md).
if you want to contribute, read guide [here](./docs/contribution.md).
Expand Down
1 change: 1 addition & 0 deletions packages/web-twig/newVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fi

git reset --hard
git checkout master
git pull

export VERSION=$1
DIR=$PWD
Expand Down

0 comments on commit 61fe5f7

Please sign in to comment.