Skip to content

Commit

Permalink
Merge branch 'release/1.1.42'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Dec 11, 2023
2 parents c6dfceb + 706bc69 commit ef97c3a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 40 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.1.42] - 2023-12-11

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.41] - 2023-12-10

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lilnouns-template",
"version": "1.1.41",
"version": "1.1.42",
"private": true,
"scripts": {
"dev": "pnpm run --stream --parallel /^dev:/",
Expand All @@ -22,7 +22,7 @@
"@lingui/react": "4.6.0",
"autoprefixer": "10.4.14",
"clsx": "2.0.0",
"hono": "3.11.3",
"hono": "3.11.4",
"langs": "2.0.0",
"next": "14.0.4",
"next-seo": "6.4.0",
Expand All @@ -47,7 +47,7 @@
"@testing-library/react": "14.1.2",
"@types/langs": "2.0.4",
"@types/node": "20.10.4",
"@types/react": "18.2.42",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"cssnano": "6.0.1",
"eslint": "8.55.0",
Expand All @@ -62,8 +62,8 @@
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.0",
"mangle-css-class-webpack-plugin": "5.1.0",
"pnpm": "8.11.0",
"prettier": "3.1.0",
"pnpm": "8.12.0",
"prettier": "3.1.1",
"prettier-plugin-jsdoc": "1.1.1",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
Expand Down
70 changes: 35 additions & 35 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 ef97c3a

Please sign in to comment.