Skip to content

Commit 7c7f974

Browse files
authored
Update CHANGELOG.md for v0.6.6 (#971)
1 parent 324af4f commit 7c7f974

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and Yorkie JS SDK adheres to [Semantic Versioning](https://semver.org/spec/v2.0.
77

88
## [Unreleased]
99

10+
## [0.6.6] - 2025-04-07
11+
12+
### Added
13+
14+
- Add schema package with initial configuration by @hackerwins https://github.com/yorkie-team/yorkie-js-sdk/pull/968
15+
16+
### Changed
17+
18+
- Support StrictMode in React Standalone Mode by @hackerwins in https://github.com/yorkie-team/yorkie-js-sdk/pull/970
19+
20+
### Removed
21+
22+
- Remove create-yorkie-app package by @hackerwins in https://github.com/yorkie-team/yorkie-js-sdk/pull/967
23+
1024
## [0.6.5] - 2025-03-28
1125

1226
### 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.5",
3+
"version": "0.6.6",
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.5",
3+
"version": "0.6.6",
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.5",
3+
"version": "0.6.6",
44
"description": "Yorkie JS SDK",
55
"main": "./src/yorkie.ts",
66
"publishConfig": {

0 commit comments

Comments
 (0)