From 3feab76b837113cd77034556aa341c0252f0b88d Mon Sep 17 00:00:00 2001 From: splincode Date: Fri, 4 Oct 2024 18:17:22 +0300 Subject: [PATCH] chore: replace some text --- .github/workflows/deploy-preview.yml | 2 +- CHANGELOG.md | 5 ----- README.md | 7 +++---- projects/editor/test/edit-link-parse.spec.ts | 4 ++-- 4 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 245b8ac5e..959daf27a 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -17,7 +17,7 @@ jobs: with: repoToken: ${{ secrets.GITHUB_TOKEN }} firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_TUI_EDITOR }} - projectId: tinkoff-tui-editor + projectId: taiga-editor expires: 1d concurrency: diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e329646..f0453c25c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -435,9 +435,6 @@ ### 🚀 Features -- use tbank scope (#1082) - [(9a98316)](https://github.com/taiga-family/editor/commit/9a9831662794c7c83a49f893d81e3fd411e5291e) - ### [2.0.19-alpha.0](https://github.com/taiga-family/editor/compare/v2.0.18-alpha.0...v2.0.19-alpha.0) (2024-06-04) ### 🚀 Features @@ -817,8 +814,6 @@ ### 🚀 Features -- use tbank scope [(0c9f15b)](https://github.com/taiga-family/editor/commit/0c9f15b1509820af77b6fd858387683e3249eb82) - ### [1.32.0](https://github.com/taiga-family/editor/compare/v1.31.0...v1.32.0) (2024-05-29) ### 🐞 Bug Fixes diff --git a/README.md b/README.md index 379011700..f529b542f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,6 @@ Read more about this license [here](https://choosealicense.com/licenses/apache-2 ## Version compatibility -| Editor | Taiga UI | Supported | Latest version (npm) | -| ------- | -------- | ----------------------- | ------------------------------------------------------------------------------------------------------- | -| `4.x.y` | `4.x.y` | ✅ Current | ![npm version](https://img.shields.io/npm/v/@taiga-ui/editor?label=%40taiga-ui%2Feditor%20~%20v4) | -| `1.x.y` | `3.x.y` | Long-term support (LTS) | ![npm version](https://img.shields.io/npm/v/@tinkoff/tui-editor?label=%40tinkoff%2Ftui-editor%20~%20v1) | +| Editor | Taiga UI | Supported | Latest version (npm) | +| ------- | -------- | ---------- | ------------------------------------------------------------------------------------------------- | +| `4.x.y` | `4.x.y` | ✅ Current | ![npm version](https://img.shields.io/npm/v/@taiga-ui/editor?label=%40taiga-ui%2Feditor%20~%20v4) | diff --git a/projects/editor/test/edit-link-parse.spec.ts b/projects/editor/test/edit-link-parse.spec.ts index d0d84d781..1bf63a604 100644 --- a/projects/editor/test/edit-link-parse.spec.ts +++ b/projects/editor/test/edit-link-parse.spec.ts @@ -106,9 +106,9 @@ describe('tuiEditLinkParseUrl', () => { path: 'taiga-ui.dev', }); - expect(tuiEditLinkParseUrl('https://tinkoff-group.com/')).toEqual({ + expect(tuiEditLinkParseUrl('https://bank.com/')).toEqual({ prefix: 'https://', - path: 'tinkoff-group.com/', + path: 'bank.com/', }); expect(tuiEditLinkParseUrl('www.jsowl.com')).toEqual({