Skip to content

Commit

Permalink
Merge pull request #359 from BitPhinix/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
BitPhinix authored Aug 4, 2022
2 parents 0aeb5f5 + 979b4c1 commit da73cab
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-plums-repair.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @slate-yjs/example-backend

## 0.0.5

### Patch Changes

- Updated dependencies [[`27d39dd`](https://github.com/BitPhinix/slate-yjs/commit/27d39ddc3cf79797a878d0540f8b2605fcf38988)]:
- @slate-yjs/core@0.2.7

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slate-yjs/example-backend",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @slate-yjs/example

## 0.0.5

### Patch Changes

- Updated dependencies [[`27d39dd`](https://github.com/BitPhinix/slate-yjs/commit/27d39ddc3cf79797a878d0540f8b2605fcf38988)]:
- @slate-yjs/core@0.2.7

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slate-yjs/example",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @slate-yjs/core

## 0.2.7

### Patch Changes

- [#358](https://github.com/BitPhinix/slate-yjs/pull/358) [`27d39dd`](https://github.com/BitPhinix/slate-yjs/commit/27d39ddc3cf79797a878d0540f8b2605fcf38988) Thanks [@zarv1k](https://github.com/zarv1k)! - use editor.sharedRoot in connect/disconnect

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slate-yjs/core",
"sideEffects": false,
"version": "0.2.6",
"version": "0.2.7",
"description": "Yjs binding for Slate.",
"keywords": [
"slate",
Expand Down

0 comments on commit da73cab

Please sign in to comment.