Skip to content

Commit

Permalink
10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 15, 2023
1 parent 05119de commit c7adc4e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stanford_profile.info.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c7adc4e

Please sign in to comment.