vtex-apps / store-link

The Store Link app provides blocks for displaying links in other theme blocks
4 stars 5 forks source link

Update README - more info about scrollTo and target props #30

Closed lariciamota closed 3 years ago

lariciamota commented 3 years ago

What problem is this solving?

Just giving a little more info about the scrollTo and target props, since it generated a question/doubt on slack.

How to test it?

https://github.com/vtex-apps/store-link/blob/cd01f6d57b43b973a53c2d9fb760ff45e6c6671e/docs/README.md#props

vtex-io-ci-cd[bot] commented 3 years ago

Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖

Please select which version do you want to release:

And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.

vtex-io-docs-bot[bot] commented 3 years ago

Beep boop :robot:

Thank you so much for keeping our documentation up-to-date :heart:

github-actions[bot] commented 3 years ago
Fails
:no_entry_sign: We follow [keepachangelog](https://keepachangelog.com/) standards. Please, change the file `CHANGELOG.md` adding a small summary of your changes under the `[Unreleased]` section. Example: ```diff ## [Unreleased] + ### Fixed + - Issue with image sizing in the SKU Selector. ``` Possible types of changes: - `Added` for new features. - `Changed` for changes in existing functionality. - `Deprecated` for soon-to-be removed features. - `Removed` for now removed features. - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities.

Generated by :no_entry_sign: dangerJS against cd01f6d57b43b973a53c2d9fb760ff45e6c6671e

vtex-io-ci-cd[bot] commented 3 years ago

Your PR has been merged! App is being published. :rocket: Version 0.7.6 → 0.7.7

After the publishing process has been completed (check #vtex-io-releases) and doing A/B tests with the new version, you can deploy your release by running:

vtex deploy vtex.store-link@0.7.7

After that your app will be updated on all accounts.

For more information on the deployment process check the docs. :book: