Skip to content

Commit

Permalink
chore: replace some text
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 4, 2024
1 parent edf18d1 commit 3feab76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
4 changes: 2 additions & 2 deletions projects/editor/test/edit-link-parse.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 3feab76

Please sign in to comment.