Skip to content

Commit

Permalink
Merge branch 'master' of github.com:janis-commerce/ui-native into fea…
Browse files Browse the repository at this point in the history
…ture/component-svg
  • Loading branch information
Pablo Damian Berdun committed Aug 3, 2023
2 parents 11d2614 + c82eb87 commit 26a56b2
Show file tree
Hide file tree
Showing 17 changed files with 5,693 additions and 44,225 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
@@ -1,3 +1,4 @@
coverage/
dist/
docs/
docs/
.storybook_static/
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -67,6 +67,4 @@ coverage
dist/

# Static storybook page
.storybook_static/*
!.storybook_static/.gitkeep
.storybook_static
1 change: 1 addition & 0 deletions .ondevice/storybook.requires.js
Expand Up @@ -50,6 +50,7 @@ const getStories = () => {
"./storybook/stories/Avatar/Avatar.stories.js": require("../storybook/stories/Avatar/Avatar.stories.js"),
"./storybook/stories/CheckBox/CheckBox.stories.js": require("../storybook/stories/CheckBox/CheckBox.stories.js"),
"./storybook/stories/Image/Image.stories.js": require("../storybook/stories/Image/Image.stories.js"),
"./storybook/stories/Loading/Loading.stories.js": require("../storybook/stories/Loading/Loading.stories.js"),
"./storybook/stories/Svg/Svg.stories.js": require("../storybook/stories/Svg/Svg.stories.js"),
"./storybook/stories/Text/Text.stories.js": require("../storybook/stories/Text/Text.stories.js"),
};
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added component Text
- Added slack notification on each release
- Added storybook web
- Added component Loading

### Changed

Expand All @@ -25,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fixed export components
- Fixed an error when localy linking the package with a react native app

### Removed

Expand Down

0 comments on commit 26a56b2

Please sign in to comment.