Skip to content

Commit

Permalink
Version Packages (#5565)
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] committed Nov 22, 2023
1 parent 91400a8 commit 0312531
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-bottles-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-eels-leave.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/slate-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/runtime": "^7.23.2",
"lodash": "^4.17.21",
"slate": "^0.100.0",
"slate": "^0.101.1",
"slate-hyperscript": "^0.100.0",
"source-map-loader": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-hyperscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@babel/runtime": "^7.23.2",
"slate": "^0.100.0",
"slate": "^0.101.1",
"source-map-loader": "^4.0.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/slate-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# slate-react

## 0.101.1

### Patch Changes

- [#5564](https://github.com/ianstormtaylor/slate/pull/5564) [`9aa573e9`](https://github.com/ianstormtaylor/slate/commit/9aa573e9b8b2aff0c702fc6efa622e71db7759f1) Thanks [@12joan](https://github.com/12joan)! - Apply 300ms placeholder delay only on Android devices

## 0.101.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.101.0",
"version": "0.101.1",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/resize-observer-browser": "^0.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.100.0",
"slate": "^0.101.1",
"slate-hyperscript": "^0.100.0",
"source-map-loader": "^4.0.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/slate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# slate

## 0.101.1

### Patch Changes

- [#5562](https://github.com/ianstormtaylor/slate/pull/5562) [`91400a8e`](https://github.com/ianstormtaylor/slate/commit/91400a8e341b20194ce2fca078d8ba4b7a0476ea) Thanks [@YaoKaiLun](https://github.com/YaoKaiLun)! - Fix the 'select' parameter of the insertNodes function has been overridden

## 0.100.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.100.0",
"version": "0.101.1",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13274,7 +13274,7 @@ __metadata:
"@babel/runtime": ^7.23.2
is-plain-object: ^5.0.0
lodash: ^4.17.21
slate: ^0.100.0
slate: ^0.101.1
slate-hyperscript: ^0.100.0
source-map-loader: ^4.0.1
peerDependencies:
Expand All @@ -13288,7 +13288,7 @@ __metadata:
dependencies:
"@babel/runtime": ^7.23.2
is-plain-object: ^5.0.0
slate: ^0.100.0
slate: ^0.101.1
source-map-loader: ^4.0.1
peerDependencies:
slate: ">=0.65.3"
Expand Down Expand Up @@ -13399,7 +13399,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
scroll-into-view-if-needed: ^3.1.0
slate: ^0.100.0
slate: ^0.101.1
slate-hyperscript: ^0.100.0
source-map-loader: ^4.0.1
tiny-invariant: 1.3.1
Expand All @@ -13410,7 +13410,7 @@ __metadata:
languageName: unknown
linkType: soft

"slate@^0.100.0, slate@workspace:*, slate@workspace:packages/slate":
"slate@^0.101.1, slate@workspace:*, slate@workspace:packages/slate":
version: 0.0.0-use.local
resolution: "slate@workspace:packages/slate"
dependencies:
Expand Down

0 comments on commit 0312531

Please sign in to comment.