Skip to content

Commit

Permalink
build(core): release 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Aug 17, 2022
1 parent c065c98 commit f17e1d0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-donuts-teach.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 14.0.0

### Major Changes

- [`c065c98`](https://github.com/worktile/slate-angular/commit/c065c986ef41aff45ee20626ba0b16575574fbef) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - 升级 Angular 14

## 13.0.2

### Patch Changes
Expand Down
50 changes: 25 additions & 25 deletions packages/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "slate-angular",
"version": "13.0.2",
"description": "Angular view layer for Slate",
"author": "pubuzhixing <pubuzhixing@gmail.com>",
"homepage": "https://github.com/worktile/slate-angular#readme",
"license": "MIT",
"peerDependencies": {
"slate": ">= 0.63.0",
"tslib": "^2.0.0",
"slate-history": "^0.66.0",
"debug": "^4.1.1",
"direction": "^1.0.3",
"is-hotkey": "^0.1.6"
},
"exports": {
".": {
"sass": "./styles/index.scss"
},
"./styles": {
"sass": "./styles/index.scss"
},
"./styles/index.scss": {
"sass": "./styles/index.scss"
}
}
"name": "slate-angular",
"version": "14.0.0",
"description": "Angular view layer for Slate",
"author": "pubuzhixing <pubuzhixing@gmail.com>",
"homepage": "https://github.com/worktile/slate-angular#readme",
"license": "MIT",
"peerDependencies": {
"slate": ">= 0.63.0",
"tslib": "^2.0.0",
"slate-history": "^0.66.0",
"debug": "^4.1.1",
"direction": "^1.0.3",
"is-hotkey": "^0.1.6"
},
"exports": {
".": {
"sass": "./styles/index.scss"
},
"./styles": {
"sass": "./styles/index.scss"
},
"./styles/index.scss": {
"sass": "./styles/index.scss"
}
}
}

0 comments on commit f17e1d0

Please sign in to comment.