Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:Clement-Muth/deazl into refactor/imp…
Browse files Browse the repository at this point in the history
…rove-mobile-responsive
  • Loading branch information
Clement-Muth committed Nov 17, 2024
2 parents 99cf525 + bd30e90 commit 0de0a87
Show file tree
Hide file tree
Showing 49 changed files with 2,189 additions and 68 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# [4.8.0](https://github.com/Clement-Muth/deazl/compare/v4.7.0...v4.8.0) (2024-11-16)


### Features

* **pcomparator:** handle new products on scan ([#78](https://github.com/Clement-Muth/deazl/issues/78)) ([f48b732](https://github.com/Clement-Muth/deazl/commit/f48b732c3de6498e2ed9ae7da2d858b60fae2b82))

# [4.7.0](https://github.com/Clement-Muth/deazl/compare/v4.6.0...v4.7.0) (2024-11-10)


### Features

* **pcomparator:** add reverse search price ([#77](https://github.com/Clement-Muth/deazl/issues/77)) ([b7ad0ab](https://github.com/Clement-Muth/deazl/commit/b7ad0abf8602efe8628f52fcf073cca9127d9802))

# [4.6.0](https://github.com/Clement-Muth/deazl/compare/v4.5.0...v4.6.0) (2024-11-10)


### Features

* **pcomparator:** create tabbar ([#76](https://github.com/Clement-Muth/deazl/issues/76)) ([487a9fd](https://github.com/Clement-Muth/deazl/commit/487a9fd42a21cc6d232a501c5e34db2738214329))

# [4.5.0](https://github.com/Clement-Muth/deazl/compare/v4.4.1...v4.5.0) (2024-11-10)


### Features

* **pcomparator:** implement searchbar for prices ([#75](https://github.com/Clement-Muth/deazl/issues/75)) ([3d35aa1](https://github.com/Clement-Muth/deazl/commit/3d35aa137366a1302c50398a916acbf5eabdb1b7))

## [4.4.1](https://github.com/Clement-Muth/deazl/compare/v4.4.0...v4.4.1) (2024-11-09)


### Bug Fixes

* remove authjs from middleware ([#73](https://github.com/Clement-Muth/deazl/issues/73)) ([b47c17c](https://github.com/Clement-Muth/deazl/commit/b47c17cbb90f4cfe3cf7050d06a2a5b789e657b9))

# [4.4.0](https://github.com/Clement-Muth/deazl/compare/v4.3.0...v4.4.0) (2024-11-09)


Expand Down
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion pcomparator/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const nextConfig = (): NextConfig => {

const withPWA = withPWAInit({
dest: "public",
disable: false
});

module.exports = nextConfig();
module.exports = withPWA(nextConfig());
4 changes: 3 additions & 1 deletion pcomparator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcomparator",
"version": "1.0.0",
"version": "4.8.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand All @@ -23,6 +23,7 @@
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.2.0",
"@auth/prisma-adapter": "^2.7.2",
"@dotmind/react-use-pwa": "^1.0.4",
"@imbios/next-pwa": "^1.1.1",
"@lingui/core": "^4.11.0",
"@lingui/react": "^4.11.0",
Expand All @@ -49,6 +50,7 @@
"kysely": "^0.27.4",
"lodash": "^4.17.21",
"lucide-react": "^0.453.0",
"moment": "^2.30.1",
"next": "15.0.0",
"next-auth": "beta",
"next-themes": "^0.3.0",
Expand Down
Loading

0 comments on commit 0de0a87

Please sign in to comment.