Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Release 2.1.13 (#238)
Browse files Browse the repository at this point in the history
Release 2.1.13
  • Loading branch information
casperiv0 authored Aug 12, 2021
2 parents f615636 + 554042d commit 26b9c4b
Show file tree
Hide file tree
Showing 6 changed files with 1,262 additions and 462 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

**If you need help updating/installing or have found any bugs, please join [our Discord server](https://discord.gg/eGnrPqEH7U) or open a [GitHub issue here](https://github.com/Dev-CasperTheGhost/snaily-cadv3/issues/new/choose)**

## 2.1.13

- Minor: bump dependencies

## 2.1.12

- Fix: make input field disabled for `full_name` on EditCitizen
Expand Down
3 changes: 3 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ module.exports = {
webpack5: true,
experimental: {
turboMode: true,
workerThreads: true,
serialWebpackBuild: true,
gzipSize: true,
},
async redirects() {
return [
Expand Down
Loading

0 comments on commit 26b9c4b

Please sign in to comment.