Skip to content

Commit

Permalink
Feat: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rarestoma committed Jul 15, 2021
1 parent c36be45 commit 19c9357
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.0] - 2021-07-15
### Updates
- update to Angular 12
- update all dependencies to match Angular 12 version

When you build and serve your app it is possible that some warnings to appear on your terminal. Those will NOT affect your product.

## [1.2.0] - 2020-12-18
### Updates
- update to Angular 11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



![version](https://img.shields.io/badge/version-1.2.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/black-dashboard-angular.svg?maxAge=2592000)]() [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/black-dashboard-angular.svg?maxAge=2592000)]() [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy)
![version](https://img.shields.io/badge/version-1.3.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/black-dashboard-angular.svg?maxAge=2592000)]() [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/black-dashboard-angular.svg?maxAge=2592000)]() [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy)

![Product Gif](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/black-dashboard-angular/bd_angular.gif)

Expand Down
2 changes: 1 addition & 1 deletion documentation/black-dashboard.css

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

6 changes: 3 additions & 3 deletions documentation/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
=========================================================
* Black Dashboard Angular v1.2.0
* Black Dashboard Angular v1.3.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-angular
Expand Down Expand Up @@ -36,7 +36,7 @@
<!-- Nucleo Icons -->
<link href="../src/assets/css/nucleo-icons.css" rel="stylesheet" />
<!-- CSS Files -->
<link href="./black-dashboard.css?v=1.1.0" rel="stylesheet" />
<link href="./black-dashboard.css?v=1.3.0" rel="stylesheet" />
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="../src/assets/demo/demo.css" rel="stylesheet" />
<style media="screen">
Expand Down Expand Up @@ -97,7 +97,7 @@
<h1 class="title">
Black Dashboard Angular
</h1>
<h3 class="description">Documentation v1.1.0</h3>
<h3 class="description">Documentation v1.3.0</h3>
<br/>
<a href="https://demos.creative-tim.com/black-dashboard-angular/#/documentation/tutorial" class="btn btn-primary btn-round btn-lg">View documentation</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/black-dashboard.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/*
=========================================================
* Black Dashboard Angular - v1.2.0
* Black Dashboard Angular - v1.3.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-angular
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
=========================================================
* Black Dashboard Angular - v1.2.0
* Black Dashboard Angular - v1.3.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-angular
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
=========================================================
* Black Dashboard Angular - v1.2.0
* Black Dashboard Angular - v1.3.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-angular
Expand Down

0 comments on commit 19c9357

Please sign in to comment.