From 429d5e670e902fff0c0385a322905d8f02097dc6 Mon Sep 17 00:00:00 2001 From: antosubash Date: Sat, 28 Dec 2024 11:57:07 +0000 Subject: [PATCH] chore: release v2.2.10 --- src/CHANGELOG.md | 24 ++++++++++++++++++++++++ src/package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index be12461..e565e94 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,9 +1,33 @@ +[compare changes](https://github.com/antosubash/abp-react/compare/2.2.9...v2.2.10) + +### 🏡 Chore + +- Update Dockerfile for improved build process and dependencies ([34de32c](https://github.com/antosubash/abp-react/commit/34de32c)) +- Update Dockerfile to copy next.config.mjs and add Visual Studio solution file ([2ce5678](https://github.com/antosubash/abp-react/commit/2ce5678)) + +### ❤️ Contributors + +- Anto Subash ([@antosubash](http://github.com/antosubash)) + [compare changes](https://github.com/antosubash/abp-react/compare/2.2.8...v2.2.9) [compare changes](https://github.com/antosubash/abp-react/compare/2.2.7...v2.2.8) +## v2.2.10 + +[compare changes](https://github.com/antosubash/abp-react/compare/2.2.9...v2.2.10) + +### 🏡 Chore + +- Update Dockerfile for improved build process and dependencies ([34de32c](https://github.com/antosubash/abp-react/commit/34de32c)) +- Update Dockerfile to copy next.config.mjs and add Visual Studio solution file ([2ce5678](https://github.com/antosubash/abp-react/commit/2ce5678)) + +### ❤️ Contributors + +- Anto Subash ([@antosubash](http://github.com/antosubash)) + ## v2.2.9 [compare changes](https://github.com/antosubash/abp-react/compare/2.2.8...v2.2.9) diff --git a/src/package.json b/src/package.json index 6dae53e..300f33f 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "abp-react", - "version": "2.2.9", + "version": "2.2.10", "private": true, "scripts": { "dev": "next dev",