Wykres commitów

5 Commity (hotfixes)

Autor SHA1 Wiadomość Data
Mime Čuvalo ce51340319
docs: cleanup/add readmes/licenses (#4542)
cleanup readme's/licenses

### Change type

- [ ] `bugfix`
- [ ] `improvement`
- [ ] `feature`
- [ ] `api`
- [x] `other`

---------

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
Co-authored-by: Mitja Bezenšek <mitja.bezensek@gmail.com>
Co-authored-by: alex <alex@dytry.ch>
2024-09-18 14:57:19 +00:00
alex f26b077c73
[SORRY, PLEASE MERGE] 3.0 megabus (#4494)
Here's the 3.0.

---------

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
Co-authored-by: David Sheldrick <d.j.sheldrick@gmail.com>
2024-09-13 14:23:36 +00:00
Steve Ruiz a7a2cfbef1
Update READMEs. (#4377)
This PR:
- updates the descriptions for our Nextjs and Vite templates
- adds some licensing information
- replaces the word whilst with while
- updates copyright notices to 2024

### Change type

- [ ] `bugfix`
- [ ] `improvement`
- [ ] `feature`
- [ ] `api`
- [x] `other`
2024-08-10 20:11:28 +00:00
alex ff8657fd0e
Sync docs (#4164)
An initial pass at sync docs

### Change type

- [x] `other`

---------

Co-authored-by: Adam Wiggins <a@adamwiggins.com>
Co-authored-by: David Sheldrick <d.j.sheldrick@gmail.com>
2024-07-23 11:21:28 +00:00
Dan Groshev cc1e5196dd
Use github actions to mirror templates from monorepo to appropriate repos (#2781)
The idea here is to mirror project templates from our monorepo to the
corresponding "top level" repos in our organisation. The main benefits
are:

- being able to easily synchronise template versions to the last release
on release
- being able to test those templates together with the rest of the
project
- being able to deploy the unreleased version of the templates 

However, this PR will only do the synchronisation part. The main
roadblock for the latter at the moment is running `yarn install` on
packages in the current `main` that are still unreleased. There are ways
around that, but this PR is deliberately minimalistic to land it sooner.

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package

---------

Co-authored-by: Taha <98838967+Taha-Hassan-Git@users.noreply.github.com>
2024-02-29 10:48:31 +00:00