From 1d10253cb2e7c8a1140961a19b928b33f69e2f71 Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Mon, 2 Dec 2024 16:36:24 +0800 Subject: [PATCH] chore(release): 1.2.7 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6233f0b6..af32f9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.2.7](https://github.com/bipproduction/hipmi/compare/v1.2.6...v1.2.7) (2024-12-02) + + +### Bug Fixes + +* version 1.2.6 ([13142f2](https://github.com/bipproduction/hipmi/commit/13142f283d804fead233cf6bff6a41e4732a3ec0)) + ## [1.2.6](https://github.com/bipproduction/hipmi/compare/v1.2.5...v1.2.6) (2024-12-02) diff --git a/package.json b/package.json index 5a7e27f6..9f42b9db 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { "name": "hipmi", - "version": "1.2.6", + "version": "1.2.7", "private": true, "prisma": { "seed": "npx tsx prisma/seed.ts --yes" }, - "scripts": { "dev": "next dev --experimental-https", "build": "next build", @@ -80,6 +79,7 @@ "react-international-phone": "^4.2.6", "react-map-gl": "^7.1.7", "react-pdf": "^9.1.0", + "react-qr-code": "^2.0.15", "react-quill": "^2.0.0", "react-responsive-carousel": "^3.2.23", "react-toastify": "^9.1.3",