From c7adc4eed9a1e816c8cfc9e9ca261edaffcfdbc2 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Fri, 15 Sep 2023 09:57:52 -0700 Subject: [PATCH] 10.1.0 --- .github/workflows/release.yml | 13 ++----------- CHANGELOG.md | 16 ++++++++++++++++ stanford_profile.info.yml | 2 +- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01b0b2959..0f6418838 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,8 @@ jobs: uses: K-Phoen/semver-release-action@master with: release_strategy: none - release_branch: main - tag_format: "%major%.%minor%.%patch%" + release_branch: 10.x + tag_format: "10.%minor%.%patch%" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: echo 'Creating new release for ' ${{ steps.tag.outputs.tag }} @@ -32,12 +32,3 @@ jobs: commit: ${{ github.sha }} generateReleaseNotes: true makeLatest: true - - uses: actions/checkout@v3 - with: - ref: '10.x' - fetch-depth: 0 - - name: Back to Dev - if: ${{ steps.tag.outputs.tag }} - run: | - composer global require su-sws/stanford-caravan:dev-8.x-3.x - ~/.composer/vendor/bin/sws-caravan back-to-dev ${{ steps.tag.outputs.tag }} ${{ github.workspace }} main diff --git a/CHANGELOG.md b/CHANGELOG.md index 48567738b..af5e72bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Stanford Profile +10.1.0 +------------------------------------------------------------------------------- +- Use components field instead of layout builder for list pages (#709) +- D8CORE-4551: updated permissions for contributors and site editors (#690) +- D8CORE-6843: Update bad user guide links in help text (#694) +- Fixed styles for login page when on intranets +- D8CORE-6896: changed the non discrimination link (#707) +- D8CORE-6842 Added and configured stanford_samlauth (#701) +- D8CORE-6844 Fixup mobile menu at medium breakpoint (#703) +- Update localist importer to use the localist json data parser +- D8CORE-6786: Updating to the new font through a Decanter update (#695) +- Added and configured Oembed lazyload for video media +- D8CORE-4495 Update past events text on node view +- Updated publication importer for layout paragraphs instead of react paragraphs + + 10.0.4 ------------------------------------------------------------------------------- - Update hook to update field storage definitions. diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index 463b60e59..7e0771157 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 10.0.4 +version: 10.1.0 type: profile project: Stanford core_version_requirement: ^9 || ^10