File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and Yorkie JS SDK adheres to [Semantic Versioning](https://semver.org/spec/v2.0.
7
7
8
8
## [ Unreleased]
9
9
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
+
10
24
## [ 0.6.5] - 2025-03-28
11
25
12
26
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yorkie-js/react" ,
3
- "version" : " 0.6.5 " ,
3
+ "version" : " 0.6.6 " ,
4
4
"description" : " A set of hooks and providers for Yorkie JS SDK" ,
5
5
"main" : " ./src/index.ts" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yorkie-js/schema" ,
3
- "version" : " 0.6.5 " ,
3
+ "version" : " 0.6.6 " ,
4
4
"description" : " Yorkie Schema for Yorkie Document" ,
5
5
"main" : " ./src/index.ts" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yorkie-js/sdk" ,
3
- "version" : " 0.6.5 " ,
3
+ "version" : " 0.6.6 " ,
4
4
"description" : " Yorkie JS SDK" ,
5
5
"main" : " ./src/yorkie.ts" ,
6
6
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments