diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index e2c9622cff3c..fa772c4c08f1 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -13,4 +13,4 @@ jobs: - uses: taiga-family/ci/actions/two-approve@1.4.1 with: token1: ${{ secrets.GITHUB_TOKEN }} - token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} + token2: ${{ secrets.TINKOFF_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 802719bd6128..28d73416216c 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -11,6 +11,6 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/cleanup-cache@1.7.1 + - uses: taiga-family/ci/actions/cleanup-cache@1.7.4 with: branch-name: refs/pull/${{ github.event.pull_request.number }}/merge diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index a3da1cf97cbf..1dc45d3215d4 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 - name: Label when approved if: env.IS_OWNER_MODE == 'true' diff --git a/.github/workflows/auto-update-icons.yml b/.github/workflows/auto-update-icons.yml index 8ff4885e2533..14a97054b59a 100644 --- a/.github/workflows/auto-update-icons.yml +++ b/.github/workflows/auto-update-icons.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 - uses: actions/checkout@v3.5.3 if: env.SUPPORT_AUTO_PUSH == 'true' @@ -17,7 +17,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.TINKOFF_BOT_PAT }} - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - run: | npx nx prebuild icons npx nx build icons @@ -28,6 +28,6 @@ jobs: - name: Auto update bundled & used icons if: env.SUPPORT_AUTO_PUSH == 'true' - uses: taiga-family/ci/actions/auto-push@1.7.1 + uses: taiga-family/ci/actions/auto-push@1.7.4 with: message: icons have changed diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30e60fffb357..b63ee5ef74dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - name: Run build libraries and check it run: | diff --git a/.github/workflows/bundle-size-tracking.yml b/.github/workflows/bundle-size-tracking.yml index 712856d37236..e0c4b60e85d0 100644 --- a/.github/workflows/bundle-size-tracking.yml +++ b/.github/workflows/bundle-size-tracking.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - run: npx nx build demo diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 93300f6cf784..254b5d2200f2 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -32,8 +32,8 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.TINKOFF_BOT_PAT }} - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - name: Run release id: run-release @@ -105,7 +105,7 @@ jobs: - name: Announce if: ${{ env.IS_DRY_MODE == 'true' }} - uses: taiga-family/ci/actions/announce@1.7.1 + uses: taiga-family/ci/actions/announce@1.7.4 with: version: ${{ steps.run-release.outputs.new_version }} url: ${{ secrets.ANNOUNCE_WEBHOOK_TEST }} diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 70bf33f81f99..9bc0cb6d44e4 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 - name: Prepare demo before deploy from snapshots run: | diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index dbdcc370e416..1d8a7e9a90db 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - run: npx nx build demo --base-href='/' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b10d58ce930c..6fab2cda0a8b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -17,10 +17,10 @@ jobs: - uses: actions/checkout@v3.5.3 with: fetch-depth: 10 - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/rebase@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/rebase@1.7.4 continue-on-error: true - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - name: Building demo-app of git-branch without cache run: npx nx build demo -c next --output-path ${{ env.DIST }} --base-href='/' @@ -61,8 +61,8 @@ jobs: name: ${{ matrix.project }} steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - name: Download cache / ${{ env.CACHE_DIST_KEY }} uses: actions/cache/restore@v3.3.1 @@ -114,8 +114,8 @@ jobs: needs: [build-demo] steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - name: Install Playwright Browsers run: npx playwright install --with-deps @@ -179,7 +179,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 - name: Download artifacts / ${{ env.CYPRESS_SNAPSHOTS_ARTIFACTS_KEY }} continue-on-error: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e91cf3decad8..7cf29d2c8544 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - run: npm run typecheck cspell: @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - run: npm run cspell -- --no-progress prettier: @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 - uses: actions/checkout@v3.5.3 if: env.SUPPORT_AUTO_PUSH == 'true' @@ -34,20 +34,20 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.TINKOFF_BOT_PAT }} - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - name: Apply changes after linting if: env.SUPPORT_AUTO_PUSH == 'true' - uses: taiga-family/ci/actions/auto-push@1.7.1 + uses: taiga-family/ci/actions/auto-push@1.7.4 stylelint: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 - uses: actions/checkout@v3.5.3 if: env.SUPPORT_AUTO_PUSH == 'true' @@ -55,19 +55,19 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.TINKOFF_BOT_PAT }} - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - name: Apply changes after linting if: env.SUPPORT_AUTO_PUSH == 'true' - uses: taiga-family/ci/actions/auto-push@1.7.1 + uses: taiga-family/ci/actions/auto-push@1.7.4 eslint: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 - uses: actions/checkout@v3.5.3 if: env.SUPPORT_AUTO_PUSH == 'true' @@ -75,12 +75,12 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.TINKOFF_BOT_PAT }} - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/setup-node@1.7.4 # - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - name: Apply changes after linting if: env.SUPPORT_AUTO_PUSH == 'true' - uses: taiga-family/ci/actions/auto-push@1.7.1 + uses: taiga-family/ci/actions/auto-push@1.7.4 concurrency: group: lint-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/publish-canary.yml b/.github/workflows/publish-canary.yml index e28b8796caae..02690834f8b8 100644 --- a/.github/workflows/publish-canary.yml +++ b/.github/workflows/publish-canary.yml @@ -14,8 +14,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - run: npx ts-node ./scripts/publish-canary.ts concurrency: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e84557504e3..0403a26166eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - name: Build publishable libraries run: npm run run-many:build:libs @@ -25,7 +25,7 @@ jobs: run: echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT - name: Announce - uses: taiga-family/ci/actions/announce@1.7.1 + uses: taiga-family/ci/actions/announce@1.7.4 with: version: ${{ steps.info.outputs.version }} url: ${{ secrets.ANNOUNCE_WEBHOOK }} diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index a25507fb41f1..23c068021018 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -10,8 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - run: npx nx build demo -c next --output-path ${{ env.DIST }}/next - run: tree ${{ env.DIST }} -P '*.html' @@ -29,8 +29,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/variables@1.7.1 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/variables@1.7.4 + - uses: taiga-family/ci/actions/setup-node@1.7.4 id: nodejs-workspace - run: npx nx build demo --configuration production diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 433679b1eee7..7b13f2d28485 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: name: ${{ matrix.project }} steps: - uses: actions/checkout@v3.5.3 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/setup-node@1.7.4 - name: Run tests for ${{ matrix.project }} run: npx nx test ${{ matrix.project }} --skip-nx-cache diff --git a/.github/workflows/validate-tag.yml b/.github/workflows/validate-tag.yml index bacfa16ecfdf..232b234e9715 100644 --- a/.github/workflows/validate-tag.yml +++ b/.github/workflows/validate-tag.yml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup-node@1.7.1 + - uses: taiga-family/ci/actions/setup-node@1.7.4 id: nodejs-workspace - name: Get last tag diff --git a/CHANGELOG.md b/CHANGELOG.md index b92c6be1dd7f..7ac411cda716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ 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. +## [3.40.0](https://github.com/tinkoff/taiga-ui/compare/v3.39.1...v3.40.0) (2023-08-08) + +### Features + +- **icons:** make the rest of components icons customizable ([#5046](https://github.com/tinkoff/taiga-ui/issues/5046)) + ([cc0828e](https://github.com/tinkoff/taiga-ui/commit/cc0828ec82bf2c1a5fcad7f415d381a3091a6800)) +- **kit:** `InputNumber` add value transformer token ([#5033](https://github.com/tinkoff/taiga-ui/issues/5033)) + ([96c3b67](https://github.com/tinkoff/taiga-ui/commit/96c3b677cb38f01aff834a204298caf9cf7f79f4)) +- **kit:** `Pagination` add smaller size ([#5021](https://github.com/tinkoff/taiga-ui/issues/5021)) + ([18ac180](https://github.com/tinkoff/taiga-ui/commit/18ac180fba420314d8f05e81e6658e98a528de1f)) +- **kit:** add alias `tui-textarea` for `tui-text-area` ([#5020](https://github.com/tinkoff/taiga-ui/issues/5020)) + ([70f4a9d](https://github.com/tinkoff/taiga-ui/commit/70f4a9df194740c84f9cfc421a8bd10f708c4861)) + +### Bug Fixes + +- **cdk:** include `tds` packages for update ([#5034](https://github.com/tinkoff/taiga-ui/issues/5034)) + ([f1f5d6d](https://github.com/tinkoff/taiga-ui/commit/f1f5d6d7ab96f137fd6e55434f0b6ff6f629e5f7)) +- **eslint-plugin:** ignore naming convention for apps directory + ([#5042](https://github.com/tinkoff/taiga-ui/issues/5042)) + ([7fb156c](https://github.com/tinkoff/taiga-ui/commit/7fb156ca1b783f52118a27e9723853eaea07f71f)) +- **kit:** `ProgressCircle` should show empty circle if `max=0` + ([#5050](https://github.com/tinkoff/taiga-ui/issues/5050)) + ([aa2f133](https://github.com/tinkoff/taiga-ui/commit/aa2f133a4d7f6f0ecfacab43cecaba4d40351665)) + ### [3.39.1](https://github.com/tinkoff/taiga-ui/compare/v3.39.0...v3.39.1) (2023-08-01) ### Features diff --git a/package-lock.json b/package-lock.json index c93c40a13857..6cf67b1d0f35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taiga-ui/components", - "version": "3.39.1", + "version": "3.40.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "3.39.1", + "version": "3.40.0", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ @@ -39754,7 +39754,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -39768,7 +39768,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -39788,7 +39788,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "dependencies": { "@angular-devkit/schematics": "12.2.18", @@ -39815,7 +39815,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "peerDependencies": { "@angular/cdk": ">=12.0.0", @@ -39832,7 +39832,7 @@ }, "projects/addon-preview": { "name": "@taiga-ui/addon-preview", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -39849,7 +39849,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -39866,7 +39866,7 @@ }, "projects/addon-tablebars": { "name": "@taiga-ui/addon-tablebars", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -39880,7 +39880,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "dependencies": { "@ng-web-apis/common": "3.0.2", @@ -39909,10 +39909,10 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.39.1" + "@taiga-ui/i18n": "^3.40.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -40115,7 +40115,7 @@ }, "projects/eslint-plugin": { "name": "@taiga-ui/eslint-plugin", - "version": "3.39.1", + "version": "3.40.0", "devDependencies": { "@angular-eslint/eslint-plugin": "15.2.1", "@angular-eslint/eslint-plugin-template": "15.2.1", @@ -40134,7 +40134,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -40144,7 +40144,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "devDependencies": { "@rollup/pluginutils": "4.2.1", @@ -40168,7 +40168,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "dependencies": { "@maskito/angular": "1.4.0", @@ -40195,7 +40195,7 @@ }, "projects/layout": { "name": "@taiga-ui/layout", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40209,7 +40209,7 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "3.39.1", + "version": "3.40.0", "peerDependencies": { "@taiga-ui/cdk": ">=3.39.1", "tslib": ">=2.0.0" @@ -40217,10 +40217,10 @@ }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "3.39.1", + "version": "3.40.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.39.1" + "@taiga-ui/cdk": "^3.40.0" }, "peerDependencies": { "@taiga-ui/cdk": ">=3.39.1", @@ -40229,7 +40229,7 @@ }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "3.39.1", + "version": "3.40.0", "dependencies": { "cypress-image-snapshot": "4.0.1" }, diff --git a/package.json b/package.json index b06f5e69a77f..0bbcc9c438fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "3.39.1", + "version": "3.40.0", "description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", "keywords": [ "angular", diff --git a/projects/addon-charts/package.json b/projects/addon-charts/package.json index f97cfa67c249..a16f1147a1f9 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "3.39.1", + "version": "3.40.0", "description": "Extension package for Taiga UI that adds various charts, graphs and related components.", "keywords": [ "angular", @@ -17,8 +17,8 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": ">=3.0.0", - "@taiga-ui/cdk": ">=3.39.1", - "@taiga-ui/core": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", + "@taiga-ui/core": ">=3.40.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "tslib": ">=2.0.0" } diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index 9e41b04c2e11..61d444bd281b 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "3.39.1", + "version": "3.40.0", "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.", "keywords": [ "angular", @@ -21,10 +21,10 @@ "@maskito/core": ">=1.3.0", "@maskito/kit": ">=1.3.0", "@ng-web-apis/common": ">=3.0.0", - "@taiga-ui/cdk": ">=3.39.1", - "@taiga-ui/core": ">=3.39.1", - "@taiga-ui/i18n": ">=3.39.1", - "@taiga-ui/kit": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", + "@taiga-ui/core": ">=3.40.0", + "@taiga-ui/i18n": ">=3.40.0", + "@taiga-ui/kit": ">=3.40.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index ed9e357b1753..bac2b3b928db 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "3.39.1", + "version": "3.40.0", "description": "Taiga UI based library for developing documentation portals for Angular libraries.", "keywords": [ "angular", @@ -28,10 +28,10 @@ "@angular/forms": ">=12.0.0", "@angular/router": ">=12.0.0", "@ng-web-apis/common": ">=3.0.0", - "@taiga-ui/addon-mobile": ">=3.39.1", - "@taiga-ui/cdk": ">=3.39.1", - "@taiga-ui/core": ">=3.39.1", - "@taiga-ui/kit": ">=3.39.1", + "@taiga-ui/addon-mobile": ">=3.40.0", + "@taiga-ui/cdk": ">=3.40.0", + "@taiga-ui/core": ">=3.40.0", + "@taiga-ui/kit": ">=3.40.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "tslib": ">=2.0.0" } diff --git a/projects/addon-mobile/package.json b/projects/addon-mobile/package.json index 61d3ab8883a1..f239e69d54b1 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "3.39.1", + "version": "3.40.0", "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.", "keywords": [ "angular", @@ -15,9 +15,9 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": ">=3.0.0", - "@taiga-ui/cdk": ">=3.39.1", - "@taiga-ui/core": ">=3.39.1", - "@taiga-ui/kit": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", + "@taiga-ui/core": ">=3.40.0", + "@taiga-ui/kit": ">=3.40.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/addon-preview/package.json b/projects/addon-preview/package.json index 7d42a3a44b2b..bf04fdc5e469 100644 --- a/projects/addon-preview/package.json +++ b/projects/addon-preview/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-preview", - "version": "3.39.1", + "version": "3.40.0", "description": "A library to show a modal with custom content preview", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/mutation-observer": ">=3.0.0", - "@taiga-ui/cdk": ">=3.39.1", - "@taiga-ui/core": ">=3.39.1", - "@taiga-ui/i18n": ">=3.39.1", - "@taiga-ui/kit": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", + "@taiga-ui/core": ">=3.40.0", + "@taiga-ui/i18n": ">=3.40.0", + "@taiga-ui/kit": ">=3.40.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index f065d52e0a09..94fb0cdf9dc8 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "3.39.1", + "version": "3.40.0", "description": "A library to display tabled data with filters, search, group actions, etc.", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/intersection-observer": ">=3.0.0", - "@taiga-ui/cdk": ">=3.39.1", - "@taiga-ui/core": ">=3.39.1", - "@taiga-ui/i18n": ">=3.39.1", - "@taiga-ui/kit": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", + "@taiga-ui/core": ">=3.40.0", + "@taiga-ui/i18n": ">=3.40.0", + "@taiga-ui/kit": ">=3.40.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/addon-tablebars/package.json b/projects/addon-tablebars/package.json index c61cc419eed9..ee35e30c05e4 100644 --- a/projects/addon-tablebars/package.json +++ b/projects/addon-tablebars/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-tablebars", - "version": "3.39.1", + "version": "3.40.0", "description": "Table bars is interactive UI control for group table actions and similar cases", "keywords": [ "angular", @@ -15,8 +15,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": ">=3.39.1", - "@taiga-ui/core": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", + "@taiga-ui/core": ">=3.40.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/cdk/constants/version.ts b/projects/cdk/constants/version.ts index 6d25792f3db4..f93397af2b27 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = `3.39.1`; +export const TUI_VERSION = `3.40.0`; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index f4be5ad9de35..bbd5863b042e 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "3.39.1", + "version": "3.40.0", "description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance", "keywords": [ "angular", diff --git a/projects/core/package.json b/projects/core/package.json index 4b4172e90fe2..51f6938999c8 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "3.39.1", + "version": "3.40.0", "description": "Core library for creating Angular components and applications using Taiga UI", "keywords": [ "angular", @@ -15,7 +15,7 @@ "repository": "https://github.com/tinkoff/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.39.1" + "@taiga-ui/i18n": "^3.40.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -26,8 +26,8 @@ "@angular/router": ">=12.0.0", "@ng-web-apis/common": ">=3.0.0", "@ng-web-apis/mutation-observer": ">=3.0.0", - "@taiga-ui/cdk": ">=3.39.1", - "@taiga-ui/i18n": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", + "@taiga-ui/i18n": ">=3.40.0", "@tinkoff/ng-event-plugins": ">=3.1.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", diff --git a/projects/eslint-plugin/package.json b/projects/eslint-plugin/package.json index 6058418f75d6..d3bf42086a84 100644 --- a/projects/eslint-plugin/package.json +++ b/projects/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/eslint-plugin", - "version": "3.39.1", + "version": "3.40.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "devDependencies": { @@ -14,7 +14,7 @@ "eslint-plugin-unicorn": "45.0.2" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", "eslint": "*", "tslib": ">=2.0.0" } diff --git a/projects/i18n/package.json b/projects/i18n/package.json index 0f29bafa4263..cea320ed2f47 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "3.39.1", + "version": "3.40.0", "description": "A package with tools for Taiga UI library i18n", "keywords": [ "angular", @@ -16,7 +16,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", "tslib": ">=2.0.0" } } diff --git a/projects/icons/package.json b/projects/icons/package.json index f0a1956e456c..b40e0de4f4f6 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "3.39.1", + "version": "3.40.0", "description": "Feather icons for Taiga UI", "keywords": [ "angular", @@ -21,7 +21,7 @@ "tslib": "2.6.1" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", "tslib": ">=2.0.0" } } diff --git a/projects/kit/package.json b/projects/kit/package.json index 4710b6652e4a..e4dfe83b40ad 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "3.39.1", + "version": "3.40.0", "description": "Taiga UI Angular main components kit", "keywords": [ "angular", @@ -27,9 +27,9 @@ "@ng-web-apis/common": ">=3.0.0", "@ng-web-apis/mutation-observer": ">=3.0.0", "@ng-web-apis/resize-observer": ">=3.0.0", - "@taiga-ui/cdk": ">=3.39.1", - "@taiga-ui/core": ">=3.39.1", - "@taiga-ui/i18n": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", + "@taiga-ui/core": ">=3.40.0", + "@taiga-ui/i18n": ">=3.40.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/layout/package.json b/projects/layout/package.json index 4996fcef234f..235d22622658 100644 --- a/projects/layout/package.json +++ b/projects/layout/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/layout", - "version": "3.39.1", + "version": "3.40.0", "description": "A package with Taiga UI layout components", "keywords": [ "angular", @@ -13,8 +13,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": ">=3.39.1", - "@taiga-ui/core": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", + "@taiga-ui/core": ">=3.40.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0", "tslib": ">=2.0.0" diff --git a/projects/styles/package.json b/projects/styles/package.json index ea7d8fca000e..87c4b92573d3 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,9 +1,9 @@ { "name": "@taiga-ui/styles", - "version": "3.39.1", + "version": "3.40.0", "description": "Global Styles for Taiga UI", "peerDependencies": { - "@taiga-ui/cdk": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", "tslib": ">=2.0.0" } } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index 7cc3d9d95370..0f459b8a0005 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "3.39.1", + "version": "3.40.0", "description": "Taiga UI package that provides ng add command for Taiga library", "keywords": [ "angular", @@ -15,10 +15,10 @@ "repository": "https://github.com/tinkoff/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.39.1" + "@taiga-ui/cdk": "^3.40.0" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", "tslib": ">=2.0.0" }, "schematics": "../@taiga-ui/cdk/schematics/collection.json" diff --git a/projects/testing/package.json b/projects/testing/package.json index dd93a02eb082..247111a559e4 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "3.39.1", + "version": "3.40.0", "description": "Utils functions for testing Taiga UI packages", "dependencies": { "cypress-image-snapshot": "4.0.1" @@ -16,7 +16,7 @@ "ts-jest": "29.1.1" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.39.1", + "@taiga-ui/cdk": ">=3.40.0", "tslib": ">=2.0.0" } }