Skip to content

Commit 5f683b1

Browse files
authored
Update CHANGELOG.md for v0.6.21 (#1035)
1 parent 7aa0828 commit 5f683b1

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)