Skip to content

Commit

Permalink
docs: CHANGELOG.md: notes about v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-andriiovskyi committed Jul 30, 2019
1 parent b341757 commit c548da8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Versions Changes

* [v2.0.1](#v2.0.1)
* [v2.0.0](#v2.0.0)
* [v1.1.7](#v1.1.7)
* [v1.1.6](#v1.1.6)
* [v1.1.6](#v1.1.6)
* [v1.1.5](#v1.1.5)
* [v1.1.4](#v1.1.4)
Expand All @@ -25,12 +28,17 @@
* [v0.1.0](#v0.1.0)
* [v0.0.5](#v0.0.5)

## v2.0.1

The version `v2.0.1` solves the issue [`#38`](https://github.com/vitalii-andriiovskyi/ngx-owl-carousel-o/issues/38).

## v2.0.0
The version `v2.0.0` is generated for Angular 8. It's the same as `v1.1.6` but it's compiled by Angular 8.

## v1.1.6
The version `v1.1.6` solves the issue [`#35`](https://github.com/vitalii-andriiovskyi/ngx-owl-carousel-o/issues/35).
## v1.1.7

The version `v1.1.7` solves the issue [`#38`](https://github.com/vitalii-andriiovskyi/ngx-owl-carousel-o/issues/38).

## v1.1.5
The version `v1.1.5` adds the export of `ResponsiveSettings` and `BreakpointOptions` from `public_api.ts`.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
ngx-owl-carousel-o | Angular
------------------------|--------
2.x.x | 8.x.x
1.x.x (latest `1.1.6`) | 7.x.x
1.x.x (latest `1.1.7`) | 7.x.x
0.x.x (latest `0.1.2`) | 6.x.x

[CHANGELOG](./CHANGELOG.md)

##### Table of Contents

- [Get started](#get-started)
- [Setting custom slides ids](#setting-custom-slides-ids)
- [Options](#options)
Expand Down
3 changes: 2 additions & 1 deletion libs/ngx-owl-carousel-o/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
ngx-owl-carousel-o | Angular
------------------------|--------
2.x.x | 8.x.x
1.x.x (latest `1.1.6`) | 7.x.x
1.x.x (latest `1.1.7`) | 7.x.x
0.x.x (latest `0.1.2`) | 6.x.x

[CHANGELOG](https://github.com/vitalii-andriiovskyi/ngx-owl-carousel-o/blob/update-to-v7-of-nrwl-and-angular/CHANGELOG.md)

## Table of Contents

- [Get started](#get-started)
- [Setting custom slides ids](#setting-custom-slides-ids)
- [Options](#options)
Expand Down

0 comments on commit c548da8

Please sign in to comment.