From 2324c369e8e53f9fa8d838d21599079712b20c65 Mon Sep 17 00:00:00 2001 From: devleejb Date: Mon, 4 Nov 2024 00:48:14 +0900 Subject: [PATCH] Update `CHANGELOG.md` for `v0.1.20` --- CHANGELOG.md | 16 ++++++++++++++++ backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac03c0ad..c9ccbc64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.1.20] - 2024-11-04 + +### Added + +- Add option to toggle Scroll Sync On/Off by @devleejb in https://github.com/yorkie-team/codepair/pull/394 + +### Changed + +- Apply incremental dom update by @blurfx in https://github.com/yorkie-team/codepair/pull/397 +- Update `yorkie-js-sdk` to `v0.5.4` by @devleejb in https://github.com/yorkie-team/codepair/pull/390 + +### Fixed + +- Fix ESLint Rules to Ensure Proper Code Compliance by @devleejb in https://github.com/yorkie-team/codepair/pull/392 +- Fix cursor movement logic during Snapshot Event by @devleejb in https://github.com/yorkie-team/codepair/pull/398 + ## [0.1.19] - 2024-10-28 ### Fixed diff --git a/backend/package.json b/backend/package.json index fff3ec91..51fdc477 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/backend", - "version": "0.1.19", + "version": "0.1.20", "description": "CodePair Backend", "author": "yorkie-team", "license": "Apache-2.0", diff --git a/frontend/package.json b/frontend/package.json index cc5e2611..c599e1ae 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/frontend", - "version": "0.1.19", + "version": "0.1.20", "description": "CodePair Frontend", "type": "module", "author": "yorkie-team", diff --git a/package.json b/package.json index e0fada22..9315c60f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codepair", - "version": "0.1.19", + "version": "0.1.20", "description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", "keywords": [], "author": "yorkie-team",