Skip to content

Commit

Permalink
Version Packages (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 11, 2023
1 parent 117c9e5 commit ffc228c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-flies-wait.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.11

### Patch Changes

- Updated dependencies [[`117c9e5`](https://github.com/BitPhinix/slate-yjs/commit/117c9e504d826ea3ea4e69437f671ada8a44855f)]:
- @slate-yjs/core@1.0.2

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.11

### Patch Changes

- Updated dependencies [[`117c9e5`](https://github.com/BitPhinix/slate-yjs/commit/117c9e504d826ea3ea4e69437f671ada8a44855f)]:
- @slate-yjs/core@1.0.2

## 0.0.10

### 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.10",
"version": "0.0.11",
"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

## 1.0.2

### Patch Changes

- [#411](https://github.com/BitPhinix/slate-yjs/pull/411) [`117c9e5`](https://github.com/BitPhinix/slate-yjs/commit/117c9e504d826ea3ea4e69437f671ada8a44855f) Thanks [@BrentFarese](https://github.com/BrentFarese)! - Patch bug in mergeNode that causes getYTarget to error.

## 1.0.1

### 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": "1.0.1",
"version": "1.0.2",
"description": "Yjs binding for Slate.",
"keywords": [
"slate",
Expand Down

0 comments on commit ffc228c

Please sign in to comment.