Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
chore: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 11, 2023
1 parent ee00637 commit fb00047
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ⚠️ Release @tinkoff/tui-editor
name: ⚠️ Release
on:
workflow_dispatch:
inputs:
Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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_.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"license": "Apache-2.0",
"author": "Alex Inkin <[email protected]>",
"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",
Expand Down
6 changes: 3 additions & 3 deletions projects/angular-contenteditable-accessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"license": "Apache-2.0",
"author": "Alex Inkin <[email protected]>",
"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"
}

0 comments on commit fb00047

Please sign in to comment.