Skip to content

Commit

Permalink
Merge branch 'release/1.1.22'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jul 4, 2023
2 parents 8ade5c0 + 9f21ef5 commit d9ce1dc
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 144 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [1.1.22] - 2023-07-04

### <!-- 08 -->Miscellaneous Tasks

- Bump pnpm from 8.6.4 to 8.6.5
- Bump typescript from 5.1.3 to 5.1.5
- Bump typescript from 5.1.5 to 5.1.6
- Bump @types/node from 20.3.1 to 20.3.2
- Bump next-sitemap from 4.1.3 to 4.1.8
- Bump @types/node from 20.3.2 to 20.3.3
- Bump eslint from 8.43.0 to 8.44.0
- Bump eslint-config-next from 13.4.7 to 13.4.8
- Bump @next/font from 13.4.7 to 13.4.8
- Bump next from 13.4.7 to 13.4.8
- Bump pnpm from 8.6.5 to 8.6.6

## [1.1.21] - 2023-06-28

### <!-- 05 -->Documentation
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"export": "next export"
},
"dependencies": {
"@next/font": "13.4.7",
"@next/font": "13.4.8",
"autoprefixer": "10.4.14",
"clsx": "1.2.1",
"next": "13.4.7",
"next": "13.4.8",
"next-seo": "6.1.0",
"next-sitemap": "4.1.3",
"next-sitemap": "4.1.8",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -27,19 +27,19 @@
},
"devDependencies": {
"@cloudflare/workers-types": "4.20230518.0",
"@types/node": "20.3.1",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"eslint-config-prettier": "8.8.0",
"incstr": "1.2.3",
"mangle-css-class-webpack-plugin": "5.0.9",
"pnpm": "8.6.4",
"pnpm": "8.6.6",
"prettier": "2.8.8",
"prettier-plugin-organize-imports": "3.2.2",
"prettier-plugin-tailwindcss": "0.3.0",
"typescript": "5.1.3",
"typescript": "5.1.6",
"wrangler": "3.1.1"
},
"engines": {
Expand Down
Loading

0 comments on commit d9ce1dc

Please sign in to comment.