From f16feab84df9a46c3451879f6e187840a861bd38 Mon Sep 17 00:00:00 2001 From: Guillaume Lebedel Date: Thu, 22 Feb 2024 20:29:07 +0000 Subject: [PATCH 1/2] fix: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c25f72..f28ee6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # StackOne Hub For React -Allow your users to quickly integrate with several services with StackOne. The `@stackone/react-hub` -introduces an easy-to-use React hook for integrating with your web app. + +Allow your users to quickly integrate with several services via StackOne. The `@stackone/react-hub` introduces an easy-to-use React hook to be able to embed the StackOne integrations hub into your SaaS application. ## Install @@ -53,8 +53,8 @@ startConnect(options) ## Contribute & Release -This repose uses [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/). The repo use semantic-release and the package version is automatically determined based on the commit messages. +This repose uses [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/). The repo use semantic-release and the package version is automatically determined based on the commit messages. ## Release -Use the Manual release workflow to trigger a release. The package version and changelog will automatically be generated based on [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). \ No newline at end of file +Use the Manual release workflow to trigger a release. The package version and changelog will automatically be generated based on [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). From 90c75d025c130294fde6114dc19a1e99e423aa2a Mon Sep 17 00:00:00 2001 From: Guillaume Lebedel Date: Fri, 23 Feb 2024 09:11:07 +0000 Subject: [PATCH 2/2] fix(dependencies): trigger release to update peerDep version