File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and Yorkie JS SDK adheres to [Semantic Versioning](https://semver.org/spec/v2.0.
77
88## [ Unreleased]
99
10+ ## [ 0.6.21] - 2025-07-25
11+
12+ ### Added
13+
14+ - Add nextjs-quill example using Yorkie and Quill v2 by @miinhho in https://github.com/yorkie-team/yorkie-js-sdk/pull/1032
15+ - Support for object, array and enum in ruleset builder by @sigmaith in https://github.com/yorkie-team/yorkie-js-sdk/pull/1025
16+
17+ ### Changed
18+
19+ - Migrate vanilla-quill example dependency to Quill v2 by @miinhho in https://github.com/yorkie-team/yorkie-js-sdk/pull/1034
20+
1021## [ 0.6.20] - 2025-07-17
1122
1223### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @yorkie-js/react" ,
3- "version" : " 0.6.20 " ,
3+ "version" : " 0.6.21 " ,
44 "description" : " A set of hooks and providers for Yorkie JS SDK" ,
55 "main" : " ./src/index.ts" ,
66 "publishConfig" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @yorkie-js/schema" ,
3- "version" : " 0.6.20 " ,
3+ "version" : " 0.6.21 " ,
44 "description" : " Yorkie Schema for Yorkie Document" ,
55 "main" : " ./src/index.ts" ,
66 "publishConfig" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @yorkie-js/sdk" ,
3- "version" : " 0.6.20 " ,
3+ "version" : " 0.6.21 " ,
44 "description" : " Yorkie JS SDK" ,
55 "main" : " ./src/yorkie.ts" ,
66 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments