diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9967209..c13a312 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: ⚠️ Release @tinkoff/tui-editor +name: ⚠️ Release on: workflow_dispatch: inputs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f0314..53b28a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [1.2.0](https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor/compare/v1.1.0...v1.2.0) (2021-07-27) +## [1.2.0](https://github.com/taiga-family/angular-contenteditable-accessor/compare/v1.1.0...v1.2.0) (2021-07-27) ### Bug Fixes -- **directive:** fix for non-string values ([38ac555](https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor/commit/38ac5555dbadbb1d432840301b7593a72f2c4f52)) +- **directive:** fix for non-string values ([38ac555](https://github.com/taiga-family/angular-contenteditable-accessor/commit/38ac5555dbadbb1d432840301b7593a72f2c4f52)) # 1.1.0 (2019-03-13) ### Features -- **travis:** add build step ([c40aaf9](https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor/commit/c40aaf9)) -- **travis:** add travis integration ([a72102e](https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor/commit/a72102e)) -- **travis:** link MAINTAIN.md inside README.md and add comments to scripts ([74cc813](https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor/commit/74cc813)) -- **travis:** remove old node builds ([367358b](https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor/commit/367358b)) -- **travis:** update license ([b9ea68b](https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor/commit/b9ea68b)) -- **travis:** use spaces not tabs ([d6a9e30](https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor/commit/d6a9e30)) +- **travis:** add build step ([c40aaf9](https://github.com/taiga-family/angular-contenteditable-accessor/commit/c40aaf9)) +- **travis:** add travis integration ([a72102e](https://github.com/taiga-family/angular-contenteditable-accessor/commit/a72102e)) +- **travis:** link MAINTAIN.md inside README.md and add comments to scripts ([74cc813](https://github.com/taiga-family/angular-contenteditable-accessor/commit/74cc813)) +- **travis:** remove old node builds ([367358b](https://github.com/taiga-family/angular-contenteditable-accessor/commit/367358b)) +- **travis:** update license ([b9ea68b](https://github.com/taiga-family/angular-contenteditable-accessor/commit/b9ea68b)) +- **travis:** use spaces not tabs ([d6a9e30](https://github.com/taiga-family/angular-contenteditable-accessor/commit/d6a9e30)) diff --git a/README.md b/README.md index 57622d7..4f528b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Tinkoff ControlValueAccessor for contenteditable elements -[![Build](https://travis-ci.org/TinkoffCreditSystems/angular-contenteditable-accessor.svg?branch=master)](https://travis-ci.org/TinkoffCreditSystems/angular-contenteditable-accessor) -[![Coverage Status](https://coveralls.io/repos/github/TinkoffCreditSystems/angular-contenteditable-accessor/badge.svg?branch=master)](https://coveralls.io/github/TinkoffCreditSystems/angular-contenteditable-accessor?branch=master) +[![⚙️ CI](https://github.com/taiga-family/angular-contenteditable-accessor/actions/workflows/ci.yml/badge.svg)](https://github.com/taiga-family/angular-contenteditable-accessor/actions/workflows/ci.yml) [![npm version](https://img.shields.io/npm/v/@tinkoff/angular-contenteditable-accessor.svg)](https://www.npmjs.com/package/@tinkoff/angular-contenteditable-accessor) > This accessor allows you to use Angular forms with contenteditable elements with ease. It has zero dependencies, other than Angular itself as peer and works with Angular 4+ in all modern browsers, including _Internet Explorer 11_. diff --git a/package.json b/package.json index 186175f..26ae6c2 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ ], "license": "Apache-2.0", "author": "Alex Inkin ", - "repository": "https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor", - "bugs": "https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor/issues", - "homepage": "https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor#README", + "repository": "https://github.com/taiga-family/angular-contenteditable-accessor", + "bugs": "https://github.com/taiga-family/angular-contenteditable-accessor/issues", + "homepage": "https://github.com/taiga-family/angular-contenteditable-accessor#README", "scripts": { "postinstall": "npx ngcc --async", "start": "nx serve", diff --git a/projects/angular-contenteditable-accessor/package.json b/projects/angular-contenteditable-accessor/package.json index a9f2f8e..346a53e 100644 --- a/projects/angular-contenteditable-accessor/package.json +++ b/projects/angular-contenteditable-accessor/package.json @@ -17,7 +17,7 @@ ], "license": "Apache-2.0", "author": "Alex Inkin ", - "repository": "https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor", - "bugs": "https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor/issues", - "homepage": "https://github.com/TinkoffCreditSystems/angular-contenteditable-accessor#README" + "repository": "https://github.com/taiga-family/angular-contenteditable-accessor", + "bugs": "https://github.com/taiga-family/angular-contenteditable-accessor/issues", + "homepage": "https://github.com/taiga-family/angular-contenteditable-accessor#README" }