Skip to content

Commit

Permalink
Update for
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Dec 13, 2024
1 parent be0132a commit 4661e76
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codepair/frontend",
"version": "0.1.27",
"version": "0.1.28",
"description": "CodePair Frontend",
"type": "module",
"author": "yorkie-team",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4661e76

Please sign in to comment.