diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 21698ab4f..139687bbb 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 a3c98e799..aa0086975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -444,9 +444,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 @@ -826,8 +823,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({