-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #1090
Closed
Closed
Update README.md #1090
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix(core): router
* feat(core): add new request matcher * fix(core): check that route exist * fix(core): pass additional lastRoutePath * refactor(core): extract routeParams.route if
* chore(project): configure eslint imports sorter * chore(templates): sort imports and run prettier * chore(cli): sort imports and run prettier * chore(core): sort imports and run prettier * chore(react): sort imports and run prettier * chore(nlu): sort imports and run prettier * chore(dialogflow): sort imports and run prettier * chore(contentful): sort imports and run prettier * chore(dynamodb): sort imports and run prettier * chore(google-analytics): sort imports and run prettier * chore(inbenta): sort imports and run prettier * chore(luis): sort imports and run prettier * chore(plugin-nlu): sort imports and run prettier * chore(segment): sort imports and run prettier * chore(docs): sort imports and run prettier * Revert "chore(contentful): sort imports and run prettier" This reverts commit 6f88252. * chore(contentful): sort imports and run prettier * refactor(contentful): date-range delivery to avoid circular dependency * chore: bump packages to 0.16.0-alpha.0 * chore: bump all packages to 0.16.0-alpha.1 Co-authored-by: Dani Pinyol <github@dpinol.com>
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 11.0.0 to 12.0.2. - [Release notes](https://github.com/markdown-it/markdown-it/releases) - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@11.0.0...12.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Added content from the documentation before content automation.
@annehubtype this should be done within this same PR: #1071 |
Closing this PR to avoid redundancy. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added content from the documentation before content automation.
Description
Context
Approach taken / Explain the design
To document / Usage example
Testing
The pull request...