🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Ship v2.9.4
  • Loading branch information
xidedix committed Jul 15, 2020
commit 5d6f8a10bc88c53d4554f00c2b7365d8d812a0c2
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.9.4`
- fix: routerLinkActiveOptions not passed to SidebarNavLink - thanks @CloudStrife28492 fixes #107

##### `v2.9.3`
- fix: add missing AppSidebarNavComponent/AppSidebarMinimizer to public api - thanks @coyoteecd fixes #110

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular-dev",
"version": "2.9.3",
"version": "2.9.4",
"license": "MIT",
"author": {
"name": "Łukasz Holeczek",
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "2.9.3",
"version": "2.9.4",
"description": "CoreUI Angular Bootstrap 4 components",
"license": "MIT",
"homepage": "https://coreui.io/angular",
Expand Down