Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.1.0 #712

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading