Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and BitPhinix committed Oct 15, 2022
1 parent aa10864 commit d897d5d
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-months-impress.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.8

### Patch Changes

- Updated dependencies [[`aa10864`](https://github.com/BitPhinix/slate-yjs/commit/aa108641f44ca00559124cca8277a7c1e4354c00)]:
- @slate-yjs/core@0.3.1

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.8

### Patch Changes

- Updated dependencies [[`aa10864`](https://github.com/BitPhinix/slate-yjs/commit/aa108641f44ca00559124cca8277a7c1e4354c00)]:
- @slate-yjs/core@0.3.1

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.3.1

### Patch Changes

- [#369](https://github.com/BitPhinix/slate-yjs/pull/369) [`aa10864`](https://github.com/BitPhinix/slate-yjs/commit/aa108641f44ca00559124cca8277a7c1e4354c00) Thanks [@BitPhinix](https://github.com/BitPhinix)! - Normalize editor on connect to avoid rendering denormalized state

## 0.3.0

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

0 comments on commit d897d5d

Please sign in to comment.