Skip to content

Commit

Permalink
feat: bump slate into 0.103.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jun 17, 2024
1 parent ca363a9 commit f13da65
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"is-hotkey": "^0.2.0",
"rxjs": "~7.8.1",
"scroll-into-view-if-needed": "^3.1.0",
"slate": "~0.101.5",
"slate": "~0.103.0",
"slate-history": "~0.100.0",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"homepage": "https://github.com/worktile/slate-angular#readme",
"license": "MIT",
"peerDependencies": {
"slate": ">= 0.101.5",
"slate": "~0.103.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-history": "^0.100.0",
"slate": "~0.103.0",
"slate-history": "~0.100.0",
"direction": "^2.0.1",
"is-hotkey": "^0.2.0",
"scroll-into-view-if-needed": "^3.1.0",
Expand Down

0 comments on commit f13da65

Please sign in to comment.