From 4661e762a5935d0de139728f5c3a644ef0221f96 Mon Sep 17 00:00:00 2001 From: devleejb Date: Fri, 13 Dec 2024 21:05:43 +0900 Subject: [PATCH] Update for --- CHANGELOG.md | 7 +++++++ backend/package.json | 2 +- desktop/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f527e409..607ce89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.1.28] - 2024-12-13 + +### Changed + +- Enhance comments in Redux Store configuration for clarity on Persistence and Volatile slices by @choidabom in https://github.com/yorkie-team/codepair/pull/425 +- Bump up Yorkie to v0.5.7 by @hackerwins in https://github.com/yorkie-team/codepair/pull/427 + ## [0.1.27] - 2024-12-08 ### Changed diff --git a/backend/package.json b/backend/package.json index 00680f6a..ba55b9c0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/backend", - "version": "0.1.27", + "version": "0.1.28", "description": "CodePair Backend", "author": "yorkie-team", "license": "Apache-2.0", diff --git a/desktop/package.json b/desktop/package.json index 0ae28f10..dda0e7a8 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@codepair/desktop", "type": "module", - "version": "0.1.27", + "version": "0.1.28", "main": "dist/main.js", "description": "Codepair Desktop", "author": "yorkie-team", diff --git a/frontend/package.json b/frontend/package.json index 3afefc09..0bf280e6 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/frontend", - "version": "0.1.27", + "version": "0.1.28", "description": "CodePair Frontend", "type": "module", "author": "yorkie-team", diff --git a/package.json b/package.json index 02623f43..3a3ef3ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codepair", - "version": "0.1.27", + "version": "0.1.28", "description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", "keywords": [], "author": "yorkie-team",