From e664e50b32a9bb2f6b9d4ab14f1c30c5927965af Mon Sep 17 00:00:00 2001 From: "sws-developers@lists.stanford.edu" Date: Tue, 10 May 2022 21:01:18 +0000 Subject: [PATCH] Back to dev --- composer.json | 12 ++++++------ .../stanford_basic_page_types.info.yml | 2 +- modules/stanford_intranet/stanford_intranet.info.yml | 2 +- .../stanford_paragraph_card.info.yml | 2 +- .../stanford_profile_drush.info.yml | 2 +- .../stanford_profile_styles.info.yml | 2 +- stanford_profile_helper.info.yml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 26033e64..40b44084 100644 --- a/composer.json +++ b/composer.json @@ -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.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" + "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" }, "require-dev": { "drupal/externalauth": "^1.0 || ^2.0" diff --git a/modules/stanford_basic_page_types/stanford_basic_page_types.info.yml b/modules/stanford_basic_page_types/stanford_basic_page_types.info.yml index c8b10464..f6e2baca 100644 --- a/modules/stanford_basic_page_types/stanford_basic_page_types.info.yml +++ b/modules/stanford_basic_page_types/stanford_basic_page_types.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Basic Page Types' description: 'Provides support for basic page types in stanford_page nodes' -version: 8.x-2.2 +version: 8.x-2.3-dev core_version_requirement: '^8.8 || ^9' type: module project: Stanford diff --git a/modules/stanford_intranet/stanford_intranet.info.yml b/modules/stanford_intranet/stanford_intranet.info.yml index d5b8c8ce..100389cd 100644 --- a/modules/stanford_intranet/stanford_intranet.info.yml +++ b/modules/stanford_intranet/stanford_intranet.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Intranet' description: 'Locks down access to the entire site if configured.' -version: 8.x-2.2 +version: 8.x-2.3-dev core_version_requirement: '^8.8 || ^9' type: module project: Stanford diff --git a/modules/stanford_paragraph_card/stanford_paragraph_card.info.yml b/modules/stanford_paragraph_card/stanford_paragraph_card.info.yml index 39a98326..441495f5 100644 --- a/modules/stanford_paragraph_card/stanford_paragraph_card.info.yml +++ b/modules/stanford_paragraph_card/stanford_paragraph_card.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Paragraph Card' description: 'Adds helpers and modifications to the card paragraph type.' -version: 8.x-2.2 +version: 8.x-2.3-dev core_version_requirement: '^8 || ^9' type: module project: Stanford diff --git a/modules/stanford_profile_drush/stanford_profile_drush.info.yml b/modules/stanford_profile_drush/stanford_profile_drush.info.yml index 2faad9a7..54c5fafb 100644 --- a/modules/stanford_profile_drush/stanford_profile_drush.info.yml +++ b/modules/stanford_profile_drush/stanford_profile_drush.info.yml @@ -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-2.2 +version: 8.x-2.3-dev core_version_requirement: '^8 || ^9' type: module project: Stanford diff --git a/modules/stanford_profile_styles/stanford_profile_styles.info.yml b/modules/stanford_profile_styles/stanford_profile_styles.info.yml index 181d02c1..0a55eac5 100644 --- a/modules/stanford_profile_styles/stanford_profile_styles.info.yml +++ b/modules/stanford_profile_styles/stanford_profile_styles.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile Styles' description: 'A module for theming' -version: 8.x-2.2 +version: 8.x-2.3-dev core_version_requirement: '^8 || ^9' type: module project: Stanford diff --git a/stanford_profile_helper.info.yml b/stanford_profile_helper.info.yml index 6d18f63f..f5ea1ae9 100644 --- a/stanford_profile_helper.info.yml +++ b/stanford_profile_helper.info.yml @@ -3,7 +3,7 @@ type: module description: 'Stanford Profile Helper Module.' core_version_requirement: ^8.8 || ^9 package: Stanford -version: 8.x-2.2 +version: 8.x-2.3-dev dependencies: - 'admin_toolbar:admin_toolbar' - 'admin_toolbar:admin_toolbar_tools'