From 8e54445fe18911bd45a9233732e173cb42852083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Fri, 27 Oct 2023 12:00:45 +0800 Subject: [PATCH] release(16.4.2): release 16.4.2 (#1673) --- .github/workflows/deploy-site.yml | 11 +++-------- .github/workflows/docker-build-doc-site.yml | 7 +------ CHANGELOG.md | 14 ++++++++++++++ azure-pipelines.yml | 2 +- docs/changelog.en-US.md | 8 ++++++++ docs/changelog.zh-CN.md | 8 ++++++++ package.json | 2 +- 7 files changed, 36 insertions(+), 16 deletions(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index d3f13a0004..f36eaec715 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -8,16 +8,11 @@ jobs: runs-on: ubuntu-latest environment: prod steps: + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16.15.0 - - - name: checkout - uses: actions/checkout@v4 - - - uses: borales/actions-yarn@v3.0.0 - with: - cmd: install + node-version: 18.10.0 + - run: yarn install - name: build run: | diff --git a/.github/workflows/docker-build-doc-site.yml b/.github/workflows/docker-build-doc-site.yml index ecea6e9cb0..d5a29af8f1 100644 --- a/.github/workflows/docker-build-doc-site.yml +++ b/.github/workflows/docker-build-doc-site.yml @@ -11,12 +11,7 @@ jobs: runs-on: ubuntu-latest environment: prod steps: - - uses: actions/setup-node@v3 - with: - node-version: 16.15.0 - - - name: checkout - uses: actions/checkout@v4 + - uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9112bda805..5ec1a6aa4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [16.4.2](https://github.com/ng-alain/delon/compare/16.4.1...16.4.2) (2023-10-26) + + +### Features + +* **abc:qr:** will be removed in 18.0.0 ([#1667](https://github.com/ng-alain/delon/issues/1667)) ([5a7bdd4](https://github.com/ng-alain/delon/commit/5a7bdd42226960c8140397b1a1a377fb87ca725e)) + + +### Performance Improvements + +* **theme:modal:** perf code ([#1671](https://github.com/ng-alain/delon/issues/1671)) ([341ff56](https://github.com/ng-alain/delon/commit/341ff56dc67d65d5a545f124a51938366c7722dc)) + + + ## [16.4.1](https://github.com/ng-alain/delon/compare/16.4.0...16.4.1) (2023-10-20) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index db63ca5b9f..7c5ccfae33 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -126,4 +126,4 @@ stages: - script: yarn install displayName: 'Install' - script: yarn run lint - dependsOn: env + dependsOn: env \ No newline at end of file diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 4d3c6173ba..1e1502077e 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,14 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +## [16.4.2](https://github.com/ng-alain/delon/compare/16.4.1...16.4.2) (2023-10-26) + +### Performance Improvements + +* **theme:modal:** perf code ([#1671](https://github.com/ng-alain/delon/issues/1671)) ([341ff56](https://github.com/ng-alain/delon/commit/341ff56dc67d65d5a545f124a51938366c7722dc)) +* **abc:qr:** will be removed in 18.0.0 ([#1667](https://github.com/ng-alain/delon/issues/1667)) ([5a7bdd4](https://github.com/ng-alain/delon/commit/5a7bdd42226960c8140397b1a1a377fb87ca725e)) + + ## [16.4.1](https://github.com/ng-alain/delon/compare/16.4.0...16.4.1) (2023-10-20) ### Bug Fixes diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index db545b0f09..e8acd37533 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,14 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +## [16.4.2](https://github.com/ng-alain/delon/compare/16.4.1...16.4.2) (2023-10-26) + +### Performance Improvements + +* **theme:modal:** perf code ([#1671](https://github.com/ng-alain/delon/issues/1671)) ([341ff56](https://github.com/ng-alain/delon/commit/341ff56dc67d65d5a545f124a51938366c7722dc)) +* **abc:qr:** will be removed in 18.0.0 ([#1667](https://github.com/ng-alain/delon/issues/1667)) ([5a7bdd4](https://github.com/ng-alain/delon/commit/5a7bdd42226960c8140397b1a1a377fb87ca725e)) + + ## [16.4.1](https://github.com/ng-alain/delon/compare/16.4.0...16.4.1) (2023-10-20) ### Bug Fixes diff --git a/package.json b/package.json index f24d674c81..0270fbc89d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "16.4.1", + "version": "16.4.2", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon",