Skip to content

Commit

Permalink
8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed May 2, 2022
1 parent c634b9a commit d458f07
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 12 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Stanford Profile Helper


8.x-2.0
--------------------------------------------------------------------------------
_Release Date: 2022-05-02_

- Updated dev dependencies (#199)
- D8CORE-5750 Modify field render arrays to better suite the DS module limits (#198)
- D8CORE-5686 Adjusted scheduler help text (#197)
- D8CORE-5748: adding unstyle list to the term list (#196)
- D8CORE-5729: People term list style fixes (#194)
- D8CORE-5771: limited stripes to tbody only (#195)
- D8CORE-5567: utility classes for tables (#192)
- D8CORE-5749: updating styles for shared tags (#193)
- D8CORE-4728: updating decanter (#191)
- D8CORE-4842: removing the image when in 2-col (#188)
- Improved cache tags for views when no filters are available
- D8CORE-4128 Adjusted styles to change views to HTML lists (#190)
- Drush command to easily set up intranets (#189)
- D8CORE-5615 Styles for shared tags view (#187)


8.x-1.34
--------------------------------------------------------------------------------
_Release Date: 2022-03-17_
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
"drupal/ui_patterns": "~1.0",
"drupal/views_custom_cache_tag": "^1.2",
"drupal/xmlsitemap": "~1.0",
"su-sws/jumpstart_ui": "8.x-dev",
"su-sws/react_paragraphs": "8.x-dev",
"su-sws/stanford_date_formats": "8.x-dev",
"su-sws/stanford_fields": "8.x-dev",
"su-sws/stanford_image_styles": "8.x-dev",
"su-sws/stanford_text_editor": "8.x-dev"
"su-sws/jumpstart_ui": "^8.1",
"su-sws/react_paragraphs": "^8.2",
"su-sws/stanford_date_formats": "^8.1",
"su-sws/stanford_fields": "^8.1",
"su-sws/stanford_image_styles": "^8.1",
"su-sws/stanford_text_editor": "^8.1"
},
"require-dev": {
"drupal/externalauth": "^1.0 || ^2.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Basic Page Types'
description: 'Provides support for basic page types in stanford_page nodes'
version: 8.x-1.35-dev
version: 8.x-2.0
core_version_requirement: '^8.8 || ^9'
type: module
project: Stanford
Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_intranet/stanford_intranet.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Intranet'
description: 'Locks down access to the entire site if configured.'
version: 8.x-1.35-dev
version: 8.x-2.0
core_version_requirement: '^8.8 || ^9'
type: module
project: Stanford
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Paragraph Card'
description: 'Adds helpers and modifications to the card paragraph type.'
version: 8.x-1.35-dev
version: 8.x-2.0
core_version_requirement: '^8 || ^9'
type: module
project: Stanford
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Profile Drush'
description: 'A collection of Drush commands since commands in the profile are not discoverable.'
version: 8.x-1.35-dev
version: 8.x-2.0
core_version_requirement: '^8 || ^9'
type: module
project: Stanford
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Profile Styles'
description: 'A module for theming'
version: 8.x-1.35-dev
version: 8.x-2.0
core_version_requirement: '^8 || ^9'
type: module
project: Stanford
2 changes: 1 addition & 1 deletion stanford_profile_helper.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Stanford Profile Helper Module.'
core_version_requirement: ^8.8 || ^9
package: Stanford
version: 8.x-1.35-dev
version: 8.x-2.0
dependencies:
- 'admin_toolbar:admin_toolbar'
- 'admin_toolbar:admin_toolbar_tools'
Expand Down

0 comments on commit d458f07

Please sign in to comment.