diff --git a/.changeset/silent-flowers-thank.md b/.changeset/silent-flowers-thank.md new file mode 100644 index 00000000..0ffddf77 --- /dev/null +++ b/.changeset/silent-flowers-thank.md @@ -0,0 +1,5 @@ +--- +'@brisk-docs/react-changelogs': minor +--- + +NOPE nop no diff --git a/.github/workflows/changeset-check.yml b/.github/workflows/changeset-check.yml index e7a46b51..ced45b84 100644 --- a/.github/workflows/changeset-check.yml +++ b/.github/workflows/changeset-check.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/checkout@master - name: Comment on PR - uses: changesets/check-action@master + uses: changesets/check-action@noviny/use-get-release-plan env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index ef5a5fa0..3c07e6cb 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,3 @@ for more information on how to use it. As part of being maximally useful, we want to make sure where possible, our helper components exist as their own packages. As such, there are a number of other libraries we maintain that you might be interested in, even if you don't need the complete set of things that brisk does: - -- [file viewer](./packages/file-viewer) - simple package to run a live component example alongside displaying its code -- [react changelogs]('./packages/react-changelogs) - Component that accepts raw changelog files and formats them for display. Allows filtering to semver versions -- [extract-react-types](https://extract-react-types.com/) - a way to extract and display types for components, works on both flow and typescript -- [codesandboxer](https://github.com/codesandbox/codesandboxer) - Deploy a single file to codesandbox to make your code easy to share and collaborate on - can be used from node or from within a react app