Skip to content

Commit

Permalink
Merge branch 'release/1.1.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Nov 6, 2023
2 parents b9cf8c5 + fcb4018 commit a2fef15
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v2.1.1
uses: orhun/git-cliff-action@v2.2.0
id: git-cliff
with:
config: cliff.toml
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.1.28] - 2023-11-06

### Miscellaneous Tasks

- Remove `export` scripts from package.json
- Add `export` option to `next.config.js`

## [1.1.27] - 2023-10-31

### Miscellaneous Tasks
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const generateClassName = incstr.idGenerator({

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
reactStrictMode: true,
swcMinify: true,
webpack: (config, {dev, isServer}) => {
Expand Down
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "npm run export",
"prestart": "npm run build",
"start": "wrangler pages dev out",
"lint": "next lint",
"preexport": "next-sitemap",
"export": "next export"
"preexport": "next-sitemap"
},
"dependencies": {
"@next/font": "14.0.1",
Expand All @@ -27,15 +25,15 @@
},
"devDependencies": {
"@cloudflare/workers-types": "4.20231025.0",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/node": "20.8.10",
"@types/react": "18.2.35",
"@types/react-dom": "18.2.14",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "9.0.0",
"incstr": "1.2.3",
"mangle-css-class-webpack-plugin": "5.1.0",
"pnpm": "8.10.0",
"pnpm": "8.10.2",
"prettier": "3.0.3",
"prettier-plugin-organize-imports": "3.2.3",
"prettier-plugin-tailwindcss": "0.5.6",
Expand Down
116 changes: 58 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2fef15

Please sign in to comment.