Skip to content

Commit 0b152e5

Browse files
authored
Prepare Version 7.0.0 Release (#335)
* enhancement: remove now unused travis configuration * enhancement: update references to Angular 11 and angular-archwizard 7.0.0 * fix: github actions badge url
1 parent 7eddf44 commit 0b152e5

4 files changed

Lines changed: 10 additions & 59 deletions

File tree

.travis.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Overview angular-archwizard
2-
[![Build Status](https://travis-ci.com/madoar/angular-archwizard.svg?branch=develop)](https://travis-ci.com/madoar/angular-archwizard)
2+
[![Build Status](https://github.com/madoar/angular-archwizard/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/madoar/angular-archwizard/actions)
33
[![Dependency Status](https://david-dm.org/madoar/angular-archwizard.svg)](https://david-dm.org/madoar/angular-archwizard)
44
[![Dev-Dependency Status](https://david-dm.org/madoar/angular-archwizard/dev-status.svg)](https://david-dm.org/madoar/angular-archwizard?type=dev)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/039c5be36d8646dfb73972e8679e5021)](https://www.codacy.com/app/marc.arndt/angular-archwizard?utm_source=github.com&utm_medium=referral&utm_content=madoar/angular-archwizard&utm_campaign=Badge_Grade)
@@ -25,7 +25,7 @@ The following table shows which version of `angular-archwizard` has been built w
2525
| `4.0.0` | Angular 7 |
2626
| `5.0.1` | Angular 8 |
2727
| `6.1.0` | Angular 9 |
28-
| `7.0.0` | Angular 10 |
28+
| `7.0.0` | Angular 11 |
2929

3030
## Gitpod
3131
`angular-archwizard` can be developed with Gitpod, a free one-click online IDE for GitHub:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-archwizard",
3-
"version": "7.0.0-develop",
3+
"version": "7.0.0",
44
"license": "MIT",
55
"description": "An Angular 9+ module containing a wizard component and its supporting components and directives",
66
"homepage": "https://github.com/madoar/angular-archwizard",
@@ -18,8 +18,14 @@
1818
"keywords": [
1919
"angular",
2020
"angular9",
21+
"angular10",
22+
"angular11",
2123
"angular 9",
24+
"angular 10",
25+
"angular 11",
2226
"ng9",
27+
"ng10",
28+
"ng11",
2329
"ngx",
2430
"typescript",
2531
"wizard",

0 commit comments

Comments
 (0)