From c4e90915f0ed833a7bcd41c9d6d6b1f579de9bbe Mon Sep 17 00:00:00 2001 From: Stefano Cappa Date: Thu, 1 Jun 2023 00:07:21 +0200 Subject: [PATCH] chore: release 11.0.0-rc.1 Signed-off-by: Stefano Cappa --- .github/workflows/codeql-analysis.yml | 8 ++++---- .github/workflows/main.yml | 4 ++-- CHANGELOG.md | 2 +- README.md | 3 ++- SECURITY.MD | 3 ++- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d32a02fb..ad8da1d2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,11 +39,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: config-file: ./.github/codeql-config.yml languages: ${{ matrix.language }} @@ -55,7 +55,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -69,4 +69,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1fa3b935..b7b008b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,10 +21,10 @@ jobs: node-version: [ 18.x ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5cec7a..7ecdf965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 11.0.0 +# 11.0.0-rc.1 **Migrate from 10.0.0 to 11.0.0 - Check the official guide [HERE](https://ks89.github.io/angular-modal-gallery-2023-v11.github.io/)** diff --git a/README.md b/README.md index dc309333..29fb5644 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Despite its name, this library is more than for modal galleries, because I'm int From version @ks89/angular-modal-gallery >= 5.0.0, **font-awesome isn't a mandatory dependency**. You can use all default features without font-awesome. For more info, check official [documentation website](https://ks89.github.io/angular-modal-gallery-2023-v11.github.io/). +From version @ks89/angular-modal-gallery >= 11.0.0, **mousetrap and hammerjs have been removed as dependencies**.
@@ -181,7 +182,7 @@ You can use all default features without font-awesome. For more info, check offi **More than 100 releases in two years**, and more to come... :) -- ??/??/2023 - 11.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) +- 06/01/2023 - 11.0.0-rc.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 11/18/2022 - 10.0.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 11/17/2022 - 10.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 08/03/2022 - 10.0.0-rc.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) diff --git a/SECURITY.MD b/SECURITY.MD index 721472bb..e0f8f962 100644 --- a/SECURITY.MD +++ b/SECURITY.MD @@ -15,7 +15,8 @@ Only these versions are supported with security updates: | 7.x.x | :x: | | 8.x.x | :x: | | 9.x.x | :x: | -| 10.x.x | :white_check_mark: | +| 10.x.x | :x: | +| 11.x.x | :white_check_mark: | ## Reporting a Vulnerability