This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Releases: tsuki-lab/nextjs-latest-starter
Releases · tsuki-lab/nextjs-latest-starter
v0.9.2
v0.9.1
What's Changed
- Remove building environment section by @tsuki-lab in #94
- chore: remove to .node-version added option engines to package.json by @tsuki-lab in #95
- chore(deps-dev): bump eslint from 8.39.0 to 8.43.0 by @dependabot in #93
- chore(deps-dev): bump @types/react-dom from 18.2.3 to 18.2.6 by @dependabot in #92
- chore: update dependencies versions by @tsuki-lab in #96
Full Changelog: 0.9.0...0.9.1
v0.9.0
Updated Next.js version 13.4.1
and Other dependencies.
What's Changed
- Updated Next.js version
v13.4.1
and other dependencies by @tsuki-lab in #72 - Updated environment NodeJS version
v18.16.0
by @tsuki-lab in #73 - Release/0.9.0 by @tsuki-lab in #74
Full Changelog: 0.8.1...0.9.0
v0.8.1
Updated Next.js version 13.3.4
and Other dependencies.
What's Changed
- Upgrade dependencies by @tsuki-lab in #70
- Release v0.8.1 by @tsuki-lab in #71
Full Changelog: 0.8.0...0.8.1
v0.8.0
Updated Next.js version 13.3.0
What's Changed
- chore(deps-dev): bump eslint-config-next from 13.2.1 to 13.2.4 by @dependabot in #48
- chore(deps-dev): bump prettier from 2.7.1 to 2.8.7 by @dependabot in #49
- chore(deps-dev): bump lint-staged from 13.0.3 to 13.2.0 by @dependabot in #50
- chore(deps-dev): bump @types/node from 18.11.18 to 18.15.11 by @dependabot in #51
- chore(deps-dev): bump @types/react from 18.0.26 to 18.0.33 by @dependabot in #52
- chore(deps-dev): bump lint-staged from 13.0.3 to 13.2.1 by @dependabot in #53
- Release/v0.8.0 by @tsuki-lab in #54
Full Changelog: 0.7.1...0.8.0
v0.7.1
What's Changed
- chore(deps-dev): bump husky from 8.0.1 to 8.0.3 by @dependabot in #36
- chore(deps-dev): bump stylelint-prettier from 2.0.0 to 3.0.0 by @dependabot in #37
- chore(deps-dev): bump stylelint from 14.14.1 to 14.16.1 by @dependabot in #40
- chore(deps-dev): bump eslint from 8.32.0 to 8.36.0 by @dependabot in #42
- chore(deps-dev): bump sass from 1.56.1 to 1.60.0 by @dependabot in #44
- Release v0.7.1 by @tsuki-lab in #45
Full Changelog: 0.7.0...0.7.1
v0.7.0
Updated [email protected] & Adapted app dir.
https://nextjs.org/blog/next-13-2
Did
- Updated Next.js version v13.2.1
- Adapted app dir. https://beta.nextjs.org/docs/routing/fundamentals
Usage page/
dir
yarn create next-app -e https://github.com/tsuki-lab/nextjs-latest-starter/tree/nextjs-pages
Full Changelog: 0.6.1...0.7.0
v0.6.1
v0.6.0
What's Changed
- chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #13
- chore(deps-dev): bump eslint from 8.27.0 to 8.32.0 by @dependabot in #19
- chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0 by @dependabot in #18
- chore(deps-dev): bump @types/react from 18.0.15 to 18.0.26 by @dependabot in #17
- chore(deps-dev): bump @types/node from 18.0.5 to 18.11.18 by @dependabot in #16
- chore(deps-dev): bump typescript from 4.8.4 to 4.9.4 by @dependabot in #14
- v0.6.0 by @tsuki-lab in #20
New Contributors
- @dependabot made their first contribution in #13
Full Changelog: 0.5.0...0.6.0
v0.5.0
Updated Next.js version to 13
- Updated Next.js v13
- Change styling Emotion → CSS Modules
- Adapt of typed-css-modules