diff --git a/docs/about.md b/docs/about.md index aefd4ddad4..d99a729c0b 100644 --- a/docs/about.md +++ b/docs/about.md @@ -19,9 +19,6 @@ Give back to the open source community and [sponsor us on GitHub](https://github Sounds good? [Sponsor us on GitHub!](https://github.com/sponsors/ueberdosis) ## The maintainers of Tiptap -If you are thankful for Tiptap, you should say thank you to the lovely people at [überdosis](https://ueberdosis.io), the company that builds this software. - -AND you should definitely hire us if you want us to design und build an amazing digital product for you. Bonus points if it’s somehow text editing related. !!team-grid diff --git a/docs/changelog.md b/docs/changelog.md index ede2a6d5e3..942cf4ffe2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,11 +3,11 @@ tableOfContents: true --- # Changelog -Tiptap consists of more than 50 separate packages, so it’s not that easy to keep that one big changelog. We got you covered though. Here is everything you need to follow the development during the beta phase: +Tiptap consists of more than 50 separate packages. Here is everything you need to follow changes: -1. You can find the [changelog for the core package](https://github.com/ueberdosis/tiptap/blob/main/packages/core/CHANGELOG.md) on GitHub here. -2. All packages have [a separate `CHANGELOG.md`](https://github.com/ueberdosis/tiptap/blob/main/packages), too. -3. During beta, it’s also helpful to keep an eye on the [merged Pull Requests on GitHub](https://github.com/ueberdosis/tiptap/pulls?q=is%3Apr+is%3Aclosed). -4. And we keep track of [what we want do do before a stable release](https://github.com/ueberdosis/tiptap/issues/2087) in a public issue. +1. Check [GitHub releases page](https://github.com/ueberdosis/tiptap/releases) to get the best overview. +2. For even more details, head over to [Tiptaps changelog on GitHub](https://github.com/ueberdosis/tiptap/blob/main/CHANGELOG.md). +3. In addition, all packages have [a separate `CHANGELOG.md`](https://github.com/ueberdosis/tiptap/blob/main/packages), too. +4. It’s also helpful to keep an eye on the [merged Pull Requests on GitHub](https://github.com/ueberdosis/tiptap/pulls?q=is%3Apr+is%3Aclosed). -Once we’re transitioning to a stable version, [we’ll write blog posts](/blog) about bigger changes and keep them in a changelog here. +[We’ll write blog posts](/blog) about bigger changes and keep them in a changelog here.