Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Jan 6, 2022
1 parent e6a0efa commit 402b29b
Show file tree
Hide file tree
Showing 17 changed files with 7,892 additions and 7,321 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
os: linux
language: node_js
node_js:
- "14"
- "16"
dist: trusty
addons:
chrome: stable
Expand All @@ -20,6 +20,8 @@ script:
- npm run test-ci
- codecov
- npm run build:lib
after_script:
- cat ./coverage/gallery/lcov.info | coveralls
before_deploy:
- npm run copy:readme
- npm run copy:changelog
Expand All @@ -29,7 +31,7 @@ deploy:
provider: npm
email: [email protected]
api_token: $NPM_TOKEN
tag: v1.2-lts
tag: latest
edge: true
on:
tags: true
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="2.0.0"></a>
# 2.0.0 (2022-01-06)

* Update to Angular v13 and new Ivy package format

<a name="1.0.11"></a>
# 1.0.11 (2020-03-05)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NgxGallery
A simple native gallery component for Angular 8+.
A simple native gallery component for Angular 8+ and 13+.

[![npm version](https://badge.fury.io/js/%40kolkov%2Fngx-gallery.svg)](https://badge.fury.io/js/%40kolkov%2Fngx-gallery)
[![demo](https://img.shields.io/badge/demo-StackBlitz-blueviolet.svg)](https://stackblitz.com/edit/kolkov-ngx-gallery)
Expand Down Expand Up @@ -28,6 +28,7 @@ npm install @kolkov/ngx-gallery --save
```
### Versions

2.x.x and above - for Angular v13+
1.x.x and above - for Angular v8+

### Usage
Expand Down
Loading

0 comments on commit 402b29b

Please sign in to comment.