Skip to content

Commit

Permalink
Revert "Merge pull request #375 from BitPhinix/changeset-release/main" (
Browse files Browse the repository at this point in the history
#395)

This reverts commit ece12ad, reversing
changes made to e4058f1.
  • Loading branch information
BitPhinix authored May 20, 2023
1 parent ece12ad commit a6a27c8
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 38 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-camels-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@slate-yjs/core': patch
---

chore: remove unnecessary assertion
5 changes: 5 additions & 0 deletions .changeset/neat-rabbits-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@slate-yjs/core': minor
---

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

## 0.0.9

### Patch Changes

- Updated dependencies [[`d3aa78a`](https://github.com/BitPhinix/slate-yjs/commit/d3aa78ac96f2e59d1d69f1bf5f7944679f9458d8), [`dbe9895`](https://github.com/BitPhinix/slate-yjs/commit/dbe9895692faa92283861f3cd7e0378004f8284c)]:
- @slate-yjs/core@1.0.0

## 0.0.8

### 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.9",
"version": "0.0.8",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 0 additions & 8 deletions examples/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @slate-yjs/example

## 0.0.9

### Patch Changes

- Updated dependencies [[`d3aa78a`](https://github.com/BitPhinix/slate-yjs/commit/d3aa78ac96f2e59d1d69f1bf5f7944679f9458d8), [`dbe9895`](https://github.com/BitPhinix/slate-yjs/commit/dbe9895692faa92283861f3cd7e0378004f8284c)]:
- @slate-yjs/core@1.0.0
- @slate-yjs/react@1.0.0

## 0.0.8

### 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.9",
"version": "0.0.8",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
10 changes: 0 additions & 10 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @slate-yjs/core

## 1.0.0

### Minor Changes

- [#392](https://github.com/BitPhinix/slate-yjs/pull/392) [`dbe9895`](https://github.com/BitPhinix/slate-yjs/commit/dbe9895692faa92283861f3cd7e0378004f8284c) Thanks [@ezeidman](https://github.com/ezeidman)! - ignore formatting attributes for non-text

### Patch Changes

- [#373](https://github.com/BitPhinix/slate-yjs/pull/373) [`d3aa78a`](https://github.com/BitPhinix/slate-yjs/commit/d3aa78ac96f2e59d1d69f1bf5f7944679f9458d8) Thanks [@bokuweb](https://github.com/bokuweb)! - chore: remove unnecessary assertion

## 0.3.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.0",
"version": "0.3.1",
"description": "Yjs binding for Slate.",
"keywords": [
"slate",
Expand Down
7 changes: 0 additions & 7 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @slate-yjs/react

## 1.0.0

### Patch Changes

- Updated dependencies [[`d3aa78a`](https://github.com/BitPhinix/slate-yjs/commit/d3aa78ac96f2e59d1d69f1bf5f7944679f9458d8), [`dbe9895`](https://github.com/BitPhinix/slate-yjs/commit/dbe9895692faa92283861f3cd7e0378004f8284c)]:
- @slate-yjs/core@1.0.0

## 0.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slate-yjs/react",
"sideEffects": false,
"version": "1.0.0",
"version": "0.3.0",
"description": "React specific components/utils for slate-yjs.",
"keywords": [
"slate",
Expand All @@ -28,7 +28,7 @@
},
"license": "MIT",
"devDependencies": {
"@slate-yjs/core": "^1.0.0",
"@slate-yjs/core": "^0.3.0",
"@types/react": "^17.0.34",
"@types/use-sync-external-store": "^0.0.3",
"react": "^17.0.2",
Expand All @@ -38,7 +38,7 @@
"yjs": "^13.5.29"
},
"peerDependencies": {
"@slate-yjs/core": "^1.0.0",
"@slate-yjs/core": "^0.3.0",
"react": ">=16.8.0",
"slate": ">=0.70.0",
"slate-react": ">=0.70.0",
Expand Down

0 comments on commit a6a27c8

Please sign in to comment.