Skip to content

Commit c141d7b

Browse files
authored
Update CHANGELOG.md for v0.1.47 (#570)
1 parent f9c05b4 commit c141d7b

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [Unreleased]
99

10+
## [0.1.47] - 2026-01-09
11+
12+
### Fixed
13+
14+
- Apply Vim keybindings for Yorkie undo/redo by @hackerwins in https://github.com/yorkie-team/codepair/pull/569
15+
- Adjust Workspace Layout max width based on drawer state by @hackerwins in https://github.com/yorkie-team/codepair/pull/568
16+
1017
## [0.1.46] - 2026-01-06
1118

1219
### Added

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codepair/backend",
3-
"version": "0.1.46",
3+
"version": "0.1.47",
44
"description": "CodePair Backend",
55
"author": "yorkie-team",
66
"license": "Apache-2.0",

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codepair/desktop",
33
"type": "module",
4-
"version": "0.1.46",
4+
"version": "0.1.47",
55
"main": "out/main/index.js",
66
"description": "Codepair Desktop",
77
"author": "yorkie-team",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codepair/frontend",
3-
"version": "0.1.46",
3+
"version": "0.1.47",
44
"description": "CodePair Frontend",
55
"type": "module",
66
"author": "yorkie-team",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codepair",
3-
"version": "0.1.46",
3+
"version": "0.1.47",
44
"description": "Build your own AI-powered collaborative markdown editor in just 5 minutes",
55
"keywords": [],
66
"author": "yorkie-team",

0 commit comments

Comments
 (0)