From a479d74b0ccf10c878b7ea1e18e1551ce3c7dbe3 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 11:53:52 +1000 Subject: [PATCH 01/12] one line change should not break anything --- .github/workflows/changeset-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} From 56f2ce35c352f29691ebadff549d7c08df4eb586 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 11:59:29 +1000 Subject: [PATCH 02/12] stuf --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index ef5a5fa0..e69de29b 100644 --- a/README.md +++ b/README.md @@ -1,22 +0,0 @@ -# Brisk Docs - -> Tools to document your mono-repos and React Packages - -Brisk is an Atlassian Initiative to help with documenting code. It contains two main parts: - -## [The Brisk Website Generator](./packages/website) - -This is packaged as `@brisk-docs/website` and is designed as an all-inclusive documentation -tool for mono-repos containing react components and other packages. Check out [the package's documentation](./packages/website) -for more information on how to use it. - -## Support Packages - -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 From 97340a2a352b4429e76279b035aa7c3e304a87cb Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 15:56:54 +1000 Subject: [PATCH 03/12] I made a huge mistake --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index e69de29b..ef5a5fa0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,22 @@ +# Brisk Docs + +> Tools to document your mono-repos and React Packages + +Brisk is an Atlassian Initiative to help with documenting code. It contains two main parts: + +## [The Brisk Website Generator](./packages/website) + +This is packaged as `@brisk-docs/website` and is designed as an all-inclusive documentation +tool for mono-repos containing react components and other packages. Check out [the package's documentation](./packages/website) +for more information on how to use it. + +## Support Packages + +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 From e29e2e54696e22713418ba031bbf2803e44170d6 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 15:58:57 +1000 Subject: [PATCH 04/12] some thing --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index ef5a5fa0..43d0712f 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,3 @@ tool for mono-repos containing react components and other packages. Check out [t for more information on how to use it. ## Support Packages - -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 From a2a24bb9d396a6474b0cffd14864f4b98f808f94 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 16:00:21 +1000 Subject: [PATCH 05/12] somethjing --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 43d0712f..ef5a5fa0 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,12 @@ tool for mono-repos containing react components and other packages. Check out [t for more information on how to use it. ## Support Packages + +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 From 260b0b870b7aeb4b4c5d624184c2290909af92f4 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 16:09:16 +1000 Subject: [PATCH 06/12] bored now --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index ef5a5fa0..e69de29b 100644 --- a/README.md +++ b/README.md @@ -1,22 +0,0 @@ -# Brisk Docs - -> Tools to document your mono-repos and React Packages - -Brisk is an Atlassian Initiative to help with documenting code. It contains two main parts: - -## [The Brisk Website Generator](./packages/website) - -This is packaged as `@brisk-docs/website` and is designed as an all-inclusive documentation -tool for mono-repos containing react components and other packages. Check out [the package's documentation](./packages/website) -for more information on how to use it. - -## Support Packages - -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 From da84bdb170fab9c0232031a2f5b44891dda13d60 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 16:12:16 +1000 Subject: [PATCH 07/12] yep --- .changeset/silent-flowers-thank.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/silent-flowers-thank.md 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 From c5b6f5c97bff10310a78b9c3318afc5c1bb218d2 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 16:17:18 +1000 Subject: [PATCH 08/12] mistakes --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e69de29b..3c07e6cb 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,17 @@ +# Brisk Docs + +> Tools to document your mono-repos and React Packages + +Brisk is an Atlassian Initiative to help with documenting code. It contains two main parts: + +## [The Brisk Website Generator](./packages/website) + +This is packaged as `@brisk-docs/website` and is designed as an all-inclusive documentation +tool for mono-repos containing react components and other packages. Check out [the package's documentation](./packages/website) +for more information on how to use it. + +## Support Packages + +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: From 2f25081f7d31e58ea4a5b09f22f8a7453189b808 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 16:20:56 +1000 Subject: [PATCH 09/12] mistakes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3c07e6cb..ef5a5fa0 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,8 @@ 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 From 8d156c576ddc4fd18e5e2544e697feea6c1d4d98 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 16:23:40 +1000 Subject: [PATCH 10/12] mistakes --- README.md | 5 ----- 1 file changed, 5 deletions(-) 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 From 13c78410060a6fa9d70df4982137bcf04eb691d9 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 16:28:42 +1000 Subject: [PATCH 11/12] mistakes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3c07e6cb..ef5a5fa0 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,8 @@ 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 From 0b357ccdd059996815753d0728a65620839ff588 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Fri, 20 Sep 2019 16:30:33 +1000 Subject: [PATCH 12/12] mistakes --- README.md | 5 ----- 1 file changed, 5 deletions(-) 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