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 Aug 6, 2022
1 parent 6e9bd25 commit 95d5203
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-apricots-knock.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.6

### Patch Changes

- Updated dependencies [[`c3c7a44`](https://github.com/BitPhinix/slate-yjs/commit/c3c7a4428fd500a94796747537b87512d9ed3ca6)]:
- @slate-yjs/core@0.2.8

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.6

### Patch Changes

- Updated dependencies [[`c3c7a44`](https://github.com/BitPhinix/slate-yjs/commit/c3c7a4428fd500a94796747537b87512d9ed3ca6)]:
- @slate-yjs/core@0.2.8

## 0.0.5

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

### Patch Changes

- [#360](https://github.com/BitPhinix/slate-yjs/pull/360) [`c3c7a44`](https://github.com/BitPhinix/slate-yjs/commit/c3c7a4428fd500a94796747537b87512d9ed3ca6) Thanks [@zarv1k](https://github.com/zarv1k)! - fix: use editor properties in plugin methods

## 0.2.7

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

0 comments on commit 95d5203

Please sign in to comment.