From 0b152e5862eac0339d9b1412ea31c137e9eb18b6 Mon Sep 17 00:00:00 2001 From: madoar Date: Sun, 21 Feb 2021 17:48:10 +0100 Subject: [PATCH] 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 --- .travis.yml | 55 ----------------------------------------------- README.md | 4 ++-- package-lock.json | 2 +- package.json | 8 ++++++- 4 files changed, 10 insertions(+), 59 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 90968b16..00000000 --- a/.travis.yml +++ /dev/null @@ -1,55 +0,0 @@ -language: node_js - -branches: - only: - - master - - develop - -addons: - chrome: stable - firefox: latest - -jobs: - include: - # Tests - - stage: Test - os: linux - node_js: "10" - - stage: Test - os: linux - node_js: "12" - - stage: Test - os: linux - node_js: "14" - - stage: Test - os: linux - node_js: "node" - - stage: Test - os: osx - node_js: "10" - - stage: Test - os: osx - node_js: "12" - - stage: Test - os: osx - node_js: "14" - - stage: Test - os: osx - node_js: "node" - # Build - - stage: Build - os: linux - node_js: "14" - addons: - chrome: stable - script: npm run build - # Coverage - - stage: Coverage - os: linux - node_js: "14" - addons: - chrome: stable - script: npm run coverage - after_success: - - npm install -g codacy-coverage - - codacy-coverage < coverage/lcov.info diff --git a/README.md b/README.md index 330a8e55..9d4f7cb7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Overview angular-archwizard -[![Build Status](https://travis-ci.com/madoar/angular-archwizard.svg?branch=develop)](https://travis-ci.com/madoar/angular-archwizard) +[![Build Status](https://github.com/madoar/angular-archwizard/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/madoar/angular-archwizard/actions) [![Dependency Status](https://david-dm.org/madoar/angular-archwizard.svg)](https://david-dm.org/madoar/angular-archwizard) [![Dev-Dependency Status](https://david-dm.org/madoar/angular-archwizard/dev-status.svg)](https://david-dm.org/madoar/angular-archwizard?type=dev) [![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 | `4.0.0` | Angular 7 | | `5.0.1` | Angular 8 | | `6.1.0` | Angular 9 | -| `7.0.0` | Angular 10 | +| `7.0.0` | Angular 11 | ## Gitpod `angular-archwizard` can be developed with Gitpod, a free one-click online IDE for GitHub: diff --git a/package-lock.json b/package-lock.json index 9698620f..b1dcd24a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-archwizard", - "version": "7.0.0-develop", + "version": "7.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e47b066..e3db1d81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-archwizard", - "version": "7.0.0-develop", + "version": "7.0.0", "license": "MIT", "description": "An Angular 9+ module containing a wizard component and its supporting components and directives", "homepage": "https://github.com/madoar/angular-archwizard", @@ -18,8 +18,14 @@ "keywords": [ "angular", "angular9", + "angular10", + "angular11", "angular 9", + "angular 10", + "angular 11", "ng9", + "ng10", + "ng11", "ngx", "typescript", "wizard",