Skip to content

Releases: sidebase/create-sidebase

0.8.1

25 Oct 22:04
4b81254
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

25 Oct 21:00
735d62c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

26 Sep 10:54
e83cb01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

19 Aug 10:11
d1425b4
Compare
Choose a tag to compare

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

Full Changelog: 0.6.1...0.7.0

0.6.1

21 Jun 13:36
8de6fdb
Compare
Choose a tag to compare

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
  • UPGRADE: NuxtAuth to v0.7.2

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

18 Apr 14:02
Compare
Choose a tag to compare

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

09 Jan 08:21
80ef34c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.5.0

0.4.3

18 Oct 13:13
5999c51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2

08 Mar 16:16
1ecef9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

06 Mar 16:36
2f60f0a
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1