Skip to content

Commit

Permalink
test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aguescribano87 committed Aug 21, 2024
1 parent ccc8236 commit 8c2f5bc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@



window['STORIES'] = [];</script><script src="runtime~main.041b8ff6.iframe.bundle.js"></script><script src="vendors~main.e6fdca25.iframe.bundle.js"></script><script src="main.311df07e.iframe.bundle.js"></script></body></html>
window['STORIES'] = [];</script><script src="runtime~main.041b8ff6.iframe.bundle.js"></script><script src="vendors~main.e6fdca25.iframe.bundle.js"></script><script src="main.545caf9c.iframe.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion docs/main.311df07e.iframe.bundle.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.545caf9c.iframe.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"npmClient": "yarn",
"private": true,
"version": "independent",
"command.publish.verifyAccess": false
}
"command.publish.verifyAccess": false,
"useWorkspaces": true,
"packages": [
"packages/*"
]
}
2 changes: 1 addition & 1 deletion packages/carousel/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export const Carousel = ({
alignItems: 'center',
justifyContent: 'center',
backgroundColor: theme.colors.neutralGray8,
opacity: '0.8',
opacity: '0.7',
color: theme.colors.black,
fontFamily: 'Nunito Sans',
fontSize: '14px',
Expand Down

0 comments on commit 8c2f5bc

Please sign in to comment.