Skip to content

Commit

Permalink
feat: bump slate into 0.103.0 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jun 18, 2024
1 parent c65fea2 commit 2b7598e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-snails-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"slate-angular": minor
---

bump slate into 0.103.0
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"is-hotkey": "^0.2.0",
"rxjs": "~7.8.1",
"scroll-into-view-if-needed": "^3.1.0",
"slate": "~0.101.5",
"slate-history": "~0.100.0",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"homepage": "https://github.com/worktile/slate-angular#readme",
"license": "MIT",
"peerDependencies": {
"slate": ">= 0.101.5",
"slate": ">=0.101.0 <=0.104.0",
"slate-history": "^0.100.0",
"debug": "^4.1.1",
"direction": "^2.0.1",
"is-hotkey": "^0.2.0",
"scroll-into-view-if-needed": "^2.2.20"
},
"dependencies": {
"slate": "^0.101.5",
"slate": ">=0.101.0 <=0.104.0",
"slate-history": "^0.100.0",
"direction": "^2.0.1",
"is-hotkey": "^0.2.0",
Expand Down

0 comments on commit 2b7598e

Please sign in to comment.