Releases: sidebase/create-sidebase
0.8.1
0.8.0
What's Changed
- feat: switch to a local postgres database for prisma by @zoey-kaiser in #49
- chore: bump package versions by @zoey-kaiser in #50
- release: 0.8.0 by @zoey-kaiser in #51
Full Changelog: 0.7.1...0.8.0
0.7.1
What's Changed
- fix: improve package building and pin dependencies to resolves issues with Nuxt 3.13 by @zoey-kaiser in #47
- release: 0.7.1 by @zoey-kaiser in #48
Full Changelog: 0.7.0...0.7.1
0.7.0
Summary
This is a release to update all the dependencies inside sidebase
. The following packages were updated:
Package name | Version |
---|---|
nuxt | 3.12.4 |
@nuxtjs/i18n | 8.4.0 |
prisma | 5.18.0 |
@prisma/client | 5.18.0 |
@sidebase/nuxt-auth | 0.8.2 |
@antfu/eslint-config | 2.26.0 |
oxlint | 0.7.2 |
What's Changed
- chore: package upgrades and maintenance by @zoey-kaiser in #44
- release: 0.7.0 by @zoey-kaiser in #45
Full Changelog: 0.6.1...0.7.0
0.6.1
Overview
This release patches a number of bugs that occurred due to the upgrade of Nuxt to version 3.12, which happened automatically in the background. To avoid this in the future, we archive previous versions of the Nuxt starter template here, from which each version of create-sidebase
can pull the base template!
Updates
- NEW: Added Nuxt I18n (Internationalization) module
- NEW: Added DroneCI Pipeline
- UPGRADE: Nuxt to
v3.12.1
- UPGRADE: Prisma to
v5.15.1
- NEW: Multi-file Prisma schemas.
create-sidebase
will now setup and enable this feature, allowing multiple schema files.
- NEW: Multi-file Prisma schemas.
- UPGRADE: NuxtAuth to
v0.7.2
What's Changed
- fix: use new sidebase/templates as base by @zoey-kaiser in #37
- bump: Update Prisma to v5.15.1 by @zoey-kaiser in #38
- bump: NuxtAuth to 0.7.2 by @zoey-kaiser in #39
- feat: Add Drone as an option for the CI pipeline by @zoey-kaiser in #40
- feat: Add i18n module for translations by @zoey-kaiser in #41
- chore: Added features to readme and updated terminal preview by @zoey-kaiser in #42
- release: 0.6.1 by @zoey-kaiser in #43
Full Changelog: 0.6.0...0.6.1
0.6.0
Summary
This release, changes the base template that is used to generate sidebase projects from our own internal Nuxt 3 starter to the offical template provided by the Nuxt team. This will ensure that all projects generated with create-sidebase
will always use the newest versions recommended by the Nuxt team!
In addition to this, we have now also migrated to the flat ESLint config by antfu and included the rust based linter oxlint.
What's Changed
- chore: Use Nuxt3 offical starter instead of sidebase/merino by @zoey-kaiser in #36
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- feat: Redesign start page by @zoey-kaiser in #30
- chore: Updated all modules by @zoey-kaiser in #33
- release: 0.5.0 by @zoey-kaiser in #34
Full Changelog: 0.4.3...0.5.0
0.4.3
What's Changed
- chore: bump @sidebase/nuxt-auth to 0.4.4 by @lookto in #27
- chore: Bump all packages to newest versions by @zoey-kaiser in #29
- release: 0.4.3 by @zoey-kaiser in #32
New Contributors
Full Changelog: 0.4.2...0.4.3
0.4.2
What's Changed
- chore: updated nuxt-auth to 0.4.3 by @zoey-kaiser in #24
- landing: adding links to example modules pages by @zoey-kaiser in #25
- release: 0.4.2 by @zoey-kaiser in #26
Full Changelog: 0.4.1...0.4.2
0.4.1
This release:
- fixes the ci when a non-npm package manager is used (thanks @mahdiboomeri ❤️ ❤️)
- bumps:
- prisma to
4.11
, - nuxt-auth to 0.4.2
- trpc to 10.12.0
- trpc nuxt to 0.7.0
- nuxtjs/tailwind to 6.4.0
- naive-ui-nuxt module to 0.7.1
- prisma to
What's Changed
- fix: use the right package manager in ci by @mahdiboomeri in #20
- feat: bump deps by @BracketJohn in #22
- release: 0.4.1 by @BracketJohn in #23
New Contributors
- @mahdiboomeri made their first contribution in #20
Full Changelog: 0.4.0...0.4.1